A simple Next.js app for storing encrypted credentials using the Simplex TypeScript SDK.
Credentials stored here are encrypted server-side and can be used by the Simplex browser agent via type_secret(credential_name="...") to securely type passwords and API keys into web forms.
npm install
cp .env.example .envAdd your API key to .env:
SIMPLEX_API_KEY=your_api_key_here
You can find your API key at simplex.sh/api-keys.
npm run devOpen http://localhost:3000.