Discover beautiful apps crafted with vibe coding across different categories. Explore our curated collection of lovable applications.
10x App - Generate, edit, and launch a SwiftUI iOS application from a single prompt.
10x App 10x App is positioned as an AI app builder that compresses the journey from concept to a live App Store listing. Unlike no-code tools that produce webviews, the platform generates native SwiftUI code, compiles it on the device, and produces a binary that feels production-ready on the first pass. That emphasis on true native output is the foundation of the product and what differentiates it from wrapper-based alternatives. The experience starts with a prompt. Founders describe their idea, the AI proposes a structure, and the system assembles the screens, navigation, and visual identity automatically. From there, makers can iterate visually by re-running prompts, swapping layouts, or editing the SwiftUI source directly. Developers benefit from full access to the generated code, while non-technical users can rely on the AI loop to refine the design. The same project supports both paths without forcing a tradeoff. Distribution is treated as part of creation. 10x App generates App Store descriptions, screenshots, and icons, and it guides users through TestFlight and the submission process. After launch, built-in marketing automation watches competitor advertising, highlights new opportunities, and creates ready-to-share social media pages, so the tool is useful beyond the moment of compilation. The platform connects with Superwall for paywalls and subscription flows, OpenAI for AI features, and Supabase for authentication, databases, and backend logic. That stack is well suited for AI utilities, calorie trackers, productivity apps, 3D experiences, and lightweight games. Notable users include the teams behind QUITTR, Cal AI, Brainrot, LOCKED, RIZZ, and Umax, showing the tool can support shipping consumer products. The pricing structure is credit-based. The free plan ships $5 in credits for experimentation, Plus costs $20 per month with 20 monthly credits, and Max costs $200 per month with 200 monthly credits, plus a configurable spend cap to prevent overruns. 10x App is an open-source project, and the codebase is available on GitHub, while the macOS application can be downloaded from the company site. 10x App, Inc. maintains the product and runs an active Discord for builders.
Rare Encounter - build a personalized ask-me-out RPG mini-game and send a link to your crush.
Rare Encounter Rare Encounter is a nicely built example of turning a tender, intimidating human moment into a focused, shareable web product. The app lets a user craft a personalized "ask me out" RPG mini-game and send it to their crush, who then plays through a short encounter to reach an answer. From a product perspective, the build is thoughtful. The creator side is a simple form—your name, their name, character genders, generate link—while the player side is a compact role-playing scene with stats like Courage, Heart, and Happiness and actions like Ask Out Attack, Overthink, and Run. That split between an easy authoring flow and an engaging play flow is exactly what makes the concept land: the sender does almost nothing, and the recipient gets a real, interactive experience. The mechanics carry the metaphor. A "rare encounter" in RPG terms is an unusual, valuable event, and the game borrows that framing for romance—meeting someone you're attracted to is rare, and the game encourages the player not to let it pass. A Game Over ending teases the missed chance, while a win unlocks follow-up quests like planning the first date. For makers browsing a showcase, Rare Encounter shows how a single, emotionally resonant idea can become a polished, shareable web app. It proves you do not need a sprawling platform to build something people will actually send to each other—just a clean authoring flow and a playful payoff.
Curated vibe coding tools directory covering AI coding assistants, IDEs, CLIs, and developer utilities
VibecodingHub is a curated directory of vibe coding tools, AI coding assistants, IDEs, CLIs, and developer utilities for more productive AI-assisted development. It is especially useful for developers, founders, and technical creators who want to discover tools for faster prototyping, coding, debugging, and shipping. Key Features Curated Tool List: Collects relevant vibe coding tools instead of leaving users to search randomly. AI Developer Focus: Highlights assistants, IDEs, CLI tools, and productivity workflows. Regular Discovery: Designed for ongoing exploration as the AI coding ecosystem changes. Practical Positioning: Helps users compare tools by how they fit into a coding stack. How It Works Start: Browse the directory to find categories of vibe coding tools. Use: Open tools that match your current workflow or development problem. Review: Test promising options in your editor, terminal, or project process. Perfect For AI coding tool discovery. Startup prototyping stacks. Developer productivity research. Comparing assistants, IDEs, and CLIs. VibecodingHub is useful in directories because it gives a fast entry point into a crowded AI developer tooling market.
Sam Tts - a JavaScript port of SAM, the classic 1982 Commodore C64 speech synthesizer.
Sam Tts Sam Tts is a lovely example of taking a piece of computing history and shipping it as a clean, modern web app. The project is a JavaScript port of SAM, the Software Automatic Mouth, a speech synthesis program originally written in 1982 for the Commodore C64. The port was adapted from the original C source by Sebastian Macke, with refactored versions contributed by Vidar Hoklund and 8BitPimp. From a builder's perspective, the engineering is fascinating. SAM is not a modern neural voice; it is a classic formant synthesizer, built from a text-to-phoneme "reciter" followed by a phoneme-to-speech routine. Porting that into JavaScript means the entire synthesizer runs in the browser with no server, no API key, and no latency beyond the page load. For developers browsing a showcase, that self-contained, dependency-light approach is a pattern worth studying. The interface exposes the synthesizer's real parameters—pitch, speed, mouth, and throat—alongside playful presets like Little Robot, Elf, Stuffy Guy, and Extra-Terrestrial. Cross-browser support across Firefox, Chrome, and Safari plus iOS means it reaches users on nearly any device. For makers and curious visitors alike, Sam Tts shows how a focused port of a vintage engine can become a genuinely useful, portable tool. It proves you do not need a massive cloud model to deliver compelling speech synthesis—sometimes a forty-year-old algorithm, faithfully ported, is exactly the right tool for the job.
Iptv Org Github Io - an open-source directory of publicly available IPTV channels.
Iptv Org Github Io Iptv Org Github Io is a shining example of what open-source collaboration can build: a massive, community-maintained directory of free IPTV channels presented through a simple, effective web interface. The project lives openly on GitHub, where contributors continuously add, verify, and organize streams from broadcasters worldwide. From a builder's perspective, the site is a clean illustration of data-driven web design. It takes a large, structured dataset—channels tagged by country, language, and category—and exposes it through a fast search and filter experience. There is no proprietary backend to learn; the catalog is plain, inspectable data that anyone can fork or reuse in their own projects. The front end, served via GitHub Pages, stays intentionally lightweight. A search field and a handful of filters let visitors narrow thousands of entries down to exactly what they want in a couple of keystrokes. Results render instantly, which keeps the experience feeling responsive even with a huge dataset behind it. For makers browsing a showcase, Iptv Org Github Io demonstrates a powerful idea: you do not need a company or a budget to build a genuinely useful global resource. A transparent dataset, a minimal interface, and an engaged community are enough to serve millions of viewers looking for free, indexable television streams.
Dari Hati Netlify App - a clean single-page React app shipped through a global CDN.
Dari Hati Netlify App Dari Hati Netlify App is a clean demonstration of what a modern single-page application can look like when built with React and shipped through a global CDN. The project is a client-side web app, which means the heavy lifting happens in the visitor's browser rather than on a server, resulting in a snappy, app-like experience. From a build perspective, the codebase follows familiar React conventions, bundling its interface into a small set of optimized static assets. Those assets are served from Netlify, so the app benefits from automatic HTTPS, instant cache invalidation on deploy, and edge delivery that keeps latency low for users around the world. For developers browsing a showcase, it is a tidy reference for how to take a React project from local code to a live, public URL with almost no infrastructure. The visual design leans on the Poppins font family and a responsive layout, giving the app a friendly, rounded personality that matches its heartfelt name. There is no backend database to maintain and no complex service mesh—just a front end that does its job. For makers and curious visitors alike, Dari Hati Netlify App shows that a small, well-presented web app can stand on its own. It is the kind of focused project that proves you do not need a massive platform to ship something polished and genuinely usable on the open web.
Kl Rail Times - a clean open-data transit utility showing how a focused web app ships fast.
Kl Rail Times Kl Rail Times demonstrates how a focused, single-purpose tool can be built and shipped quickly using a modern web stack. The project is a clean example of turning an open government data source into something genuinely useful for everyday people, without the bloat of a native mobile app or a heavy framework. The application consumes the Malaysian government's GTFS real-time transit feed and renders live Klang Valley rail arrivals directly in the browser. Because it is a static, edge-deployed web app, it loads almost instantly for users across Malaysia and abroad, and it costs essentially nothing to operate at scale. This makes it a great reference for developers who want to learn how to integrate public transit APIs into their own projects. From a build perspective, the codebase favors clarity over cleverness. The data fetching layer is isolated, the rendering is straightforward, and the styling stays out of the way. There are no trackers, no cookies, and no login walls—just a fast page that does one thing well. For makers browsing Lovable's showcase, Kl Rail Times shows that small, well-scoped utilities still have real value. It is a reminder that not every product needs to be a platform; sometimes the best tool is the one that answers a single question the instant you open it.
Studs GG — describe your Roblox game, AI builds it in-browser, publish to Roblox in one click. No code, no install.
Studs GG Studs GG is a prompt-to-game builder for Roblox that compresses the entire creation workflow into three steps: describe it, build it, publish it. You type a description of the Roblox game you want, the AI builds it inside your browser, and you publish it to Roblox with one click. For creators who have spent hours in Roblox Studio only to abandon a project halfway through, that short loop is the appeal — an idea becomes a real game in minutes, with no coding and no downloads along the way. The workflow is deliberately browser-native. Because Studs GG runs entirely in the browser, there is no install step and no local environment to maintain, which means a creator can start a build from any device and pick up where they left off. The AI handles the construction that would normally demand Luau scripting and manual assembly, so the creator's job is to describe what they want and then react to what the AI produces, refining the description until the game matches the idea. When the result is ready, a single click publishes it to Roblox, turning a private prototype into a live title that other players can find and play. Studs GG is free to try and operates in seasons, with Season 2 having ended and a waitlist open for the next one, alongside an active Discord community. The product is built for the reality that most Roblox players are not developers, and it removes the technical wall that keeps them from becoming creators. For anyone who wants the shortest possible path from a game idea to a published Roblox title, Studs GG's describe-build-publish workflow is the route, and it runs entirely in a browser tab.
Portkey — one AI Gateway to 1,600+ LLMs with caching, routing, and fallbacks for production-ready apps.
Portkey Portkey is an AI Gateway that gives teams unified access to more than 1,600 large language models through a single API. Instead of writing and maintaining bespoke integrations for every provider, developers point their application at Portkey once and can then route requests across OpenAI, Anthropic, open source models, and hundreds of others — swapping providers becomes a configuration change rather than a rewrite. That makes it the connective layer for any team serious about shipping generative AI to production. The gateway is built around the operational concerns that real applications face. Caching avoids re-running identical calls, which customers describe as a no-brainer that saves thousands of dollars, especially in test suites that would otherwise hit paid endpoints repeatedly. Routing and fallbacks let traffic move to a healthy provider the moment one degrades, and the unified API surface means a team can evaluate a new model against the same prompts without touching application code. For engineers who want clear ROI and easy setup, those mechanics translate directly into lower bills and fewer outages. Because Portkey is open source and already powers more than 3,000 GenAI teams, the gateway is battle-tested at scale, processing trillions of tokens daily across a wide variety of workloads. It integrates with familiar infrastructure — Microsoft Azure, MongoDB, GitHub, Docker, and Auth0 — so it drops into existing stacks rather than demanding a rebuild. For anyone using AI in their workflows, Portkey's gateway removes the integration tax and lets the team focus on building features instead of managing model connections, which is exactly why so many teams adopt it as their default LLM entry point.
Lemonade AI — prompt your Roblox game into existence and join 500K+ creators building today.
Lemonade AI Lemonade AI is a prompt-to-game agent for Roblox from Lemonade Labs. Instead of forcing creators to learn Luau scripting or wrestle with Roblox Studio's editor, it accepts a plain-language description of a game and generates a playable result. The workflow is deliberately minimal: you prompt, Lemonade AI generates, and you iterate — turning the vague idea in your head into something you can actually play and share. Type "Build me an escape game" and Lemonade AI assembles the rooms, mechanics, and progression that make an escape experience work. Ask for a Bedwars match or a racing game and the agent constructs the corresponding gameplay. This prompt-then-generate loop is designed for speed and experimentation, so a creator can test several concepts in an afternoon and keep the one that feels best. For the more than 500,000 creators already on the platform, that means the bottleneck shifts from execution to imagination. Beyond convenience, Lemonade AI lowers the barrier to entry for an entire generation of would-be developers. Players who have spent years inside Roblox but never touched a script can now ship a game of their own, and the product leans into that ambition with messaging that reminds creators their first game can also be their first business. By automating the technical lift and leaving the creative direction to the user, Lemonade AI makes game development feel less like engineering and more like directing — describe what you want, refine the output, and watch your Roblox game come to life.
Nous Portal — manage API keys, usage, and account settings for Nous Research's Hermes models.
Nous Portal Nous Portal is a developer-first control panel for working with Nous Research's open source language models and the Hermes Agent. It brings every operational task — provisioning API keys, monitoring consumption, adjusting account preferences, and reading API documentation — into one clean, fast interface so that teams can spend more time building and less time wrangling infrastructure. The Portal is the official entry point for anyone who wants authenticated access to Nous Research's human-centric models and simulators. The API keys section is the heart of the experience: generate scoped credentials, rotate them on a schedule, and revoke compromised keys instantly, all without leaving the dashboard. A built-in usage panel surfaces token counts, request rates, and historical trends, giving engineers the visibility they need to debug a slow endpoint or forecast next month's spend. Account settings cover everything from billing contact details to organization preferences, while the integrated API Docs area keeps reference material one click away from the keys it describes. For teams evaluating the Hermes Agent, Nous Portal removes the usual friction of onboarding. You can move from a fresh account to your first authenticated request in minutes, then iterate on prompts inside the Hermes interface before committing to a production integration. Designed to mirror the open source values of Nous Research — transparency, portability, and freedom — the Portal gives builders a trustworthy home for their credentials and a reliable window into how their applications consume Nous Research's models over time.
AI face swap for photos and videos
Best Face Swap is an online tool that lets you replace faces in digital media using various AI models. It works for creators and developers who need to swap identities in photos, videos, or GIFs without losing the original expressions. The platform addresses the technical challenge of keeping a face consistent across moving frames and different camera angles. The site organizes its workflows by specific intent, including dedicated sections for group photos and uncensored content. While the interface and landing pages are live, the actual generation API is currently in a reserved state. This allows users to browse examples and prepare their workflows before the full processing engine opens for public use.