First project is a complete firecracker server ( in Go) which is able to spin up multiple firecracker vms over http requests and also execute terminal commands
Second project is a node server which has integrated AI for NLP .
User can send a request to this server and pass prompt
{
"prompt" : "List files in directory"
}
The AI uses nlp to generate commands, for above it generates ls

Spawn Container button to create a new firecracker vm<aside> 💡
Request to stop the containers after use to prevent server bloating
</aside>
