Roadmap
Current status
Section titled “Current status”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)
Near term (maintenance)
Section titled “Near term (maintenance)”- 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.
Mid term (quality)
Section titled “Mid term (quality)”- Increase test and CI reliability for safer releases.
- Improve observability and incident runbooks.
- Refine API documentation and troubleshooting guides.
Long term (optional evolution)
Section titled “Long term (optional evolution)”- Re-evaluate product expansion only if usage justifies it.
- Keep architecture simple unless scale requires complexity.
Risks and dependencies
Section titled “Risks and dependencies”- Platform/provider dependency (Vercel, Koyeb, PostgreSQL, Google OAuth, SMTP).
- Free-tier limitations can affect latency and burst tolerance.