This page is for developers who want to set up Inbox Zero locally. Full details are available in the GitHub README. We also have a video available here:

Prerequisite You should have installed Node.js (version 18.10.0 or higher).

To run Inbox Zero locally, you’ll need to set up your environment variables and install the dependencies:

pnpm i
cd apps/web
pnpm dev

The app is now available at http://localhost:3000.

Deployment

We use Vercel to deploy Inbox Zero. Make sure to set all the environment variables.

Troubleshooting

Here’s how to solve some common problems.