
SayCraft
Build a web app by talking through a meeting
84 followers
Build a web app by talking through a meeting
84 followers
SayCraft turns a real-time team meeting into a working web app. You talk — alone or with your team — the AI builds live, and a shareable preview URL updates as you speak. Walk away with a working product, the source code, and one-click deploy. No prompts.







Voquill
The live collaboration angle is interesting and the no prompts approach is a fresh take. How much control is there over architecture and code quality as projects get more complex? Congrats and good luck!
@henry_habib
Good question. A few things keep it in check as projects grow:
It's not freeform under the hood — the templates and the prompts hard-constrain the architecture and structure, so it fills in a known-good skeleton instead of improvising a new pattern each time. And while it's coding mid-meeting, a review agent runs over what just got written and flags problems before they compound — similar in spirit to Claude's design review, but in the loop as it builds rather than after the fact.
Where it holds up best today is the front-end demo/prototype layer; genuinely complex, large-system architecture is what we're expanding into next. Since the output is a clean, readable repo you own, you can always audit it and take the wheel yourself instead of trusting a black box.
Talk is cheap — the harness is built in. 😄 Appreciate the well wishes 🙏
The talk to build loop is a clever bet. Real meetings are full of thinking out loud though: half ideas, tangents, the "what if we, no scrap that" moments. How does it tell an actual decision from someone just musing, so it isn't constantly building things the room already talked itself out of? Is that on the speaker to signal, or something the model infers?
How does it differ from Claude other than the positioning?
@divya_kothari1 It's a bit of a different layer. Claude Code is optimized around an individual developer driving the process through prompts. Most of our work is in everything around generation: turning messy conversation into build intent, applying visual structure, and keeping the feedback loop fast enough that a whole room can react in real time.
Nas.com
This can be a remote meeting, yes?
@nuseir_yassin1 Yes!
To be precise about today: everyone's voice can feed the build from wherever they are, but SayCraft isn't a full audio-conferencing tool yet — you don't hear each other through SayCraft itself.
Right now you'd run it alongside your usual call (Meet, Zoom, Teams, etc.) while everyone talks and SayCraft builds.
Native in-app audio — so SayCraft becomes the meeting itself, not just the build layer on top of your call — is high on the roadmap.
Talking an idea out with the team and watching the app take shape as you speak is a really different way to spec something. I like that you walk away with real code you can keep. Going to try it on a weekend project.
Wait, this is a genuinely different loop, building both versions live when two people disagree and letting you try each one. That's how the decision actually gets made in the room anyway, everyone goes by feel. Watching a preview update sentence by sentence while a team talks sounds genuinely fun, congrats on shipping this Ame.
@xavier_macia Thank you! Glad the idea resonates!