
完整作品展
技术栈
9 projects


输入旅游地点即可生成旅行地图动画视频,无需学习复杂工具。
@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.

免费前端开发工具,包括CSS生成器、图像压缩等功能。
@iamdeepak89 · X

根据你的时间和地点获取AI推荐的户外活动建议。
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

用可视化无代码构建器创建和部署 AI 工作流及智能体。
@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

为AI应用提供MCP服务器、REST API和行级安全的后端服务平台。
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

AI背景移除工具,支持PDF转换、合并和创建,完全私密地在浏览器进行。
@irshit0 · X

用AI故事板和一致的角色将剧本转换为视频
@tinkerersanky · X
You can make films with AI

自动将提示词路由到最便宜的模型,节省API成本。
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