Skyrocket is a free and open-source web app that provides real-time market insights for Hypixel SkyBlock, built as a modern successor to SkyFlip.
While other similar tools exist, many are hindered by clunky interfaces or poor performance—issues Skyrocket was designed to address with a clean UI and fast, responsive experience.
The project includes two fully functional pages (see Usage) and serves as a solid reference or starting point for developers building similar tools (see Installation). Although development is complete, the codebase remains available for learning, forking, or extending.
npm
npm install npm@latest -g
Clone the repository
git clone https://github.com/natebabyak/skyrocket.git
Install the dependencies
npm install
Start the local development server
npm run dev
/currencies/bits
)Displays optimal Bits usage based on profitability after tax.
/currencies/bits
)/flips/bazaar
)Displays top Bazaar spread flips with filtering, pagination, and sortable columns.
/flips/bazaar
)Distributed under the MIT License. See LICENSE.txt
for more information.