This is a toolkit for the game Remnant 2. You can find the site at remnant2toolkit.com.
Contributions are welcome! If you found a bug, have a suggestion, or want to contribute code, I'd certainly appreciate the help via pull request or issue.
I love nothing more than helping others make their first contributions to open source, or to learning code. Don't be shy - come say hi in the Discord server.
Before contributing, please read the Code of Conduct.
- React for the front-end component library.
- Next.js as the frontend/backend framework.
- Turborepo for monorepo support.
- TailwindCSS for styling.
- Typescript as the primary language.
- Prisma for the database ORM.
- NextAuth.js for authentication and third-party oauth.
- Vercel for hosting the primary applications.
- Planetscale for the database.
- AWS S3 for image storage.
- AWS Cloudfront for image caching.
- ImageKit as temporary storage for generated build images.
- AWS Elastic Beanstalk for the Loadout Importer functionality.
This project would not be possible without the following sources:
- Remnant 2 Community Wiki
- All of the contributors from the community
- Vash Cowaii's Excel Stat Calculator. Support him on YouTube
- Andrew Savinykh's help with parsing loadouts from profile.sav files.
- You can find the repo for parsing loadouts here: Remnant2-Toolkit-Loadouts
- Robin Kuiper's Remnant Tools
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.
Please see LOCALSETUP.md for instructions on setting up the project locally.