Share the mods you use with anyone.
- Sleek user interface
- Unique link for each list
- Import from
- Folder of mods
- Ferium
- MultiMC and Prism Launcher instances
- Manual (built-in!) search
- Export to
- Folder of mods
- Modrinth modpack
.mrpack
- Next.js
- React
- Radix UI
- Tailwind CSS
- Heroicons
- MongoDB
- CurseForge Core
- Modrinth API
- TypeScript
- Prettier
- ESLint
- Yarn
- 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 yarn install
to install dependencies, and run yarn 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!
# MongoDB
MONGODB_URI=""
# GitHub
GITHUB_CLIENT_ID=""
GITHUB_CLIENT_SECRET=""
# CurseForge
NEXT_PUBLIC_CURSEFORGE_API_KEY=""
# Email
EMAIL_SERVER=""
EMAIL_FROM=""
There are also a few maintenance scripts available:
yarn utils:minecraftVersions
: updates available Minecraft versions from Mojang