Skip to content

commune-dev/commune-inbox-demo

Repository files navigation

Agent Inbox

An open-source AI customer support agent. Reads your inbox, triages inbound email, drafts replies, closes threads — no human required.

Like Intercom Fin or Help Scout AI, but you own the infrastructure.

Demo

[Screenshot placeholder]

How it works

  1. New email arrives → Commune delivers it via webhook or polling
  2. LLM reads the email → classifies urgency, category, sentiment
  3. LLM drafts a reply based on thread history
  4. You review (or skip review with AUTO_SEND=true) → Commune sends it

Tech

Quick start

1. Get a Commune API key

Sign up at commune.email and create an inbox.

2. Clone and install

git clone https://github.com/shanjairaj7/agent-inbox
cd agent-inbox
npm install

3. Configure

cp .env.example .env.local
# Fill in COMMUNE_API_KEY, COMMUNE_INBOX_ID, OPENAI_API_KEY

4. Run

npm run dev

Open http://localhost:3000.

Deploy

Deploy with Vercel

Deploy on Railway

License

MIT

About

Demo app: AI-powered email inbox built with commune.email — automatic triage, LLM reply drafts, one-click send. Next.js + Vercel AI SDK. Clone and run in 5 minutes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors