One command to scaffold a complete full-stack application with react frontend and Go backend.
Backend Hot Reloading
Development velocity shouldn't stop at the frontend. Our go scaffold includes Air for instant server recompilation on every save.
Built in docker support
Multi-stage builds for production and optimized dev containers for local orchestration.
Clean Architecture
Well-organized directory layout following best practices for both React and Go.
Production Ready
Configured with enviroment variables, health checks, and secure multi-stage Dockerfiles.
Up and running in 3 steps
From zero to full-stack in under a minute.
01
Run the CLI
$npx create-reactgo-app my-app
02
Navigate to the project
$cd my-app
03
Start everything with Docker
$docker compose up
Clean project structure
Everything is preconfigured and organized for you.
Frontend/
React app with Vite
Backend/
Go API server
docker-compose.yml
Multi-service orchestration
README.md
Getting started guide
Open Source
Built for the community
create-reactgo-app is fully open source. Whether you want to star the project, report a bug, or contribute a feature — every bit helps make the ecosystem better for everyone.