Ask HN: Features for GPU price-per-hour tracker for A100/H100s

2 points by michaelgiba ↗ HN
prototype is at: https://computeindex.michaelgiba.com/

Out of curiosity, I put together a simple website which tracks the prices for a few variations of A100/H100 GPUs by hour broken out between spot/ondemand, form factor and provider. Specifically I was tailoring the tool towards the smaller, emerging providers like runpod, gpulist.ai, lambda labs etc.

Anyone have any ideas to expand/refine it?

3 comments

[ 3.0 ms ] story [ 14.1 ms ] thread
can you share what the tech stack here is? i would say change up the designs more, i just see a drop down on the first screen.
Yeah that is all it is currently, just a drop down that once you pick a GPU configuration it shows the pricing from a few providers. I'm still trying to determine which data would be most useful to collect/display. As for the tech stack:

backend: python flask and underlying data is stored as parquet in GCS frontend: react, https://chakra-ui.com/, https://www.tremor.so/docs/ui/card

Ok I updated the main view to show latest pricing by defaultinstead of just the dropdown. Thanks!