The open-source, all-in-one productivity suite.
Tasks, habits, focus sessions, and a unified dashboard — one app to manage your entire workflow.
- Task Management — Organize your work with list and Kanban views, projects, priorities, and drag & drop reordering.
- Habit Tracking — Build better habits with daily tracking, streaks, completion history, and progress insights.
- Focus Timer — Stay in the zone with Pomodoro sessions, session history, and productivity metrics.
- Command Menu — Cmd+K quick actions to navigate, create tasks, and control the entire app instantly.
- Unified Dashboard — See everything at a glance in one central view.
- Framework — Next.js (App Router)
- Language — TypeScript
- Database — PostgreSQL + Prisma
- Auth — Better Auth
- Styling — Tailwind CSS + shadcn/ui
- State — Jotai + TanStack Query
- Animations — Motion
# Clone the repo
git clone https://github.com/axiidotsh/meridian.git
cd meridian
# Install dependencies
pnpm install
# Start the database
pnpm db:start
# Run migrations
pnpm db:migrate
# Start the dev server
pnpm devOpen http://localhost:3000 to see the app.
Meridian is fully open source under the MIT license. Star the repo, contribute, or self-host your own instance.
