Changelog
What's new
Every feature, improvement, and fix we ship. Follow along as we build the future of software development.
New Featurev0.9.0
February 14, 2026
Marketplace & Module System
- Launched the Velosyti Marketplace with pre-built modules and themes
- Module composition engine — install multiple modules and let AI handle integration
- Creator program: publish modules, earn credits on every install
- Compatibility checking system ensures modules work together before installation
- Design token theming — apply consistent branding with one-click theme swaps
Improvementv0.8.2
February 7, 2026
Deployment Pipeline Overhaul
- Multi-environment deployment (development, staging, production)
- Docker layer caching for 3x faster builds
- Auto-detection of changed services — only rebuild what changed
- Automatic version tagging on production deploys
- Migration safety checks — verify exit codes before proceeding
Bug Fixv0.8.1
January 28, 2026
Performance & Reliability
- Fixed workspace package compilation for production Docker builds
- Resolved Prisma version mismatch in CI/CD pipeline
- Made optional API keys truly optional in environment validation
- Improved ECS service stability with proper health check configuration
- Fixed TypeScript module resolution for CJS-compatible output
New Featurev0.8.0
January 20, 2026
Team Collaboration
- Real-time collaborative editing with live presence indicators
- Team workspaces with role-based access control (Owner, Admin, Member)
- Shared project chat history across team members
- Organization billing with unified credit pool
- Invite links for easy team onboarding
New Featurev0.7.0
January 6, 2026
AI Generation Engine v2
- Upgraded to Claude tool-use architecture for more reliable code generation
- Added iterative refinement — chat back and forth to evolve your app
- Smart context window: AI understands your entire project structure
- Template-strict generation ensures code follows platform conventions
- Generation progress tracking with step-by-step visibility
New Featurev0.6.0
December 15, 2025
Custom Domains & SSL
- Connect custom domains to deployed applications
- Automatic SSL certificate provisioning via Let's Encrypt
- DNS configuration wizard with step-by-step instructions
- Nameserver management dashboard
- Wildcard subdomain support for multi-tenant apps
New Featurev0.5.0
December 1, 2025
Live Preview System
- Shared preview server for instant live rendering
- Hot module replacement for real-time code updates
- Mobile-responsive preview with device size toggling
- Preview sharing via unique URLs for stakeholder feedback
- Console output panel for debugging generated code
Securityv0.4.0
November 15, 2025
Security Hardening
- Added CSRF protection to all generated API routes
- Implemented rate limiting on authentication endpoints
- Input sanitization for all user-facing forms
- Encrypted secrets management for environment variables
- OWASP Top 10 compliance audit for generated code templates