
The full gallery
Tech stack
60 projects


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

Automatic, private day-counter for tracking tax residency and Schengen visa limits.
@VladClaudes · X
- autopilot for viral short videos (TikTok, YouTube, Instagram) - I use it as one of GTM tools for other products - country stay days counter for visa, tax and residency purposes <3

Free JavaScript library for adding scroll animations, parallax effects, and text animations to websites using HTML attributes.
@iamdeepak89 · X

Enter a presence-based digital ecosystem with AI agents, music, and shared community experience.
@EllistriponX · X

Learn languages through AI-generated short video lessons.
@Userfree · X
搞了两天,用 AI 做了一个短视频,学习任搞了两天,用 AI 做了一个短视频学习任何语言的 web 应用

Trade and manage digital assets across 30+ blockchain networks
@abhijeethganji1 · X

Convert Lovable React exports into paste-ready Webflow sections instantly.
@philippxroth · X
Turn your vibe-coded @Lovable site into clean, paste-ready Webflow sections. Upload your export, organize your migrations in projects, paste straight into @webflow. Free MVP. No password, no credit card — just a magic link and you're in. ✨

Guided yoga sessions with beginner to advanced routines and text-to-speech voice instructions.
@shivanshsh1823 · X
you yoga a day - to - day workout routine for yoga

Free online tool for creating flowcharts, process diagrams, org charts, and UML diagrams.
@N0V4Dev · X
I found a tool called Next AI that links AI capabilities directly with diagrams. It lets you build and edit diagrams using natural language prompts instead of clicking around the canvas manually. It's a handy way to sketch out architecture when you don't want to drag every box yourself. The project is built on TypeScript with React 19 and Next.js. It supports multiple AI providers and even includes an MCP Server. This means you can use it with the Claude Code CLI to generate diagrams from your terminal. Deployment options are flexible too. You can run the tool locally with Docker or push it to Vercel and Cloudflare Workers. It supports multi provider setups so you can pick the backend that fits your workflow. #Nextjs #AI #Diagrams #TypeScript

React library with 60+ scroll-driven section transitions for modern websites.
@itz_sayan_03 · X
Ever wondered how cinematic scroll-driven websites are built? 👀 Meet SectionFlow—an open-source React library with 60+ ready-to-use section transitions, a one-command CLI, reusable sections, and optimized performance. 🚀

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