| ▲ | WilcoKruijer 2 days ago | |
I'm working on a meta framework for building "full-stack" libraries. I.e. libraries that bundle frontend hooks, backend routes, and a database schema into a single package. This allows library authors to do more, like defining webhook handlers and (simple) database operations. The idea is to move complexity from the library user to the author, making (API) integrations easier. I think libraries being able to write to your database is a pretty powerful concept, and can enable a number of interesting use cases. | ||