
El Consejo de PROCA · orquestación multi-agente en vivo
Explore a 3D showcase of AI agent orchestration with real-time project health metrics and live logs.
@patologico · X
The full gallery
Tech stack
60 projects

Explore a 3D showcase of AI agent orchestration with real-time project health metrics and live logs.
@patologico · X

Create a customizable link-in-bio page with integrated shop and analytics for social media monetization.
@KisekiyaCodes · X
here it is, let me know if you need free premium

Explore an interactive map of AI labs visualized by valuation, geography, and research area.
polyphilz · HN
Neolabs.fyi – 100 new AI labs by research area, valuation, and more

Turn PDFs into adaptive practice questions and personalized revision flows for learning.
@qurative · X
vibe coded a landing page for seo and shit, will fix it later focusing on adding features to the dasboard

Run AI models in users' browsers with one script tag, no server or API key needed.
@erdemwrites · X

Practice interviews, negotiations and high-stakes conversations with an AI roleplay partner.
@auditormusic19 · X
Building iGrow, an AI roleplay app to practice high stakes conversations before they happen. Check it here:

Hand-crafted React components and templates for building polished user interfaces.
@polyqoy · X
This video shows a fully animated 3D site built in 2 minutes with claude code. one terminal command. but the prompt was almost irrelevant. the real work was the pre-load: ui/ux pro max skill, a hero component from framer motion stacked in before claude touched anything the toolkit did the job. the prompt just pulled the trigger. that's also why most people's claude output looks generic. they skip the setup and blame the model.

Design and test AI-ready APIs using a visual flow builder with team collaboration.
@milonspace · X
A specification nobody can find is functionally the same as no specification.

Scan websites for AI usage and test chatbots for bias and safety with this open-source EU AI Act compliance toolkit.
@sebuzdugan · X
building @getfrai , an open source toolkit that helps ML engineers navigate EU AI Act compliance, model cards, risk files, the boring but necessary stuff

Website AI assistant trained on your content to answer visitor questions with sources.
@AjayGB4 · X

Input a project brief to generate alignment reports covering risks, questions, architecture and timeline.
@GroundedIQ · X
GroundedIQ exists to close the gap between what a client asks for and what actually gets built. That gap is where projects bleed — in change orders, blown timelines, and the slow erosion of trust between a consulting team and the people who hired them.

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