Open Source CLI Tool
The React + Go Starter for the Modern Web
The fastest way to bootstrap a production-ready full-stack application with React and Go. One command. Zero config.
$
npx create-reactgo-app my-app
Engineered for performance
Production ready features out of the box
Instant React + Go setup
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/
Backend/
docker-compose.yml
README.md
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.

© 2026 create-reactgo-app. All rights reserved.