Building the thing that builds the things.
A project to hopefully help you create your own AI powered CLI that you control from model to output.
npm run dev
Example Request
curl --request POST \
--url http://localhost:5004/generate \
--header 'Content-Type: application/json' \
--data '{
"prompt": "write a simple api in express js using typescript"
}'