Politscape is Open Source
Every line of code — the map rendering, combat simulation, economy engine, diplomacy system, and Rust/WebAssembly core — is MIT licensed and freely available on GitHub.
MIT License
MIT License
Copyright (c) Politscape Contributors
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software...
The full license is in the repository. The short version: use it, fork it, modify it, redistribute it — for any purpose, including commercially.
Tech Stack
How to Self-Host
Politscape is a standard Next.js application. Self-hosting requires Node.js 18+ and optionally Supabase for auth and multiplayer.
# Clone the repo
git clone https://github.com/Politscape/Politscape
cd Politscape
# Install dependencies
npm install
# Start the dev server
npm run dev
# (Optional) Build the Rust/WASM core for full simulation
npm run build:wasm
How to Contribute
Contributions are welcome in every area:
Free to Play. Free to Fork.
Politscape is MIT licensed. Play it, fork it, or build something new with it.