An innovative, efficient, and adaptable framework to tackle modern development challenges.
Get StartedAutomates dependency management and real-time optimization suggestions.
Handle project dependencies efficiently with streamlined collaboration.
Tools to maintain code quality without adding extra complexity.
Automatically generate code snippets and ensure the highest code quality.
pnpm install bleujs
pnpm run start:backend
cd core-engine
pnpm run start
cd Dependency-management
pnpm start
cd eggs-generator
pnpm run start
To generate code using Bleu.js, send a POST request to the /generate endpoint:
curl -X POST http://localhost:3000/generate -H "Content-Type: application/json" -d '{"template": "basic function"}'
To optimize code using Bleu.js, send a POST request to the /optimize endpoint:
curl -X POST http://localhost:3000/optimize -H "Content-Type: application/json" -d '{"code": "console.log(\"Hello, world!\");"}'
To debug code using Bleu.js, send a POST request to the /debug endpoint:
curl -X POST http://localhost:3000/debug -H "Content-Type: application/json" -d '{"code": "console.log(\"Hello, world!\");"}'