Back to browse
ClickMVP – Deterministic full-stack code generation (no LLMs)

ClickMVP – Deterministic full-stack code generation (no LLMs)

by andredourado·Apr 22, 2026·1 point·0 comments

AI Analysis

MidShip It

Deterministic Jinja2 templates beat LLM generators, but landing page is just a login.

Strengths
  • Pure Jinja2 generation means reproducible, debuggable output — no LLM hallucination risk
  • 13,799 entity library extracted from real enterprise ERPs provides substantial domain coverage
  • Generates complete test suite: unit, integration, and E2E tests out of the box
Weaknesses
  • Landing page shows only login screen — no demo or generated code examples visible
  • Code generation space is crowded: Amplication, JHipster already do this well
Target Audience

Developers scaffolding enterprise applications

Similar To

Amplication · JHipster · Create React App

Post Description

I've built software for clients for 38 years and kept hitting the same wall: weeks spent scaffolding the data layer and the Clean Architecture around it before any real work begins.

I asked Claude to estimate how long it would take to generate a complete "Access Control" app using Claude Code: 40 entities, 1,604 files, Clean Architecture, RBAC, tests. The answer: 50–80 hours and up to $350 in API costs.

ClickMVP generates the same output in under 2 seconds. No LLMs in the generation pipeline. Pure Jinja2 deterministic templates with a library of 13,799 entities extracted from real enterprise ERPs.

Because the engine is Jinja2, adding support for a new stack is just a new template set, no retraining, no fine-tuning. Currently generating Node.js + Prisma + React + Vite. Next stacks will follow user demand.

What you get: editable source (no lock-in), unit + integration + E2E tests, auth, RBAC, Swagger, storage, plus CLAUDE.md/AGENTS.md so Claude Code or Cursor can take over with full context from there.

It also ships an MCP server with 9 tools, so Claude Code can drive the generator directly: inspect the entity library, scaffold new modules, and iterate on the generated project without leaving the editor.

After generating, there's a 2-hour live preview so you can click through the app before downloading anything.

$50/year, 7-day trial, no credit card.

Demo without signup: [email protected] / demo123

Happy to answer questions about the template architecture, the entity library or the MCP design. Feedback welcome.

Similar Projects

Starter-structure-CLI – scaffold apps from stack combinations

Yet another scaffolding CLI competing with create-t3-app and Vite.

Ship It
mrwick2126
103mo ago