This guide covers a managed setup on Vercel using the Neon and Upstash integrations. To use other databases, see Environment Variables for more details.Documentation Index
Fetch the complete documentation index at: https://docs.getinboxzero.com/llms.txt
Use this file to discover all available pages before exploring further.
1. Fast path with the CLI
If you have the Inbox Zero CLI installed, the fastest path is:- link
apps/webto a Vercel project - provision Neon and Upstash Redis through Vercel Marketplace integrations
- generate the required app secrets
- seed the Vercel environment variables
- optionally trigger
vercel deploy --prod
--skip-neon or --skip-upstash.
2. Deploy on Vercel manually
Click here to deploy on Vercel:openssl rand -base64 32 on macOS or Linux.
To find your LLM API key, see LLM Setup.
3. Neon PostgreSQL Database in Vercel
Neon is a PostgreSQL database provider that offers a free tier which is enough for personal use cases.- In your Vercel project, open
Storage. - Click
Create Database. - Click
Neon.
DATABASE_URL. Redeploy after that first-time setup.

4. Upstash Redis Database in Vercel
Upstash is a Redis database provider that offers a free tier which is enough for personal use cases.- In your Vercel project, open
Storage. - Click
Create Database. - Click
Upstash.
5. Set other environment variables
Once Vercel assigns your project domain (for examplehttps://your-project.vercel.app), set:
Go to Project Settings -> Environment Variables and add:
6. Redeploy and verify
- Trigger a new Vercel deploy.
- Confirm build completes.
- Visit your project domain and verify it works.
- Sign in and connect an email account.