Posted July 14, 2025 by hubacekjakub
#tool #deploy #quickstart #godot
I got tired of setting up the same Godot project structure and deployment workflow every time I started a new game. So I created a template that handles it all automatically.
Try the live demo - this was deployed automatically from a single git command.
Push one command:
git tag v1.0.0 && git push origin v1.0.0
Get automatic:
No manual uploads, no build scripts, no deployment headaches.
Game jams, prototypes, indie projects - they all need the same boring setup work. This template eliminates that friction so you can focus on making games instead of configuring workflows.
I use this for my own projects. Since it was mainly created for me, it may have issues I don't see, let me know about them.
Demo: hubacekjakub.itch.io/godot-quick-start
Template: github.com/hubacekjakub/Godot-QuickStart
Fork it, add your game content, push a tag. Your game will be live on itch.io in a few minutes.
This is a work-in-progress project for me. I'd love to hear from the community:
Drop a comment here or open an issue on GitHub. Your input helps shape this tool!
MIT licensed - use it however you want.