Introduction
Mosaic is a modern package manager for Polytoria , a user-generated content platform.
The Problem
Sharing code on Polytoria has traditionally been a manual process:
- Copy-pasting scripts from Discord or Forums.
- Manually dragging
ModuleScriptassets from the toolbox. - losing track of versions and updates.
- “Dependency hell” when one script needs another.
The Solution
Mosaic brings the developer experience of tools like npm or cargo to Polytoria:
- Dependency Management: Declare packages in a simple
mosaic.tomlfile. - One-Command Install:
mosaic installfetches everything you need. - Version Locking: Ensure everyone on your team uses the exact same versions.
- Direct Injection: Mosaic modifies your
.polyproject file directly—no manual dragging required.
Get Started
Ready to dive in?
Last updated on