Makiaveli · changelog
Changelog
Last updated April 24, 2026
Changelog
Release notes for the Makiaveli platform. Newest first.
v10 — Remix, landing chat, CMS
- Remix button on every published site. Anyone can fork a public showcase into their own account and keep building.
- Landing chat widget — describe your idea directly on the homepage. If you're not signed in, we hand the prompt through signup; if you are, we drop you straight into a new project.
- Auth-aware landing nav — signed-in visitors see a Dashboard button instead of Sign in / Start building.
- Content management system — admin can edit showcase items, docs pages, privacy policy, terms, about, blog, and changelog from a single
/admin/cmspanel. - Nine seeded content pages — docs, templates, changelog, about, blog, privacy, terms, community, support.
- DemoChat fix — the "Watch it build" section no longer renders empty on first paint.
v9 — Premium landing rebuild
- Full rewrite of the landing from 5 sections to 14: sticky nav, hero split layout with animated editor mock, live stats strip, 6 use-case cards, 3-card showcase grid, 3-step How-it-works, 9-card feature grid, provider badge row, interactive demo chat, testimonial row, pricing comparison, FAQ accordion, final CTA, 4-column footer.
- Pricing comparison extracted from billing page into a shared marketing component.
- Published three showcase demo apps (tic-tac-toe, pomodoro-focus, kanban-board).
v8 — Makiaveli brand
- Brand renamed from "Lovable Clone" to Makiaveli.
- First-build animation — full-screen pulsing logo overlay hides the preview iframe until the agent finishes its first pass.
- Tier gating — Free gets the "Made with Makiaveli" ribbon; Pro and Enterprise unlock custom branding, source code download, and custom domains.
- Official logo lands everywhere — sidebar, landing, auth pages, build overlay, published-site ribbon, favicon.
Phase B — Auto-plan, chat history, credits chip, per-project DB
- Auto-plan on project creation — describe the app in the New Project modal and the plan is generated server-side before the editor opens.
- Chat history persistence — project messages persist to SQLite and restore on reload.
- Credit chip in the chat header — always-visible balance, refreshes after every AI turn.
- Per-project Postgres schemas — each app gets its own isolated schema in your Supabase.
- New Database tab in the editor with setup SQL guide.
v7 — Critical agent fix
- Chat mode is now strictly read-only. The agent never touches files in chat mode even if the LLM misbehaves — the executor refuses to apply any
<file>tags. - Scroll jank fix — chat panel no longer stutters during streaming.
- Chat UI polish — plan cards no longer double-wrapped, tighter bubble styling.
