https://github.com/ajstrongdev/democracyonline.io
democracyonline.io is a free to play, open source, multiplayer web-game. Build parties, win elections, and pass legislation in a living democracy.
https://github.com/ajstrongdev/democracyonline.io
politics polsim react tanstack-router tanstack-start
Last synced: 12 days ago
JSON representation
democracyonline.io is a free to play, open source, multiplayer web-game. Build parties, win elections, and pass legislation in a living democracy.
- Host: GitHub
- URL: https://github.com/ajstrongdev/democracyonline.io
- Owner: ajstrongdev
- License: gpl-3.0
- Created: 2025-09-20T20:25:27.000Z (5 months ago)
- Default Branch: develop
- Last Pushed: 2026-01-24T22:04:05.000Z (17 days ago)
- Last Synced: 2026-01-25T05:40:21.443Z (17 days ago)
- Topics: politics, polsim, react, tanstack-router, tanstack-start
- Language: TypeScript
- Homepage: https://democracyonline.io/
- Size: 2.06 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# democracyonline.io
A web-based political simulation game where players participate in a democratic system with elections, political parties, and legislative processes.
## Documentation
- [Firebase Authentication](./docs/FIREBASE_AUTH.md)
- [Bot API](./docs/BOT_API.md)
## Contributing
We welcome contributions from the community! Please read our [Contributing Guidelines](./CONTRIBUTING.md) before submitting a pull request.
**Important Note**: While this project is open source and actively maintained, we have specific goals and a roadmap for its development. Not all feature requests or pull requests will be implemented or merged. We encourage discussion through issues before starting work on major features.
## Tech Stack
- TanStack Start (React Framework)
- Firebase Authentication
- PostgreSQL + Drizzle ORM
- TypeScript
- Tailwind CSS
## Getting Started
```bash
pnpm install
pnpm run dev
```
## License
This project is licensed under the GNU General Public License v3.0 - see the [LICENSE](./LICENSE) file for details.