DEV Community

Cover image for Webfoundry gets GPT 5.1 Codex HTML generation through voice assistant
Guilherme
Guilherme

Posted on

Webfoundry gets GPT 5.1 Codex HTML generation through voice assistant

App URL: https://webfoundry.app/ (no account creation necessary)

So this is my visual app builder Webfoundry, I used it to create a handful web apps including MEATEOR, the P2P Grindr alternative I posted about here: https://dev.to/guiprav2/a-completely-p2p-grindr-alternative-i-built-in-a-weekend-no-servers-no-accounts-webrtc-trystero-8dp

This demo shows how the voice assistant is able to call GPT 5.1 Codex to generate beautiful HTML elements for your page on-demand based on voice specs.

Other than that, Webfoundry has the following features:

  • Fully Tailwind CSS-based design.
  • WYSIWYG allows you to edit the actual HTML DOM visually; there's no vDOM and so it plays nicely with vanilla JS libraries, even jQuery, etc.
  • Total JavaScript control with simple state management much unlike the horrors of React and others.
  • Fully P2P realtime live collaboration both in the visual editor and the built-in code text editor.
  • 2-click Netlify deployments right from the app.
  • A few of bugs I've been procrastinating on fixing lately...
  • Soon: Export app as a Windows/Linux desktop or Android Tauri application.

It's hard to use at first but the learning curve is honestly not that steep, I'm willing to demo and handhold anyone interested in trying this out over a video call!

Cheers!
Gui

Top comments (0)