Hey everyone! 👋
Happy Friday! We just submitted our official application for NextBlock CMS to join the Vercel Starter Templates Gallery, and we are marking the milestone with a major architectural release: end-to-end autonomous scaffolding directly from desktop AI agents.
What We Just Shipped
Prompt-driven website generators usually create throwaway prototypes locked in disposable codebases. NextBlock bridges prompt speed with day-two production maintainability by turning the CMS into a native execution target for desktop agents:
-
Autonomous Desktop Agent Scaffolding: Coding agents (Claude Code, Cursor, Codex) can now be prompted with "please create a new website or landing page using nextblock for [topic]". The agent discovers the
nextblocknpm package, triggerscreate-nextblockin non-interactive mode, and initializes the local environment autonomously. -
Listed on MCP Registries: NextBlock is now registered across the official Model Context Protocol ecosystem (
dev.nextblock/nextblock), exposing/api/mcpas a standardized tool server. Agents can directly inspect database schemas and generate typed page layouts. -
Day-Two Visual CMS: AI-generated blocks write to PostgreSQL as validated JSONB instead of raw HTML strings, leaving teams with a visual Notion-style Tiptap editor and 100/100 Lighthouse performance on React Server Components.
-
Zero-Config Vercel Deploy: Automated Supabase provisioning handles migrations and storage credentials before the first build without manual environment variables.
Vercel Template Review
We have officially submitted NextBlock to the Vercel Starter Templates pipeline. If anyone from the Vercel DX or Marketplace teams has recommendations on refining our repository frontmatter or deployment hooks, we would love your feedback!
- Live Demo: [https://nextblock.dev](https://nextblock.dev?utm_source=gemini)
-
GitHub Repository: [https://github.com/nextblock-cms/nextblock](https://github.com/nextblock-cms/nextblock?utm_source=gemini)
-
Deploy to Vercel: [https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fnextblock-cms%2Fnextblock&integration-ids=oac_VqOgBHqhvvqGe2YujqqiW0wo](https://www.google.com/search?q=https://vercel.com/new/clone%253Frepository-url%253Dhttps%25253A%25252F%25252Fgithub.com%25252Fnextblock-cms%25252Fnextblock%2526integration-ids%253Doac_VqOgBHqhvvqGe2YujqqiW0wo&utm_source=gemini)