Open-LaunchOpen-Launch

Categories

Browse Categories

APIs & Integrations228 projectsAR/VR25 projectsArtificial Intelligence1249 projectsBlockchain & Crypto52 projectsBusiness Analytics130 projectsCMS & No-Code81 projectsCross-Platform Development26 projectsData Science & Analytics78 projectsDatabases74 projectsDesign Tools399 projectsDevOps & Cloud44 projectsDeveloper Tools337 projectsDirectory175 projectsE-commerce135 projectsEducation Tech195 projectsFinance & FinTech126 projectsGame Development72 projectsGaming Tech103 projectsGraphics & Illustration112 projectsGreen Tech8 projectsHardware14 projectsHealth Tech102 projectsInternet of Things (IoT)25 projectsLaunch Platform55 projectsMachine Learning27 projectsMarketing Tools475 projectsMobile Development66 projectsNatural Language Processing23 projectsOnline Community114 projectsOpen Source81 projectsPlatforms211 projectsProductivity898 projectsPrototyping17 projectsRobotics4 projectsSaaS1121 projectsSales Tools112 projectsSecurity61 projectsServerless11 projectsTesting & QA22 projectsUI/UX80 projectsWearables5 projectsWeb Development257 projects

Quick Access

Trending NowBest of Month

Streak Challenge

0

days streak

🚀 Why build streaks?

  • • Products from high-streak users get featured placement
  • • Automatic promotion on the main page
  • • Priority visibility for all submissions
  • • Exclusive community badges

🔥 Active users = More visibility = More success!

Sign in to start earning rewards
logoOpen-Launch

© 2026 Open-Launch. All rights reserved.

Open source project by Simon

Discover

  • Trending
  • Categories
  • Submit Project
  • Alternatives

Resources

  • Pricing
  • Sponsors
  • Blog

Legal

  • Terms of Service
  • Privacy Policy
  • Attribution Badges

Connect

  • GitHub
  • Twitter / X

Free Tools

Bet Calculator

Earned Badges

Featured on Startup Fame

Developer Tools

FloopFloop logo

1. FloopFloop

FloopFloop is an AI-powered platform that turns a plain-English idea into a live web app in minutes. You describe what you want, and it generates the code, sets up the project, tests it, deploys it, and hosts it on a custom subdomain. It supports websites, web apps, bots, APIs, and internal tools, so you can go from prompt to production without dealing with infrastructure or setup. You can keep projects private or public, add files to your prompt, and keep refining the app after it goes live. It is built for people who want to move fast and ship real projects without coding from scratch.

CMS & No-CodeDeveloper ToolsWeb Development
0
AppScreens logo

2. AppScreens

App Store and Google Play screenshots from one editable projectAppScreens turns real app screens into polished, localized, store-ready screenshots for the Apple App Store and Google Play.Developers, founders, marketers, ASO teams, agencies, and product teams use AppScreens to create one editable screenshot project, then resize, localize, restyle, export, and upload store-ready assets without rebuilding every file by hand.With AppScreens, teams can:- Create App Store and Google Play screenshots from real app UI- Generate multiple iOS, Android, tablet, feature graphic, and custom sizes- Add AI captions for clearer, benefit-led store creative- Localize screenshots across 80+ localizations with AI translation and RTL support- Create ASO variants for Product Page Optimization, Custom Product Pages, and Google Play experiments- Export high-resolution PNGs or upload through App Store Connect and Google Play workflowsRaw screenshots show the interface. AppScreens turns them into polished store creative that explains the value, supports localization, and helps teams test screenshot ideas faster.Trusted by 150k+ app pros with 10M+ screenshots exported.

Design ToolsDeveloper ToolsMobile Development
0
112
VirtualSMS logo

3. VirtualSMS

Real-SIM SMS verification for AI agents. Works on WhatsApp, Telegram, Google, and 2500+ other services where VoIP fails.Most SMS-verification APIs hand AI agents VoIP numbers — and WhatsApp, Telegram, Google, Binance, and Uber filter them out before the OTP is ever sent. VirtualSMS runs real physical SIM cards on owned hardware across 145+ countries for 2500+ services, so the code actually arrives.Built for AI agents from day one🤖 MCP server, 18 tools — hosted at mcp.virtualsms.io/mcp or local via npx virtualsms-mcp🔌 10 MCP clients tested: Claude Desktop, Claude Code, Cursor, Windsurf, OpenClaw, Codex, Hermes, Cline, Zed, Continue.dev💸 Account-less x402 USDC on Base, Solana, and BNB Chain — agent settles a deposit, gets an API key + balance back. No signup, no email.📡 REST + WebSocket API for the prepaid-key flow · from $0.05 per code · $2 minimum deposit✅ 95%+ success rate on real-SIM activations · auto-refund if no SMS arrives in 20 min🗺️ Machine-readable surfaces for LLM crawlers: /skill.md, /llms.txt, /.well-known/x402.jsonFor agent stacks that need real-SIM phone numbers to receive OTP codes — sign-up automations, two-factor auth, and account verification across WhatsApp / Telegram / Google / Uber / Binance and 2495 other services. Operating since 2022.→ agents.virtualsms.io · virtualsms.io · github.com/virtualsms-io/mcp-server

