Show HN: Psuedocode expander- Iteratively build real apps with plain English

1 explosion-s 0 6/2/2025, 6:36:44 PM github.com ↗
Hi everyone!

I am working on a tool that iteratively takes psuedocode and breaks it down into more and more detailed steps. Essentially at any point you can alter your app with plain text, then once you're satisfied generate full code for it. This system allows you to iterate on specific sections of your application, refine them with normal language, and make any changes you wish, while never writing actual code. Eventually though, the psuedcode that you've been creating is sufficient for a model to generate code.

One example is the model taking this: "Fullstack TODO list app with express backend and Vue.js frontend"

and turning it into this:

Backend (Express.js) API Endpoints for managing tasks Handles business logic for task operations Connects to the database

Frontend (Vue.js) User interface for displaying and interacting with tasks Sends requests to the backend API Manages UI state

Database Stores task data

You can then imagine how this works over time to get more and more details.

Give it a star, a PR or raise some issues and request something!

Comments (0)

No comments yet