Remix.run Logo
convo-lang 3 days ago

You sparked an idea that I started working on today. It's more like `make` than `terraform` but will share principals from both.

---

The idea is that convo files will serve as decencies of target outputs and those outputs could be anything from React components to generated images or videos.

---

This should make for a declarative way of defining generated application and content in a way that is repeatable and easy to modify.

---

I'll implement the same caching strategy that `make` uses to minimize the number of tokens consumed as changes to convo files are made.

---

Anybody have any thoughts or suggestions?

pryelluw 3 days ago | parent [-]

I say show don’t tell. Easier to see it implemented even if just a prototype.