Roadmap
AI Admin Panel follows a milestone-based development cycle. Each milestone contains multiple phases, with each phase delivering a specific set of features.
Shipped Milestones
v1.0 — Foundation (14 phases)
The initial release establishing the core platform:
- Go backend with Echo v5 and PostgreSQL
- React frontend with shadcn/ui
- Docker container management via Docker API
- Template catalog with initial templates
- Basic authentication and session management
- Service deployment from templates
- Traefik reverse proxy with auto-SSL
v1.2 — Multi-Tenancy (11 phases)
Customer management and multi-tenant support:
- Customer CRUD with isolation
- Service plans with resource quotas
- Role-based access control
- Customer portal with scoped views
- Usage tracking and metrics
v1.3 — Operations (9 phases)
Operational features for production use:
- Backup and restore system
- Notification channels (email, Slack, Discord, Telegram, webhooks)
- Domain management with Cloudflare DNS integration
- Service health monitoring and auto-restart
- Container log streaming
v1.4 — Deployment Methods (5 phases)
Four deployment methods:
- Template Deploy (enhanced catalog with 45 templates)
- Git Deploy with auto-detection and webhook support
- AI-powered Deploy with LLM integration
- Docker Compose Deploy with magic variables
- Featured templates and catalog redesign
v1.5 — Demo Stability (8 phases)
Production hardening and demo readiness:
- OIDC authentication via Keycloak (replaced Zitadel)
- Dark-branded login experience
- Playwright E2E test suite (20 tests)
- Deploy-all-templates validation
- VPS deployment automation
- Performance optimization
Current: v1.6 — Stability and Testing Foundation
Focused on code quality, testing infrastructure, and reliability:
- Expanded test coverage across all packages
- Integration test framework for deployment workflows
- Error handling improvements
- Database migration testing
- CI/CD pipeline with automated checks
- Documentation site
Future Milestones
v1.7 — Polish and UX
- UI/UX improvements based on user feedback
- Mobile-responsive dashboard
- Onboarding wizard for first-time setup
- Template catalog search and filtering improvements
- Service comparison and recommendations
v2.0 — Module System
Major architectural evolution:
- Module framework — pluggable functionality via Go interfaces
- Module marketplace — discover and install community modules
- Module API — standard interfaces for auth, storage, notifications
- Core modules — existing features extracted into modules
v2.1 — SaaS Mode
Dual-mode operation for hosting providers:
- Self-hosted mode — current single-tenant operation
- SaaS mode — multi-tenant with billing, subscriptions, and vendor isolation
- Vendor subdomains — each vendor gets
vendor.aiadminpanel.com - Stripe integration — automated billing and subscription management
- Usage-based pricing — metered billing for compute resources
v2.2 — Marketplace
Community-driven template and module ecosystem:
- Template marketplace — submit and discover community templates
- Module marketplace — install third-party modules
- Rating and reviews — community feedback
- Verified publishers — trust indicators for templates and modules
v2.3 — Enterprise
Enterprise features for large-scale deployments:
- Multi-node clustering — distribute services across servers
- High availability — automatic failover and load balancing
- Advanced RBAC — fine-grained permissions and policies
- Audit logging — compliance-ready event tracking
- SSO federation — integrate with corporate identity providers
- Telemetry and analytics — usage insights and capacity planning
Contributing to the Roadmap
Feature requests and roadmap suggestions are welcome. Open an issue on the GitHub repository with the enhancement label, describing the use case and proposed solution.