Theca banner

Theca

1 devlog
1h 30m 16s

If you've ever had a stat or figure that you want to update across different sites, maybe a hackathon win counter that you want to have on a portfolio and github page, you probably know it's annoying and easy to forget to update all of them. With …

If you’ve ever had a stat or figure that you want to update across different sites, maybe a hackathon win counter that you want to have on a portfolio and github page, you probably know it’s annoying and easy to forget to update all of them. With theca, you can set a key and value, copy a link to an api endpoint that returns the value, and use that value instead of a hard coded one. Then, every time you update it on the theca dashboard, the value will change across all its instances!

This project uses AI

Claude Code for smaller features.

Demo Repository

Loading README...

Radean Rashed

Shipped this project!

I made the base version of the project, letting me dynamically update values across different things through a single source of truth. It was hard to think of how to optimize this to ensure it stayed light-weight and fast, while also trying to build up features like SVG-copying that I hadn’t had any experience with. It was really cool to implement this for some status-values on my personal portfolio site and see them change in real time.

Radean Rashed

Made the base version of the project, with the core api paths, the option to copy as an SVG to embed in static files like .mds and a folder-based organization system. Implemented heavy caching to optimize speed while making sure values would refresh on an update.

Attachment
0