Multi-Language Support
Spin up services across Node.js, Python/FastAPI, Go, Java Spring Boot & Next.js frontend with support for modern frameworks like Remix, Astro, and SvelteKit.
Generate Node, Python, Go, Java Spring Boot & Next.js services in one workspace with hot reload, shared libraries, and Docker support.
# Install globally
npm install -g create-polyglot
# Create a new project with interactive wizard
create-polyglot init my-org
# Or skip prompts with flags
create-polyglot init my-org -s node,python,go,frontend --preset turborepo --git --yes
# Start development
cd my-org
create-polyglot dev
# Enable hot reload for all services
create-polyglot hot
# Launch admin dashboard
create-polyglot adminBuilding a production-ready polyglot microservice environment typically requires:
create-polyglot automates all of this, giving you:
polyglot.jsonPerfect for prototyping architectures, onboarding teams faster, or creating reproducible demos and PoCs.
Learn the fundamentals and best practices:
Complete command documentation:
Project configuration reference:
Language-specific template details:
Advanced features:
MIT Licensed - Free and open source forever.