v1.0 - Initial Release
Multi-tenant platform with edge query API, deployment pipeline, and billing
Multi-Tenant Foundation
- Organization isolation with Clerk integration
- Project hierarchy (Org → Projects → Rules)
- Role-based access control (admin, editor, viewer)
- Team member invitations and management
- Per-organization billing and subscription tracking
Edge Query API
- Sub-50ms global redirect lookups via Cloudflare Workers
- API key authentication with SHA-256 hashing
- Rate limiting per tier (Free: 100/min, Pro: 1000/min, Enterprise: custom)
- Query endpoints: exact match, wildcard, and batch lookup
- Real-time deployment propagation to edge
Deployment Pipeline
- Manual deploy with comprehensive diff view
- HAProxy and Nginx config exports
- Rollback support with deployment history
- Preview mode for testing before deployment
- Atomic deployments with zero-downtime updates
Content Management
- Rule editor with validation
- Bulk import/export of redirect rules
- Version control and change tracking
- Rule search and filtering
- Tag-based organization
Billing
- Stripe subscription integration
- Free/Pro/Enterprise tiers
- Usage tracking and enforcement
- Automatic tier limit enforcement
- Billing portal for subscription management
Developer Experience
- Comprehensive documentation with code examples
- Integration guides for nginx, HAProxy, Apache, Caddy
- CLI tools for config generation
- REST API for programmatic access
- Webhook notifications for deployment events
This release establishes the foundation for scalable redirect management with a focus on performance, reliability, and ease of integration with existing infrastructure.