Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 654 Bytes

File metadata and controls

28 lines (18 loc) · 654 Bytes

Simplex Credentials Manager

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.

Setup

npm install
cp .env.example .env

Add your API key to .env:

SIMPLEX_API_KEY=your_api_key_here

You can find your API key at simplex.sh/api-keys.

Run

npm run dev

Open http://localhost:3000.