Skip to content

Roadmap

Korta, an open-source URL shortener MVP, is feature-complete and currently in maintenance mode.

Implemented and live:

  • Public URL shortening
  • Auth (email/password + Google OAuth)
  • Email verification
  • Private link management (CRUD)
  • API key management
  • Basic click analytics
  • Production deployment (Vercel + Koyeb)
  • Keep service reliability and uptime stable.
  • Patch bugs and regressions from real usage.
  • Keep environment/config/deploy docs up to date.
  • Maintain dependency and security updates.
  • Increase test and CI reliability for safer releases.
  • Improve observability and incident runbooks.
  • Refine API documentation and troubleshooting guides.
  • Re-evaluate product expansion only if usage justifies it.
  • Keep architecture simple unless scale requires complexity.
  • Platform/provider dependency (Vercel, Koyeb, PostgreSQL, Google OAuth, SMTP).
  • Free-tier limitations can affect latency and burst tolerance.