
Flowdia — Build Real Apps with AI, Not Demos
An AI agent team plans, designs, and deploys full-stack applications with real databases and APIs.
@islamtaha · X
The full gallery
Tech stack
30 projects

An AI agent team plans, designs, and deploys full-stack applications with real databases and APIs.
@islamtaha · X

Discover web design leads and businesses without websites globally.
@webdevamin · X
Hey devs 👋 I’m Amin, a freelance software developer working with clients worldwide and building SaaS on the side. 📚 CS bachelor’s degree holder. Shipped my first SaaS (Webleadr) pre-ChatGPT era, no AI copilots, just pure code and using docs: 🧑💻 Main stack: Next.js & Laravel I also write articles and share practical tips about freelancing, business and webdev to help fellow devs. Let’s connect. My website is #connect #WebDevelopment #B2B

Build custom business software by describing your needs in plain English—no coding required.
@knutmt · X

Venture operating system helping founders with validation, branding, positioning, and launch.
u/medialantern · Reddit
Would you use a brainstorming/planning/ideation tool for side projects? This is not a new idea, and I know we see posts about something similar about once a month. I do think I took it farther than others I've seen, but either way I'd still be interested in feedback on this one. Backstory: I've been building side projects with AI a lot (who hasn't?) and I realized that over the past year I've gravitated toward a very structured approach for building new ideas. I define it, research competit

Analyze Hacker News profiles with your own LLM API key, fully client-side.
Topfi · HN
Like everyone on HN, I love nothing more than to (re)read my own comments. Getting my intuition that I am among the smartest, most humble, highest quality commenters on here confirmed by an LLM so capable that the US government had to temporarily export restrict it [0] seemed only natural. Having had my perfection confirmed, I decided to share this joy with you as I had a few percent usage left before a reset. I took a few prompts, then did a review of the output which resulted in Selbstbild, a BYOK (Anthropic / OpenRouter) web app that gives you a summary and assessment of your public comments by one of our machine Gods, including Fable 5 (provided your can afford that luxury at API pricing). In all seriousness, I have, for a long time, used my own comments on social media (including HN) as part of a personal needle-in-haystack test, simply because I do know my somewhat peculiar style and what I tend to write, but also because I can sometimes write in a slightly confusing manner, ma

Embeddable visual workflow builder for web apps with optional AI assistance.
tahazsh · HN
Hi! I’m Taha. In many agentic products that support workflows (including one I worked on), I noticed they either don’t support node-based editors, or use React Flow and go through the difficult work of integrating it into their product to run it and work with their existing logic. So I thought about creating a tool that could help with this by closing the gap between the editor and the runtime. That’s why I created Wayflow. The basic architecture is simple: you just need to create a graph (which is a JSON object) that the runtime knows how to run. The runtime doesn’t care where that graph is coming from, it just needs the right schema. And with the help of the editor, you can create the graph, and then export it or directly save it on your backend in your database. And then when you want to execute it, you just hand it to the runtime. The runtime can either stream the execution (which is useful for the editor), or give you the final result. How you execute the graph is up to you: t