Artificial IntelligenceAPIs & IntegrationsDeveloper Tools
0
118
CreepyLink logo

4. CreepyLink

A simple URL masking and link cloaking tool to safely disguise and customize your links.

Developer ToolsMarketing ToolsSaaS
0
Mailfab logo

5. Mailfab

Fast, disposable temporary email with OpenAPI

APIs & IntegrationsDeveloper ToolsTesting & QA
0
89
List Bulb logo

6. List Bulb

ListBulb is a curated AI tools and startup discovery platform where founders can showcase products, improve SEO, gain visibility, and reach early adopters. Discover trending AI tools, SaaS products, developer utilities, and innovative startups in one place.

Artificial IntelligenceDeveloper ToolsDirectory
0
98
NuxtBase logo

7. NuxtBase

NuxtBase is a production-ready Nuxt SaaS starter kit designed to help indie founders and small teams launch their SaaS products in days, not months. It provides a comprehensive foundation, eliminating the need to rebuild common infrastructure from scratch. The kit comes with authentication, billing, organizations, admin tools, AI-ready flows, documentation, and SEO capabilities already wired up.

Developer Tools
0
82
Libretto logo

8. Libretto

An open source CLI to integrate with any website.Libretto is an agent skill and token-efficient CLI that makes it easy for your coding agent to inspect live pages, reverse-engineer network requests, and generate deterministic browser automations.There’s lots of tools that use runtime AI like Browseruse and Stagehand which we tried, but (1) they’re reliant on custom DOM parsing that's unreliable on older and complicated websites (including all of healthcare). Using a website’s internal network calls is faster and more reliable when possible. (2) They can be expensive since they rely on lots of AI calls and for workflows with complicated logic you can’t always rely on caching actions to make sure it will work. (3) They’re at runtime so it’s not interpretable what the agent is going to do. You kind of hope you prompted it correctly to do the right thing, but legacy workflows are often unintuitive and inconsistent across sites so you can’t trust an agent to just figure it out at runtime. (4) They don’t really help you generate new automations or help you debug automation failures.We wanted a way to reliably generate and maintain browser automations in messy, high-stakes environments, without relying on fragile runtime agents.Libretto is different because instead of runtime agents it uses “development-time AI”: scripts are generated ahead of time as actual code you can read and control, not opaque agent behavior at runtime. Instead of a black box, you own the code and can inspect, modify, version, and debug everything.Rather than relying on runtime DOM parsing, Libretto takes a hybrid approach combining Playwright UI automation with direct network/API requests within the browser session for better reliability and bot detection evasion.It records manual user actions to help agents generate and update scripts, supports step-through debugging, has an optional read-only mode to prevent agents from accidentally submitting or modifying data, and generates Typescript code in your repo.

APIs & IntegrationsDeveloper ToolsOpen Source
0
114
DevGlobe logo

9. DevGlobe

Connect your IDE and watch your coding activity come alive on a real-time 3D globe. DevGlobe delivers powerful, precise tracking of your development time, languages, and workflows, turning raw activity into meaningful insights. Showcase your projects, build a dynamic developer profile, and gain visibility within a global community. Transform your daily coding into a live, interactive presence that helps you stand out and get noticed.

Developer ToolsDirectoryOpen Source
0
106
Shotlab logo

10. Shotlab

Shotlab is a lightweight screenshot editor built for creators, indie hackers, and marketers who want better engagement without spending hours on design.Key Features:📐 Pre-sized canvases for ProductHunt, Twitter, Reddit & more.🎨 Stunning backgrounds, gradients, cool stickers, frames & more.⚡ Instant styling - spacing, shadows, and layout handled for you.🧩 Minimal, distraction-free UI built for speed & efficiency.What makes Shotlab different?⚡ Focuses on speed + outcomes, not endless customization.⏱️ Go from raw screenshot to polished visual in under 30 seconds.🎯 No design skills required.Real outcomes you can expect:📈 Higher engagement on posts (people actually stop scrolling).✨ More professional-looking content instantly.⚡ Faster screenshot editing without needing any design skills.If you regularly share screenshots online, Shotlab helps you make them impossible to ignore.

Design ToolsDeveloper ToolsSaaS
1
106
PreviousPage 1 of 34Next