skyrocket Svelte Themes

Skyrocket

A free, open-source web app offering real-time market insights for Hypixel SkyBlock, built with Svelte.

Skyrocket Logo

Skyrocket

Table of Contents
  1. About
  2. Getting Started
  3. Usage
  4. License
  5. Contact
  6. Acknowledgments

About

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.

Back to Top

Built With

Back to Top

Getting Started

Prerequisites

  • npm

    npm install npm@latest -g
    

Installation

  1. Clone the repository

    git clone https://github.com/natebabyak/skyrocket.git
    
  2. Install the dependencies

    npm install
    
  3. Start the local development server

    npm run dev
    

Back to Top

Usage

Bits (/currencies/bits)

Displays optimal Bits usage based on profitability after tax.

Bits Screenshot
Screenshot of Bits (/currencies/bits)
Back to Top

Bazaar (/flips/bazaar)

Displays top Bazaar spread flips with filtering, pagination, and sortable columns.

Bazaar Screenshot
Screenshot of Bazaar (/flips/bazaar)
Back to Top

License

Distributed under the MIT License. See LICENSE.txt for more information.

Back to Top

Contact

Back to Top

Acknowledgements

Back to Top

Top categories

Loading Svelte Themes