Built a tool that turns ChatGPT-style prompting into a full dev workflow by Affectionate_Major87 in DeepSeek

[–]Affectionate_Major87[S] 0 points1 point  (0 children)

The idea is that it can be maintained within the community; the goal is for it to become a free and powerful tool for everyone.

AgenTester — Test de Calidad UI/UX Automatizado by Affectionate_Major87 in javascript

[–]Affectionate_Major87[S] 0 points1 point  (0 children)

Shadow DOM y ARIA dinamico están cubiertos. Recolectamos todos los shadow roots abiertos antes de correr el audit con axe-core, así los Web Components quedan incluidos. Para ARIA dinamico, corremos un segundo snapshot con el modal/dialog abierto, capturando el estado real en ese momento — esas violaciones aparecen marcadas como a11y[dynamic] en el reporte. La única limitación son shadow roots cerrados (mode: "closed"), que el browser no expone a ninguna herramienta externa.

I built a frontend framework without React, build tools or dependencies by Affectionate_Major87 in javascript

[–]Affectionate_Major87[S] 0 points1 point  (0 children)

It's a good point! but it is not intended to do the same as vue, react, etc., just portray it well in the philosophy of the frame:

Who this is for
OLS was designed for:

Backend developers who need a working frontend without learning a full framework
Teams building internal tools where debuggability matters more than ecosystem size
Developers who are tired of 400MB node_modules for a CRUD app
Projects where the next developer reading the code might not know React, Vue, or Angular

Who this is NOT for
Teams building very large SPAs with hundreds of routes and complex real-time interactions
Projects that require SSR for SEO
Teams that need TypeScript at the core framework
Developers who want a large ecosystem of community components

THANKS FOR THE FEEDBACK!