2026-02-06 20:26:50 +00:00
2026-01-26 23:40:21 +00:00
2026-02-06 20:26:50 +00:00
2026-01-10 13:50:29 +00:00
2026-01-09 05:38:24 +00:00
2026-01-29 12:09:13 +00:00
2026-01-25 00:55:15 +00:00
2026-01-10 13:50:17 +00:00
2026-01-25 00:55:15 +00:00
2026-02-05 09:46:36 +00:00
2026-02-06 09:19:05 +00:00

Sprint

Super simple project management tool for developers.

Born out of frustration with Jira.

Self hosting

Setup

  1. Copy .env.example files into .env:
cp packages/backend/.env.example packages/backend/.env
cp packages/frontend/.env.example packages/frontend/.env
  1. Backend .env required values:

    • DATABASE_URL
    • JWT_SECRET
    • RESEND_API_KEY and EMAIL_FROM for verification emails
    • SEED_PASSWORD if you plan to run reset-and-seed
  2. Frontend .env required values:

    • VITE_SERVER_URL

Notes

  • OpenCode is optional. The app runs without it, but the AI helper requires OpenCode (no login needed).
  • S3 is optional. If you skip S3, image uploads will not work.
  • Stripe credentials are not needed for the current state.

Database seeding

Run the seed script to create demo data:

bun reset-and-seed

This seeds demo issues, users, projects, and organisations. Demo users are created and can be used without verification emails. SEED_PASSWORD must be set in packages/backend/.env.

Description
Super simple project management tool for developers.
Readme 1.9 MiB
Languages
TypeScript 98.1%
CSS 1.1%
Typst 0.3%
Shell 0.2%
HTML 0.1%
Other 0.1%