I love making small web apps for fun and, now, with LLM, we can create even more apps. Still, I needed a solution to deploy and share faster very small codebases and make it easier to add online capabilities.
Chaaga has been tailored to solve those problems. * first an elixir server with sqlite, to create rooms and a live kv store * then a react app to list, share your apps and also deploy single pages * apps run inside the webapp, they get auth without config
My workflow has been the following: * I am in street and got an idea * I ask an LLM, on my phone, to implement it in a singe html page * I deploy it with Chaaga * If the idea deserves more, I start coding a more advanced version at home
I am having a lot of fun using it, hope you will too.