Ditto — генерация Flask-приложений из текста
★ 1.1K
Ditto is the "simplest self-building coding agent": it generates a multi-file Flask application from a natural-language description through a no-code interface. Reach for it when you want to quickly and visibly get a working (or nearly working) web prototype from a text idea: you describe the app you want in plain words, and Ditto, via a simple LLM loop with a few tools, writes the files and assembles the application itself. Its focus is a minimalist demo agent that turns a description into a multi-file Flask app, not a mature autonomous agent for working with your repository (OpenHands/goose) or a general assistant: the value is a simple, clear example of a self-building agent and a fast draft app. Note the result is a prototype that works "occasionally" and needs refinement. It suits experiments, learning the self-building-agent idea, and quick sketches of Flask apps.
- #Coding Agent