6cript Changelog

What shipped, sprint by sprint.

Every meaningful 6cript change since the first builder mode. Honest about scope and ordered by ship date.

  1. Sprint 12May 2, 2026

    Brand architecture + Imagine Ware platform site

    Imagine Ware is the company. 6cript is the product. The public site is now a full company platform.

    • PlatformImagine Ware company homepage at /
    • New6cript moved to its own product page at /products/6cript
    • NewProduct ecosystem page at /products
    • NewCompany / News / Changelog / Download / Contact pages
    • DesignMega-menu nav with company-first information architecture
  2. Sprint 11May 2, 2026

    Imagine Ware logo + 6cript product naming

    Brand designer assets are in. Imagine Ware mark, full lockup, and favicon ship across the site.

    • DesignReal Imagine Ware mark + lockup throughout
    • NewProduct / company / AI persona names split cleanly
    • ImprovedAI system prompts identify as “6cript, a product by Imagine Ware”
    • PlatformBrand constants centralised in src/lib/brand.ts
  3. Sprint 10May 2, 2026

    Event workflows + idempotent draft delivery

    Records changing in your tables now trigger drafts in your outbox — exactly once per event/workflow pair.

    • Newproject_event_deliveries table with UNIQUE (event_id, automation_id)
    • SafetySend is still operator-gated. Drafts only.
    • PlatformprocessProjectEventWorkflows runtime, called best-effort from /api/data
    • DesignWorkflowsPanel + DraftsPanel show plain-English origin labels
  4. Sprint 9May 1, 2026

    First five minutes + real Google sign-in

    Homepage prompt → auth modal → auto-created project → autopilot first turn. All without losing what you typed.

    • NewAtomic pending-prompt + per-project autostart sessionStorage handshake
    • NewReal Google OAuth via Supabase
    • ImprovedRefresh-safe: re-load never re-creates a project
    • SafetyApple kept disabled until configured — no fake buttons
  5. Sprint 8May 1, 2026

    Autopilot, Assistants, Workflows, Drafts

    The product became a teammate. Plain-English asks now route to assistants, workflows, or drafts instead of forms-only.

    • NewAutopilot intent router
    • NewAssistants surface for customer-support / sales agents
    • NewWorkflows panel with manual / scheduled / event triggers
    • NewDrafts panel — every outbound message lands here for approval
  6. Sprint 7April 30, 2026

    Workspace simplification (Hercules layout)

    Six builder modes consolidated into operator-friendly tabs (App, Saved Views, Records, Brand, Share, Settings).

    • DesignThree-column workspace: sidebar / chat / preview
    • ImprovedSettings collapses Plan, Test, History under one roof
    • DesignMobile chat drawer for <md screens
  7. Sprint 6April 29, 2026

    Prism theme refresh + light-by-default

    New violet-driven prism palette, motion language, and a hard-default light theme that respects an explicit user toggle.

    • DesignPrism violet/magenta/mint/gold token system
    • DesignPlus Jakarta Sans across both display + body
    • PlatformOS dark-mode preference no longer auto-flips the theme
  8. Sprint 5April 24, 2026

    Demo gallery + 18-article docs system

    Three pre-cooked demo workspaces and a full searchable documentation site.

    • NewSunrise Provisions, school admin, and church demo seeders
    • New/docs with category nav, search, and deep links
  9. Sprint 4April 21, 2026

    Launch room + readiness scoring

    A pre-flight checklist that scores how ready a project is to share with real users.

    • NewPer-project readiness percentage
    • NewLaunch checklist grouped by domain
    • ImprovedDashboard cards show readiness chip at a glance
  10. Sprint 3April 17, 2026

    Supabase persistence + checkpoints

    Blueprints, scenes, tasks, and schema checkpoints all moved from localStorage into owner-scoped database rows.

    • PlatformOwner-scoped row-level security on every project table
    • SafetySchema checkpoints before AI-driven structural moves
    • ImprovedWorkspace state survives device + browser changes
  11. Sprint 2April 12, 2026

    Preview links, JSON export, integrations registry

    Read-only share links, full project export, and a transparent registry of which external services a project uses.

    • NewRead-only preview pages with rotatable tokens
    • NewJSON + Markdown export package
    • NewIntegrations card list with secret-configured status only
  12. Sprint 1April 5, 2026

    Six builder modes

    Plan, Build, Design, Data, Test, Deploy — the six AI-driven workspaces that became the original 6cript loop.

    • NewMode-aware AI engine with per-mode system prompts
    • NewSchema-driven dynamic renderer for forms, tables, charts
    • NewInitial Supabase schema + RLS policies