I built a tool to make local development setups easier

Setting up local development environments has always been a headache for me. Between dependency conflicts and the classic “works on my machine” problem, I found myself spending more time fixing setups than actually coding.

I’ve tried Docker, package managers, and scripts, but each had its own frustrations. That’s what led me to start building Kampa.io—a tool to simplify environment setup and make sharing configs effortless.

I’d love to hear how you handle this! Do you use containers, scripts, or something else? And if you could have any feature to make setup easier, what would it be? Your feedback would mean a lot! :rocket:

1 Like

Here is how to set up a local environment, on top of docker with this..
Installing django with docker and kampa Any ideas/suggestions would be highly appreciated, as I’m not a python developer