For the complete documentation index, see llms.txt.

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.

    Read the guide

  • Queued deploy execution

    Docs explain SQS FIFO ordering, Lambda launch, and isolated ECS deployment runners — from README through the pipeline guide.

    Read the guide

Release notes

  1. 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.

  2. 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.

      Learn more

    • Status reference refresh

      Run statuses, failure stages, and categories updated so debugging runbooks and the Error Catalog stay aligned.

      Learn more

    • Glossary and deployment logs

      Key terms and log-streaming behavior clarified for queue stages, executor tasks, and CloudWatch history.

      Learn more

  3. 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.

      Learn more

    • Deployment Agent

      Header Agent button opens a read-only copilot that lists your deployments, inspects history, and checks runtime health via tools.

      Learn more

    • Analyze failure and Improve scan

      Deeper LLM analysis on failed deploy runs and feedback-driven re-scans when the Railpack plan needs repair.

      Learn more

  4. 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.

      Learn more

    • 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.

      Learn more

  5. 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.

      Learn more

    • Health reconciler

      Worker periodically re-checks running deployments so status reflects what is actually reachable.

      Learn more

    • Improve scan

      Send failure context back to Smart Analysis to repair Railpack plans before redeploying.

      Learn more

  6. 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.

      Learn more

    • Railpack builds

      Automatic container builds from repo analysis with optional build verification.

      Learn more

    • ECS and static S3 targets

      Server apps on Fargate; static SPAs on S3 when no runtime is required.

      Learn more

    • 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 commits

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

  • ca8ab9camakulur

    Feature: Add SQS integration for deployment queue

  • 7d41aedamakulur

    Updated schema

  • 22c4354amakulur

    Fix agent eval admin page and cleanup diagnostics

  • f379868amakulur

    Eval llm responses

  • 3a4e62camakulur

    Update scripts to delete existing images to preserve images

  • 72136e0amakulur

    Change script

2026-07-01

  • edd66dcamakulur

    Update script

  • 2f19ac4amakulur

    Add terraform to GA

  • d6ec51famakulur

    Add GA workflow for ws server

  • 23522d5amakulur

    Add token usage to db

  • 1b27d51amakulur

    Fix the ui slightly

  • 055c088amakulur

    Update dockerfile.websocket

2026-06-30

  • 06a6f4aamakulur

    Improved UI

  • 23b1442amakulur

    Add retrievalms in db

  • e8462f7amakulur

    Fix DashboardMain test teardown errors on CI

  • 3982ae3amakulur

    Fix agent socket payload types and Moss sequential async patterns

  • 18609aaamakulur

    Add citations in response

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

  • 5af7170amakulur

    Added runtime health in deploy overview

  • 64e9d6famakulur

    Create dynamodb table

2026-06-24

2026-06-22

  • 552affbamakulur

    Loading page in repopageclient

2026-06-20

  • 69002e3amakulur

    Fixed build issue

  • e319300amakulur

    Refactor handleDeploy for better readability

  • 0ca6db2amakulur

    Disable auto rollback

  • 8437d1famakulur

    Fix explain root cause button

  • 9982209amakulur

    Improved logs

2026-06-18

2026-06-17

  • e602bd5amakulur

    Preview deploy changes

2026-06-12