Skip to content

Roadmap

v0.1.0 MVP (Current)

  • [x] Project scaffolding — 6 crates, SQLite schema
  • [ ] OAuth callback handlers (Google, GitHub, Keycloak)
  • [ ] JWT session middleware
  • [ ] REST API — Posts, Votes, Comments, Projects CRUD
  • [ ] SvelteKit frontend — Board, Post detail, Auth
  • [ ] MCP server — 12 tools with real data
  • [ ] CI/CD — GitHub Actions

v0.2.0 Polish

  • [ ] Full-text search with SQLite FTS5
  • [ ] Roadmap view (public status board)
  • [ ] Changelog auto-generation (done posts)
  • [ ] Email notifications (new comments, status changes)
  • [ ] Post attachments (images)
  • [ ] Keyboard shortcuts
  • [ ] Dark mode

v0.3.0 Production

  • [ ] Rate limiting
  • [ ] Bulk import/export (CSV, JSON)
  • [ ] Admin dashboard (analytics, user management)
  • [ ] Webhooks (post created, status changed, comment added)
  • [ ] Embed widget (for embedding feedback on your own site)
  • [ ] Multi-language support (i18n)

v1.0.0 GA

  • [ ] Stable public API (versioned)
  • [ ] Performance benchmarks
  • [ ] Comprehensive test suite (integration + E2E)
  • [ ] Production deployment guide
  • [ ] Cloud offering (managed Rungu)