Last 30 days · 14 ships

What we shipped

Every release goes in here — features, fixes, and the occasional honest "we broke this and here's how we fixed it."

May 19
v2.4.0
NewImproved

Agentic codebase audit + auto-PR

Connect your GitHub and Nova will audit the repo, rank issues by impact, and open PRs that you can review + merge.

  • nova audit · ranks bugs critical → suggest, with cited line numbers
  • nova ship --all · opens 1 PR per finding, linked + tested
  • Auto-rollback · failed CI reverts the change before it lands
May 17
v2.3.2
New

33 new live templates in the gallery

Portfolio, SaaS, blog, internal, editorial, music, dev tools, ecommerce, events, services — 10 each, every one a real working site you can preview, remix, and open in a new tab.

  • Click to play · Snake, Tetris, 2048, Flappy, Memory all work in-iframe
  • Click to preview · every dashboard / landing renders live, scaled
  • Built with Nova bar · marketing footer appears on every preview
May 14
v2.3.0
ImprovedFixed

Free-tier gate: max(50 prompts, $1 compute)

Previously, a free user could send 50 prompts of any cost and burn $40+ of our compute. Now whichever ceiling hits first triggers the upgrade modal.

  • Bar shows max(prompts/50, cost/$1) so users see the gate that's tightening
  • Banner is gate-aware ("50 prompts" vs "$1.00 of compute")
  • Server enforces both ceilings in /api/nova/chat