https://github.com/muchq/moonbase
exploratory monorepo playground
https://github.com/muchq/moonbase
ai bazel games graphics web
Last synced: 4 months ago
JSON representation
exploratory monorepo playground
- Host: GitHub
- URL: https://github.com/muchq/moonbase
- Owner: muchq
- License: other
- Created: 2016-02-28T18:45:19.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2026-03-05T03:04:06.000Z (4 months ago)
- Last Synced: 2026-03-05T04:55:07.891Z (4 months ago)
- Topics: ai, bazel, games, graphics, web
- Language: Go
- Homepage: https://muchq.com
- Size: 36.6 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 55
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MoonBase

a polyglot playground for experiments in application architecture, API design, library ergonomics, and developer tooling.
## Deployed Projects
| Project | URL | Description |
|-----------------|-----|----------------------------|
| **muchq** | [muchq.com](https://muchq.com) | Project landing page |
| **r3dr** | [r3dr.net](https://r3dr.net) | Another URL shortener |
| **1d4** | [1d4.net](https://1d4.net) | Chess game indexer web UI |
| **1d4.net MCP** | [mcp.1d4.net](https://mcp.1d4.net) | MCP server for chess tools |
| **microgpt** | [tty1.uk](https://tty1.uk) | Minimal GPT implementation |
## Repository Structure
The repository is organized into **domains**, each containing its own libraries, APIs, and applications.
- [**🎨 Graphics**](domains/graphics/README.md): Ray tracers, image processing, and rendering tools.
- [**🎮 Games**](domains/games/README.md): Game engines, chess tools, and multiplayer backends.
- [**🌐 Platform**](domains/platform/README.md): Core infrastructure, gRPC/HTTP wrappers, and utilities.
- [**🔗 r3dr**](domains/r3dr/README.md): URL shortening ecosystem.
- [**💬 Chat**](domains/chat/README.md): Real-time communication services.
- [**🤖 AI**](domains/ai/README.md): Neural network and machine learning experiments.
- [**🏆 Leet**](domains/leet/README.md): Algorithmic solutions and C utility libraries.
## Getting Started
- [**Build & IDE Instructions**](docs/BUILD_AND_IDE.md): How to build the project and set up your development environment.
- [**Importing Projects**](docs/IMPORTING.md): Guidelines for adding new projects to MoonBase.