Share the mods you use with anyone.
- Sleek user interface
- Unique link for each list
- Search for public lists
- Visibility controls
- Import from
- Folder of mods
- Ferium
- MultiMC and Prism Launcher instances
- Modrinth pack
.mrpack
- Manual (built-in!) search
- Export to
- Folder of mods
- Modrinth pack
.mrpack
- MultiMC/Prism instance
- Packwiz
- Next.js
- React
- Radix UI
- Tailwind CSS
- Lucide Icons
- MongoDB
- Modrinth & CurseForge
- TypeScript
- dprint & Prettier
- ESLint & TypeScript ESLint
- pnpm
- Plausible
- and a ton of other open source libraries and services!
Big thanks to all of the contributors to those projects who have made this project possible.
We welcome all contributors to the project! Feel free to open PRs if you see something you can improve.
Run pnpm install
to install dependencies, and run pnpm dev
to start the development server.
You will need to register for a few services and set a few environment variables (e.g. via .env.local
) to start contributing.
We use MongoDB as our primary database. We also access the CurseForge and Modrinth APIs, and the CurseForge Core API requires an API key which you can apply for in this form. Don't worry - this key is meant to be public!
There are also a few maintenance scripts available:
pnpm run utils:minecraftVersions
: updates available Minecraft versions from Mojang