SHIP LOG
Changelog
Every improvement is versioned, documented, and permanent. From UI polish to determinism upgrades.
11 releases · Last updated Apr 26, 2026
RSS (coming soon)
Release Discipline
April 2026
Q1 + Q2 close — multi-stack codegen, deploy hardening, marketplace foundation
Closed out Q1 (codegen reliability) and Q2 (foundations for ownership + entitlements). Project Generator now ships full-stack monorepo codegen alongside webapp; deploy panel covers Vercel + Railway with rollback + custom domains + env vars; admin credit audit landed with anomaly detection across 6 buckets. Foundation for marketplace listings + organization-scoped billing now in place.
- ✅Full-stack monorepo codegen (apps/web + apps/api + packages/shared) — same prompt, two stacks, deterministic
- ✅Live preview gallery — pick prompt + variant, see app running before commit
- ✅Marketplace browse landing page (public, listings shipping post-launch)
Credit ledger Phase 1 — typed columns, admin audit, anomaly detection
Migrated the credit ledger from JSON-bag metadata to typed columns. Every credit row now carries category / subcategory / jobId / stepId / actualInr / status / failure-policy as first-class fields. Admin audit dashboard surfaces per-user rollups, per-job drill-downs, subsidy buckets, and a 6-bucket anomaly classifier (refund-without-original, drift-outlier, duplicate-step-charge, negative-balance, missing-typed-columns, unknown).
- ✅Per-user spend dashboard with month summary + per-job table + estimated cost badge
- ✅Admin: 4-tab credit ledger audit (per-user, per-job, subsidy, anomalies)
- ✅6-bucket anomaly classifier with severity ladder (info / warn / critical)
Codegen V2 + reliability hardening
Project Generator now runs on the V2 pipeline by default. Single master flag, no sub-flags, no version stamping. Webapp generation reliability hardened with circuit-breaker auto-fix loops, build-check gates, and golden-path harness coverage across 6 archetypes. Workspace warm-pool clones cut per-job install time from ~7 minutes to ~30 seconds.
- ✅Codegen V2 default-on for webapp + full-stack
- ✅Auto-fix loop with circuit-breaker — bypass on cycle threshold rather than infinite retry
- 🛠CODEGEN_COMPILE_CHECK + AUTO_FIX failure cascade resolved (root-causes shipped on main pre-Q1)
February 2026
Changelog page — versioned engineering ledger
Added the Changelog page with expand/collapse entries, category filtering, tool scope filtering, search, month grouping, deep link anchors, and impact metadata. Every improvement is now documented publicly.
- ✅Added /changelog route with full metadata and SEO tags
- ✅Added expand/collapse entry component showing title + summary + 3 items in collapsed state
- ✅Added multi-select category filter with 9 change types and result counts
About page — 10-section identity manifesto
Launched the About page with 10 interconnected sections covering mission, problem statement, foundry model, determinism, economics, tool roadmap, vision, security, and bottom CTA. Includes interactive pipeline diagram.
- ✅Added /about route with 10 anchor-navigable sections
- ✅Added interactive pipeline diagram showing 7-stage generation flow
- ✅Added sticky section navigation with scroll-spy active states
Nav active states, copy refinements, deterministic wording fix
Fixed navigation active state highlighting across all 5 public pages. Refined copy on landing and pricing pages. Corrected deterministic wording to accurately describe the replay system.
- 🛠Fixed nav link active state using ember 2px underline across all 5 public pages
- 🛠Fixed deterministic wording on landing page: changed "guaranteed identical" to "reproducible given same inputs"
- 🛠Fixed pricing tier comparison table alignment on mobile viewports
Examples page — 10 real project cards with filtering
Launched the Examples page with 10 real generated project cards, category filtering, complexity badges, search, sort options, and detailed modal views. Every card includes credit estimates, stack badges, and architecture notes.
- ✅Added /examples route with 10 real example project cards
- ✅Added category filter pills: SaaS, Dashboards, Internal Tools, Landing Pages, E-commerce, Marketplaces, AI Apps, Portfolio Sites
- ✅Added complexity badges: Simple, Medium, Complex with color coding
Pricing page — credit system, tiers, and cost estimator
Shipped the Pricing page with 3 tiers (Free / Pro / Enterprise), credit pack purchases, interactive cost estimator, feature comparison table, and FAQ section. Credit economy: 1 credit = $0.01.
- ✅Added /pricing route with 3-tier plan cards: Free, Pro ($5/mo), Enterprise ($20/mo)
- ✅Added credit pack purchase options: $5 / $10 / $25 / $50 packs
- ✅Added interactive cost estimator: select project complexity to see credit range
Full pipeline — prompt to design to budget to code to deploy
Completed the end-to-end Project Generator pipeline: prompt analysis, AI design selection, budget freeze, code plan review, code generation, live preview, and deployment. 117 user stories delivered across 17 sprints.
- ✅Added prompt analysis engine scoring across 8 dimensions with inline suggestions
- ✅Added design pack system: 5 packs, 33 recipes, AI-ranked top 3 candidates per project
- ✅Added budget freeze step: immutable cost contract before code generation begins
January 2026
PII redaction, rollback, and regression coverage
Added PII redaction in prompt analysis, project rollback to previous code plan versions, per-file credit cost breakdown, and comprehensive regression test coverage across all core flows.
- ✅Added project rollback to previous code plan versions
- ✅Added per-file credit cost breakdown in code plans
- 🛠Fixed edge case where empty prompt submission bypassed validation
Showing 10 of 11 releases