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!
Claude Code for smaller features.