
Integrated with Prisma to provide scalable updates to a MySQL database, allowing both the web interface and the designated gameserver to communicate flawlessly.
Providing a streamlined connection between the web interface & gameservers via management on the web interface, including items, servers & item attributes.
Utilizing a copy of the schema utilized in the game itself to provide flawless updates from the webserver for the custom items in the game, no downtime, no issues.
The webpanel comes with roles that allow administrators to login via the same panel with no fuss, and check out their inventory as usual or go straight into server management.

Utilizing the Stripe API for purchasing of listed items, allowing users to add items to cart and purchase the product and automatically get details for their purchase, including invoices & account information.
The project was originally built to be used by Sanity CMS, allowing site administrators to add products to be purchased on the site and automatically managing stock based on front-end purchases.
Utilizing the NextJS framework, this project supports server side rendering creating faster load times for front end users and reducing security risk to know the server processes all information displayed, no client interception!
This project comes with filtering based on the type of product the end-user is looking for, whilst being able to add multiple products to their cart allowing Stripe to automatically handle the total checkout cost.