#251 · Primary category: AI Coding Assistants
Lealone
A full-stack self-evolving general-purpose agent safely applicable to ambient programming and enterprise applications.
Project last updated:08/26/26
GitHub Stars
2.6K
Forks
522
Contributors
5
License
Other
Why we included this project
Lealone is a Java platform that puts an LLM-driven agent in charge of building software: you describe what you want and it writes and runs the application. The ambient programming flow is quick to see, type "build a todo app" in the agent window and within about twenty seconds you get a browser URL for the finished result. Under the hood is an embedded SQL database and a way to declare services and workflows with `create service` and `create workflow` statements, so a whole enterprise app can be bootstrapped from a plain requirements file. Developers comfortable with SQL who want to see how far LLM-driven development can go will find a self-contained way to prototype persistent, servable applications without hand-writing boilerplate. The license is mixed, with parts under H2's MPL/EPL and others under SSPL v1, so run it past legal review before adopting it in commercial products.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.