Open source email management tools to reach inbox zero fast.
Website
·
Discord
·
Issues
·
Roadmap
Inbox Zero is a powerful open-source tool designed for Gmail and Gsuite users. It streamlines your email management, helping you achieve 'Inbox Zero' swiftly with features like email analytics, newsletter management, and AI assistance. Enhance your email experience without replacing your client!
- Email Analytics: Track your email activity with daily, weekly, and monthly stats.
- Newsletter Management: Easily manage and unsubscribe from newsletters.
- New Senders: Identify and block new spam senders.
- Unreplied Emails: Keep track of emails awaiting responses.
- Large Email Finder: Free up space by locating and deleting large emails.
- AI Auto-Responder: Automate responses for common queries.
- AI Email Assistant: Auto-archive, label, and forward emails based on set rules.
Explore our upcoming features and improvements on our Roadmap. Your feedback and feature requests are always welcome!
Create your own .env
file:
cp apps/web/.env.example apps/web/.env
pnpm install
turbo dev
Open http://localhost:3000 to view it in your browser.
Follow instructions here.
Set env var GOOGLE_PUBSUB_TOPIC_NAME
.
When creating the subscription select Push and the url should look something like: https://getinboxzero.com/api/google/webhook
or https://abc.ngrok-free.app/api/google/webhook
where the domain is your domain.
To run in development ngrok can be helpful:
ngrok http 3000
And then update the webhook endpoint in the Google PubSub subscriptions dashboard.
To start watching emails visit: /api/google/watch/all
.