Back to browse
GitHub Repository

Your data should look as real as the idea

1 starsTypeScript

Instant live endpoints your front end needs, from natural language

by thomscoder·Jun 15, 2026·2 points·0 comments

AI Analysis

●●●BangerSolve My ProblemBig BrainSlick

Claude Code native mode with zero redundant AI calls is genuinely clever architecture.

Strengths
  • Claude Code MCP integration where AI reasons and Zero-1 executes eliminates redundant API calls.
  • Schema change propagation with FK tracking and denormalized copy updates is real engineering.
  • Export to production Hono backend bridges mock-to-real transition cleanly.
Weaknesses
  • Mock server category already has Mockoon, Prism, WireMock, and MSW.
  • AI-native positioning may age poorly if Claude Code changes MCP support.
Target Audience

Frontend developers, full-stack developers

Similar To

Mockoon · Prism · MSW

Post Description

Often i was in situations i had to implement things on the frontend but the backend was not ready so i had to hard mock tons of json data to test paginations. And still I could not test how the frontend reacted with endpoint errors, rate limits, gates and so on... and if the backend suddenly decided to rename a property or to change the shape well... so I built my own engine that can spin live endpoints in seconds, modify them on the fly and keep foreign keys updated all from natural language. AI native, it can integrate with Claude for it to test its own generated code.

Similar Projects

Run end-to-end browser tests using natural language

Natural language E2E tests sound good until you need debugging or maintenance.

Ship It
jimmypk
103mo ago
Developer Tools●●Solid

Clovr – Generate structured Next.js front ends from a prompt

Clovr trades mockup screenshots for an actual file scaffold: it claims to output a Next.js repo with a consistent design system, routing, spacing scale and readable components you could commit. That focus on structure over pixels is the right call, but the space is crowded—I'd need to see TypeScript/test support, extensibility for existing repos, and examples of nontrivial apps before I'd swap it in for templates plus Copilot.

Ship ItSolve My Problem
alby_churven
204mo ago
Developer Tools●●Solid

AgenQA – Turn natural language into E2E web app tests using AI

Natural-language -> E2E tests plus a visual desktop app, cloud sync and an npm-installable CLI is a pragmatic combo that will appeal to teams tired of brittle scripts. Usability-focused reporting and a recorder-ish desktop experience are the clearest differentiators here; what I want to see next is concrete evidence about cross-browser reliability and how the AI handles flakiness and changing selectors.

Solve My ProblemSlick
aldovincenti
104mo ago