Changelog
What's new
User-facing release notes for the platform, plus a developer commit log synced from git.
Deploying an app and stuck? Start with debugging deployments or the Deployment Agent.
Release notes updated 2026-07-11
Recent highlights
Landing page revamp
Interactive deploy demo on the homepage — run analysis, preview the blueprint, and approve a mock deploy without leaving the hero.
Sepia parchment theme
App-wide amber accent on a warm parchment dark palette, with Hanken Grotesk and Bricolage Grotesque typography across marketing and product UI.
Deployment Agent
Ask the Agent in the header about your deployments, recent failures, and runtime health. Read-only inspection with live data.
Queued deploy execution
Docs explain SQS FIFO ordering, Lambda launch, and isolated ECS deployment runners — from README through the pipeline guide.
Release notes
- July 2026
Landing revamp and sepia brand theme
A blueprint-first marketing homepage and a unified warm amber palette across the public site and signed-in app.
Interactive landing demo
Hero workspace mock walks through setup, scan, blueprint preview, and deploy with a shareable ?repo= URL and crawlable sync for SEO.
Blueprint hero backdrop
Drafting grid, amber survey line, and phase-reactive background tied to the demo stepper.
Global amber and typography
Safety-amber accent, sepia parchment surfaces (#1a1712 ground, #26221c cards), and shared Hanken Grotesk / Bricolage Grotesque / IBM Plex Mono fonts.
Open source and FAQ
GitHub star CTA with live count, public deploy stats, and an FAQ section below the fold.
- July 2026
Docs for queued execution
User-facing guides now match how deploys are queued on SQS and executed on isolated ECS tasks.
Deployment pipeline and architecture
How It Works, Deployment Pipeline, and README describe SQS → Lambda → ECS Fargate execution and live log relay through the WebSocket worker.
Status reference refresh
Run statuses, failure stages, and categories updated so debugging runbooks and the Error Catalog stay aligned.
Glossary and deployment logs
Key terms and log-streaming behavior clarified for queue stages, executor tasks, and CloudWatch history.
- June 2026
Docs, agent, and clearer debugging
Smart Deploy is easier to learn and faster to debug when something breaks in production.
Documentation overhaul
25 user-facing guides covering getting started, the deploy pipeline, Railpack and Mise, monorepos, env vars, health checks, rollback, and an AI-friendly error catalog.
Deployment Agent
Header Agent button opens a read-only copilot that lists your deployments, inspects history, and checks runtime health via tools.
Analyze failure and Improve scan
Deeper LLM analysis on failed deploy runs and feedback-driven re-scans when the Railpack plan needs repair.
- June 2026
Runtime health and deploy workspace
More visibility into whether your app stays up after a successful deploy.
Runtime health monitoring
Background probes of your URL, ECS tasks, and ALB targets with healthy, degraded, and unreachable states.
Deploy overview improvements
Health sparkline, screenshots, and clearer status on the workspace Overview tab.
Delete failed deployments
Remove deployments that never reached a healthy state without leaving orphaned UI rows.
Socket.IO worker
More reliable live log streaming and workspace reconnection during long deploys.
- June 2026
Secrets, health checks, and scan feedback
Safer runtime configuration and automated health reconciliation.
ECS runtime secrets
Runtime environment variables stored in AWS Secrets Manager per deployment instead of only build-time injection.
Health reconciler
Worker periodically re-checks running deployments so status reflects what is actually reachable.
Improve scan
Send failure context back to Smart Analysis to repair Railpack plans before redeploying.
- April 2026
Public site and preview-first story
Landing page, changelog, and the core preview → deploy workflow.
Blueprint preview
Inspect build units, Railpack plans, routing, and cloud targets before you deploy.
Railpack builds
Automatic container builds from repo analysis with optional build verification.
ECS and static S3 targets
Server apps on Fargate; static SPAs on S3 when no runtime is required.
Landing page and changelog
Public marketing site and transparent ship history for the platform.
Developer log
Commit history
anirudh-makuluri/smart-deploy · 68 commits (newest first)
Show commitsHide commits
Developer log
Commit history
anirudh-makuluri/smart-deploy · 68 commits (newest first)
View full history on GitHub · Regenerate locally with npm run changelog:snapshot
2026-07-11
- 42d8807anirudh-makuluri
Apply sepia parchment theme and update changelog release notes.
- ad8fe1fanirudh-makuluri
Unify app-wide brand on amber accent and shared typography.
- 3f00358anirudh-makuluri
Add cursor-following spotlight glow to landing stat cards.
- acbda42anirudh-makuluri
Add landing V2 with interactive deploy demo and blueprint hero.
2026-07-05
- 475cd94amakulur
Feature: Add longest typed word calculation for improved typing animation in landing experience
- 4cf6766amakulur
Updated docs to reflect the new deployment pipeline
- 7bf6b15amakulur
Feature: Enhance verification probe handling with detailed error reporting and latency tracking
- 7a61e8camakulur
Feature: Enhance worker release and update scripts with AWS CLI deployment mode
- 5074edfamakulur
Update GA (+3 related commits)
- d5f55d2amakulur
Feature: Enhance deployment health probe with status verification and add tests
- f56539camakulur
Feature: Add error handling for AWS resource not found in ECS and ALB health checks
- bb79d34amakulur
Resolve tests
- 16ff846amakulur
Feature: Implement deployment event bridge and logging for deployment runs
- 6b72f5famakulur
Connect sqs, lambda and worker
2026-07-04
- d46cfdeamakulur
Change terraform to add lambda, worker ecs etc
2026-07-03
2026-07-01
2026-06-30
2026-06-29
- 03d5bc1amakulur
Integrated moss for search docs tool
- 07665a2amakulur
Fixed build
- 96f8c52amakulur
Change docs
- 7a281adamakulur
Updated landing
- 99b40e7amakulur
Update icon
- 106eba7amakulur
Updated docs and changelog
- b4339eaamakulur
Fixed rd issues
- d1b9ac6amakulur
Persist messages in db
- a9a2772amakulur
Refactored deploymentAgent to make it easy to add new tools
- 228707damakulur
Focus input after complete message
- 96eb2d0amakulur
Add history
- d762e21amakulur
First pass done
2026-06-25
2026-06-24
- 864a484amakulur
Add language icon
- 1e9975damakulur
Add brand icons
- 8642a4famakulur
Fixed test cases
- d09ad83amakulur
Allow deleting deployments on failure
- 7785cabamakulur
Fixed bugs
- 6b4aed2amakulur
Migrated ws to socket.io
- ec2085bamakulur
Change system health ui
- 086aeffamakulur
Move feedback into user menu
Updated-scripts
- dadc90aamakulur
Add claude.md file
2026-06-22
- 552affbamakulur
Loading page in repopageclient
2026-06-20
2026-06-18
2026-06-17
- e602bd5amakulur
Preview deploy changes