Announcing the Asas Virtuais Framework. A library of architectural decision aimed at code maintainability for both human programmers and AI.
https://github.com/asasvirtuais/asasvirtuais-framework
Featuring:
* asasvirtuais/forms for nested multi-step async forms.
*...
I'm building a framework for web development, because the main problem with all this AI tech that builds apps instantly is the underlying cost, the hidden tech debt that to me looks like an elephant under the carpet, and nobody seems to be addressing it, which is crazy to me...
Part 3: asasvirtuais framework
The most valuable piece of code I've made is the asasvirtuais/forms piece which allows for "nested UI forms" in React with so much simplicity that I would call it the N8N for react developers, I can even give AI the documentation to...
Part 2: asasvirtuais framework.
I'm not trying to solve anything really complicated like fancy UI animations or advanced performance issues, no, I'm simply trying to make codebases simple to maintain to do the basics: Connect CRUD APIs to UI form submission with state...
Part 4: asasvirtuais framework
Key concept: with "asasvirtuais" the programmer or AI doesn't need to think about state management of their application, just focus on business logic.
With asasvirtuais/interface I used the previously mentioned solutions (asasvirtuais/forms) to...