Superpowers Core is the foundational repository for Superpowers, an extensible, collaborative HTML5-based development environment designed to help developers build projects—including 2D and 3D games—together in real time. It acts as the engine and infrastructure on which editors, game logic, plugins, and collaborative tools are built, using web technologies like TypeScript, WebSockets, and browser APIs to deliver a flexible and live editing experience. Users can work solo or invite collaborators to join a project, seeing changes instantly and sharing assets, scripts, and scenes without having to commit to external version control systems. Because Superpowers Core is engine-agnostic, it can be extended with project types and plugins, making it adaptable for games, apps, websites, and other interactive experiences. The core supports live previews, real-time synchronization, and flexible project structures, which makes it appealing for both educational use and small-team game development.
Features
- Real-time collaborative editing
- Extensible plugin architecture
- HTML5 and TypeScript foundation
- Live preview and asset synchronization
- Engine-agnostic project support
- WebSocket-based communication system