An AI-powered writing engine. Connect your sources, research ideas, and generate drafts - all from one place.
- Connect your content sources (Twitter, blogs)
- Set topics you care about
- Run the research agent — it reads your sources and generates writing ideas
- Pick an idea and let the writing agent draft it for you
- Web: Next.js, React, Tailwind CSS, Clerk
- Server: Hono, Drizzle ORM, BullMQ, Pino
- AI: Vercel AI SDK, Langfuse
- Infra: PostgreSQL, Redis, Bun
You will need Docker, Bun, and a few API keys.
# start postgres and redis
docker compose up -d
# install dependencies
bun install
# set up environment
cp .env.example .env
# fill in your keys
# run migrations
bun server:migrate:up
# start dev servers
bun server:dev
bun web:devapps/
server/ hono api, agents, queues
web/ next.js frontend
MIT