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

Quick Setup

  1. Clone the server repository
  2. Configure your domain and region
  3. Deploy with sam deploy
  4. 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.