HyTools is a lightweight full-stack utility for Hypixel Skyblock, built with Express and Vue. It allows users to search for auctions with advanced filters like dungeon stars, rarity, and BIN/AUCTION type, as well as check a player's active auctions.
- Search for auctions with advanced filters (stars, rarity, BIN/AH, etc.)
- Look up active auctions for any user (/auctions/)
- 3 minute caching with parsing and validation for auctions
- Fast and easy-to-use interface
- Frontend: Vue.js
- Backend: Express.js
- Data: Hypixel API
- Clone the repo:
git clone https://github.com/unloopedmido/hytools.git cd hytools
- Install dependencies:
cd client && npm install cd ../server && npm install
- Run the development servers:
npm run dev
This project is licensed under the MIT License.
Made by Looped ❤️