ardhi/bajo — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a JavaScript framework called Bajo that helps people create apps fast by plugging together only the parts they need, like Lego blocks.

I want the core to be simple to start, with a clear config object, a way to register and load plugins, and a clean startup flow so plugins can add commands, services, pages, or other features. It should be flexible enough for a small command line app, but also able to grow into a large web app when more plugins are added.

Please include a small working example app, at least one sample plugin, basic tests, and simple docs that explain how to install it, create a project, add a plugin, and run it. Keep the developer experience friendly and fast, with useful errors when something is configured wrong.

Look up current docs online if you need to, and make the project feel polished enough to publish as an npm package.

Want more depth? Deep Reverse