IZ

Inbox Zero

Created 6 months ago

Open source email app to reach inbox zero fast.

development documentation public email AI

What is Inbox Zero?

AI personal assistant for email [Inbox Zero](https://www.getinboxzero.com)

Documentation

About

There are two parts to Inbox Zero: 1. An AI email assistant that helps you spend less time on email. 2. Open source AI email client. If you're looking to contribute to the project, the email client is the best place to do this.

Updating .env file: secrets

Create your own .env file from the example supplied: bash cp apps/web/.env.example apps/web/.env cd apps/web pnpm install Set the environment variables in the newly created .env. You can see a list of required variables in: apps/web/env.ts.

Running the app

To run the migrations: bash pnpm prisma migrate dev To run the app locally for development (slower): bash pnpm run dev Or from the project root: bash turbo dev To build and run the app locally in production mode (faster): bash pnpm run build pnpm start Open http://localhost:3000 to view the app in your browser.

Server Config

{
  "mcpServers": {
    "inbox-zero-server": {
      "command": "npx",
      "args": [
        "inbox-zero"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: No

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: Elie222
Category: official
License: MIT
Tags:
development documentation public