
nextbunny - Visually Build Production Ready React & Next.js
Build production-ready React and Next.js apps visually, export clean code.
@MahatiSingh · X
The full gallery
Tech stack
60 projects

Build production-ready React and Next.js apps visually, export clean code.
@MahatiSingh · X

Set of design tools that integrate with your other software.
@aviralgarg05 · X
Here's what you get on One toolkit. Every design task.

Mentora adapts from your answers, helping you know what to review, repair, or move into next.
@bellyencours · X

Attract LinkedIn prospects on autopilot using post boosting, creator targeting, and keyword monitoring.
@TejasChauhan072 · X

Auto-generate step-by-step guides and SOPs from screen recordings.
@Amit63390 · X

Find AI-scored SaaS ideas mined from Reddit and Hacker News discussions.
@_itisthedude · X
Building FounderMate, helps builders to find pain points from Reddit and Hacker News

Track LinkedIn engagement to identify buying signals and generate qualified CRM-ready leads.
@traxy_ai · X
LinkedIn is where B2B deals are. helps you connect with the signals for these deals as soon as they arise and have them ready for your outbound systems. Do not be part of the noise, but the conversations.

Assign and coordinate work for AI agents using a prioritized task board with dependencies.
Olscore · HN
Pullboard – a work queue for agents, built to run a quant desk

AI-powered English learning game where kids photograph their schedule to generate vocabulary lessons through animal villagers.
@lzhgus · X
My kid goes to an English-only school in the US, but we speak Chinese at home. So I built her a tiny Animal Crossing-style island to learn English 🏝️ Snap a pic of the teacher's daily schedule → AI turns it into a lesson pack → she learns words from animal villagers, shakes apple trees, goes fishing 🎣 100% hand-written Three.js, zero assets, no backend. Try it:

Automatically route each prompt to the cheapest capable model to cut API costs.
u/ASDKING100 · Reddit
Launched an AI API router tonight, and found a bug hours in that would've taken real payments without ever upgrading the account Built LLMLite over the past few weeks — it classifies each prompt and routes it to the cheapest model that can actually handle it, instead of hitting GPT-4o for everything. Free tier, no card needed to try it. Tonight, right as I was about to launch, ran a real transaction to test the payment flow end to end. Paddle processed it, webhook fired, signature verified

A browser-native intent memory for individual contributors. Never lose what you meant to do.
@Slaetapp · X

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