
The full gallery
Tech stack
9 projects


Create travel map animation videos from your trip stops without learning timeline tools.
@yan_ianthe · X
Shoutout to travelboast and — gorgeous travel map animations. I just wanted one for my own trip without learning a timeline. so with GPT 5.5 vibe coding I shipped ✨Free, browser-only, no login, type your stops → get a video. this is what "vibe coding a weekend project" actually looks like: no spec, no figma, just "build me X" in a chat window.

Free frontend developer tools for CSS generation, image compression, and more.
@iamdeepak89 · X

Get AI-suggested outdoor activities for your day based on your available time and location.
u/Electronic_Ad418 · Reddit
I built an app for that "What should we do today?" moment I've been building an AI adventure planner called Wilder for longer trips, but I kept running into a different problem in my own life: "What should we do today?" Not a weekend getaway. Not a road trip. Just a random free afternoon where my wife and I end up spending 30+ minutes bouncing between Google Maps, Instagram, Reddit, and AllTrails trying to decide what to do... and sometimes we end up doing nothing. So I spun off a sep

Design and deploy AI workflows and agents with a visual no-code builder.
@RanRan1357699 · X
Just shipped a smart guardrail in experiments: if your flow needs test data, it now blocks runs with a friendly prompt and offers one-click AI-generated samples. No more silent all-fail runs! Small details, big peace of mind. #BuildInPublic

Backend-as-a-service with MCP server, REST APIs, and row-level security for AI apps.
u/bob__io · Reddit
What we learned from trying to turn vibe-coded prototypes into production SaaS applications Founder here. While developing MCPBackend, we noticed a major difference between generating a convincing application demo and building a maintainable SaaS product. AI coding tools are increasingly capable of generating interfaces, routes and even initial application logic. But a production application still needs: a reliable data model authentication and authorization backend validation

Remove image backgrounds with AI and manage PDFs—convert, merge, and create—all privately in your browser.
@irshit0 · X

Convert screenplays into finished videos with AI storyboards and consistent characters.
@tinkerersanky · X
You can make films with AI

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