- Pointer events none so you can hover over the globe and it registers as hovering over the stats
- Calcs to use a consistent offset and move things around
- Using --ease-squish-3 from Open Props
- The only custom CSS was keyframes for the live indicator
- Pointer events none so you can hover over the globe and it registers as hovering over the stats
- Calcs to use a consistent offset and move things around
- Using --ease-squish-3 from Open Props
- The only custom CSS was keyframes for the live indicator
To achieve extremely high perf, I made a cron job that fetches data from 4 different sources (Cloudflare, Discord, GitHub, and Supabase).
Most sources require multiple fetches to get the required data.
To achieve extremely high perf, I made a cron job that fetches data from 4 different sources (Cloudflare, Discord, GitHub, and Supabase).
Most sources require multiple fetches to get the required data.
It responds to GET requests by fetching a single key-value pair from Cloudflare KV.
It takes 40-50ms ⚡️
It responds to GET requests by fetching a single key-value pair from Cloudflare KV.
It takes 40-50ms ⚡️
I pasted in the API URL, it gets the data, and then I connect or bind that data to my text blocks.
I pasted in the API URL, it gets the data, and then I connect or bind that data to my text blocks.