bazaar-tracker banner

bazaar-tracker

3 devlogs
16h 59m 48s

web interface for the Hypixel SkyBlock Bazaar

currently does not support buying or selling items: see the README.md on GitHub!

if you get an error let me know on slack or something i might need to restart the server: https://hackclub.enterpr

web interface for the Hypixel SkyBlock Bazaar

currently does not support buying or selling items: see the README.md on GitHub!

if you get an error let me know on slack or something i might need to restart the server: https://hackclub.enterprise.slack.com/team/U079084G91P ill get back to you within 24 hours (probably)

This project uses AI

LLMs for SQL stuff

Demo Repository

Loading README...

Blasty

The chart and stats are now updated (basically) live, with the data pulled from the Hypixel SkyBlock API every 20 seconds, which is how often it updates. Currently, there is no RSI graph (which is what the bottom section of the chart is meant to be for). For the future, it is planned to have the transaction panel on the right and a bunch of other stuff actually integrate with the game so you can play the game without playing the game.

So far:

  • Tracks the data of every item on the Hypixel SkyBlock Bazaar
  • Renders a Candlestick chart and Volume Histogram based on the data for each item
  • Charts update (almost) live every 20 seconds with the API
  • Stats section (above charts) update (almost) live every 20 seconds with the API
  • Items list is searchable
  • Uses Supabase as its database
0
Blasty

Using shadcn, I’ve created the layout of the main page of the app. Currently only missing the charts which I will implement next. Right now there is a top bar, item list, and transaction menu. However, the item list isn’t searchable right now and all the values are placeholders.

Attachment
0
Blasty

I’ve been working on creating a replica UI of a design I found on Figma (https://www.figma.com/community/file/1367685568436300472) since I didn’t want to have to design my own thing, but that proved to be tedious. Recently I found a UI component library called shadcn and am planning to use that instead so I can focus on the main content rather than designing components and stuff.

About to scrap the current progress and start work on the new version. This is what I managed to do without shadcn and only lightweight charts.

Attachment
0