// Changelog
Platform Updates
v1.0.1
June 1, 2026Pricing Structure Overhaul & Bug Fixes
- →Doubled RAM and vCPU compute allocations for Pro, Scale, and Business plans
- →Increased Database and App storage limits drastically across all paid tiers
- →Added Priority Support and Malware Protection to paid tiers
- →Fixed the CLI login flow to direct users immediately to the tokens dashboard
- →Fixed broken Footer links
v1.0.0
May 30, 2026Initial Launch (MVP)
- →Released the Snapfini CLI globally on npm
- →Introduced single-command zero-downtime zip deployments
- →Automated PostgreSQL 15 database provisioning (--db flag)
- →Launched the web dashboard for managing deployments, tokens, and custom domains
- →Added live container log streaming (snapfini logs <app-id>)
- →VS Code Extension launched in preview
v0.9.0
April 15, 2026Private Beta Program
- →Onboarded first 500 beta testers
- →Resolved critical Docker swarm routing bugs under heavy load
- →Improved CLI upload speeds by 40% using concurrent chunking
v0.8.5
March 22, 2026Dashboard Redesign
- →Completely rebuilt the dashboard in Next.js using the Brutalist aesthetic
- →Added real-time metrics for CPU and RAM usage per container
- →Implemented project deletion and container suspension controls
v0.8.0
February 10, 2026Custom Domains & Auto-SSL
- →Integrated Cloudflare API for dynamic DNS record verification
- →Automated Let's Encrypt SSL certificate generation for custom domains
- →Added support for wildcard subdomains on paid tiers
v0.7.5
January 5, 2026PostgreSQL Auto-provisioning
- →Built the internal database management service
- →Enabled the --db flag on the CLI for instant Postgres 15 provisioning
- →Automatic injection of DATABASE_URL into the application runtime environment
v0.7.0
December 18, 2025CLI Improvements & Error Handling
- →Added comprehensive error messages and debug modes to the CLI
- →Implemented a smart `.snapfiniignore` parser
- →Reduced CLI binary size by 30%
v0.6.5
November 20, 2025Authentication & Security
- →Migrated authentication to Clerk for robust SSO and MFA
- →Implemented API token issuance and revocation in the dashboard
- →Secured backend routes with JWT validation
v0.6.0
October 12, 2025Live Log Streaming
- →Built WebSocket infrastructure for real-time log streaming
- →Added `snapfini logs <app-id>` command to tail container output natively
- →Implemented 7-day log retention for Pro users
v0.5.5
September 8, 2025Environment Variables
- →Added secure AES-256 encryption for environment variables at rest
- →Implemented the `snapfini env set` and `snapfini env list` commands
- →Enabled `.env` file uploading directly via the CLI
v0.5.0
August 15, 2025Zero-Downtime Deployments
- →Re-architected the deployment pipeline to use Docker Swarm rolling updates
- →Implemented health checks; traffic only routes to new containers once healthy
- →Old containers are gracefully terminated after connections drain
v0.4.5
July 22, 2025Dynamic Routing Engine
- →Built a custom Nginx reverse proxy configuration generator
- →Automated sub-domain routing (e.g. `app-name.snapfini.com`)
- →Implemented rate limiting and DDoS protection at the edge
v0.4.0
June 10, 2025Builder Pipeline V1
- →Created the first version of the internal Builder service
- →Added automated language detection (Node.js, Python, Static HTML)
- →Implemented dynamic Dockerfile generation based on project structure
v0.3.5
May 18, 2025File Upload Architecture
- →Built the chunked upload system to handle large .zip files efficiently
- →Implemented asynchronous unzipping and virus scanning
- →Transitioned backend from Express to FastAPI for better async performance
v0.3.0
April 5, 2025First Container Deployed
- →Successfully deployed the first Node.js container programmatically
- →Established the baseline hardware constraints and cgroups
- →Celebrated with pizza
v0.2.5
March 12, 2025CLI Prototype
- →Wrote the initial shell scripts that would become the Snapfini CLI
- →Established the `deploy` and `login` command concepts
- →Tested CLI authentication flows
v0.2.0
February 20, 2025Docker Experiments
- →Conducted extensive benchmarking of Docker Swarm vs Kubernetes
- →Decided on Docker Swarm for simplicity and low overhead
- →Configured the first test VPS on Hostinger
v0.1.5
January 15, 2025Architecture Planning
- →Finalized the system design diagram
- →Selected Postgres, FastAPI, Next.js, and Docker as the core stack
- →Drafted the original API specification
v0.1.0
December 1, 2024Initial Commit
- →Repository created
- →Basic monorepo structure set up
- →Hello World backend and frontend initialized
v0.0.1
October 15, 2024Project Inception
- →The idea for Snapfini is born out of frustration with complex AWS setups
- →Whiteboarding the ultimate developer experience: 'Zip it and ship it'
- →Registered the snapfini.com domain