Skip to content

simplexlabs/credentials-example

Repository files navigation

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.

About

Example Next.js app for storing encrypted credentials with the Simplex TypeScript SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors