Self-Hosting
Deploy EndpointVault on your own AWS infrastructure.
Overview
The EndpointVault backend is a lightweight serverless stack (API Gateway, Lambda, DynamoDB, and S3), so you can deploy it in your own AWS account with near-zero idle cost.
Requirements
- AWS account
- AWS SAM CLI
- A Route 53 hosted zone (for your API domain)
Quick Setup
- Clone the server repository
- Configure your domain and region
- Deploy with
sam deploy - Point your SDK to your server URL
await EndpointVault.init(
apiKey: 'your-api-key',
encryptionKey: 'your-encryption-key',
serverUrl: 'https://your-server.example.com',
);
Support
Self-hosting support is available for $199 setup + optional $49/month ongoing support. Contact us at support@endpoint-vault.com.
