Open-LaunchOpen-Launch

Categories

Browse Categories

APIs & Integrations122 projectsAR/VR11 projectsArtificial Intelligence654 projectsBlockchain & Crypto30 projectsBusiness Analytics78 projectsCMS & No-Code46 projectsCross-Platform Development15 projectsData Science & Analytics52 projectsDatabases50 projectsDesign Tools214 projectsDevOps & Cloud28 projectsDeveloper Tools218 projectsDirectory93 projectsE-commerce74 projectsEducation Tech122 projectsFinance & FinTech60 projectsGame Development37 projectsGaming Tech50 projectsGraphics & Illustration80 projectsGreen Tech3 projectsHardware10 projectsHealth Tech64 projectsInternet of Things (IoT)12 projectsLaunch Platform27 projectsMachine Learning14 projectsMarketing Tools279 projectsMobile Development43 projectsNatural Language Processing18 projectsOnline Community69 projectsOpen Source55 projectsPlatforms139 projectsProductivity503 projectsPrototyping9 projectsRobotics4 projectsSaaS605 projectsSales Tools70 projectsSecurity31 projectsServerless6 projectsTesting & QA14 projectsUI/UX42 projectsWearables4 projectsWeb Development168 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

Top 1 Product Badge (Light Theme)Top 1 Product Badge (Dark Theme)

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 findly.toolsFeatured on findly.tools
Featured on Twelve ToolsFeatured on Twelve ToolsFeatured on Best DirectoriesFeatured on Best DirectoriesOpen Launch - Featured on AI With MeOpen Launch - Featured on AI With MeFeatured on Startup FameOpen Launch - The first complete open source alternative to Product Hunt. | Product HuntOpen Launch - The first complete open source alternative to Product Hunt. | Product HuntFeatured on MagicBox.toolsFeatured on MagicBox.tools

Developer Tools

Telebugs logo

1. Telebugs

A lightweight, self-hosted Sentry alternative without a subscriptionTelebugs is a drop-in Sentry alternative - privacy-friendly error tracking. Track errors and exceptions in your apps, get notified instantly.Pay once, download, run a single command, and track errors across your entire company — on your own server. Oh, and your data? It stays yours. Always.

Developer ToolsDevOps & CloudWeb Development
0
4
Random Number App logo

2. Random Number App

Random Number App is a versatile number generator for everyday use. Whether you're drawing lottery numbers, generating digits for games, or picking random winners, the app lets you customize ranges, exclude specific numbers, and ensure uniqueness. Simple, reliable, and fast—right in your browser.

Developer Tools
0
5
CMYK Pantone logo

3. CMYK Pantone

Easily convert CMYK values to the closest Pantone colors in seconds.

Design ToolsDeveloper ToolsMarketing Tools
0
1
Dockerized  logo

4. Dockerized

A comprehensive and user-friendly platform designed to simplify the process of managing and deploying containerized applications using Docker technology.

Developer ToolsDevOps & CloudWeb Development
0
2
CollabClan logo

5. CollabClan

CollabClan is a platform designed to connect solo founders, students, and early-stage builders with like-minded collaborators—developers, designers, marketers—to transform ideas into real projects. Whether you're starting from scratch or looking to join a team, CollabClan helps you find the right people to build with, so you're never building alone.

Developer ToolsOnline CommunitySaaS
0
4
OrionAI logo

6. OrionAI

Build with AI. Sync with Git. Collaborate with anyone.I got sick and tired of explaining to ChatGPT Pro and Claude about what I'm building, only for it to forget it seconds later, and that's after you've spent 200 bucks a month!That is why I've built OrionAI , it is your project-focused AI workspace that stays with you. It remembers your files and conversations across sessions, so you don’t have to repeat yourself. No file limits. No lost context. Every project has its own memory and instructions.It works like Google Docs - you can invite collaborators, sync your Git repositories, share conversations. Plus, it’s all free, with no API keys needed!OrionAI includes different modes to fit your needs, like for coding, studying, writing support, SEO, Cybersecurity. Built for real work on big projects, OrionAI keeps your team connected and your progress clear.

Artificial IntelligenceDeveloper ToolsSaaS
0
6
Harker logo

7. Harker

A minimal speech-to-text widget that works locally on your Mac. Activate with a shortcut, speak anywhere you'd normally type, and watch your words appear instantly. Perfect for AI chats, emails, and any text field.

Developer ToolsNatural Language ProcessingProductivity
0
3
Stack2Flat logo

8. Stack2Flat

Flatten all the files on your system for your AI. Filter certain file types from your website, your server, your local system to a text file.Stack2Flat helps get ahead of the context feeding problems of helping larger nonlocal AI models understand the context of your situation to limit misunderstandings and spinning your wheels during development.

Artificial IntelligenceData Science & AnalyticsDeveloper Tools
0
3
Bugdrop logo

9. Bugdrop

Most users won't tell you what's broken. Unless you make it stupidly easy.

Developer Tools
1
4
Phoenix Template Engine logo

10. Phoenix Template Engine

With some delay, but I made it. I'm happy to announce that Phoenix Template Engine version 1.0.0 is now available. This is the first version that I consider stable and that comes with the functionalities I wanted. Moreover, I spent time on a complete rebranding, where I redesigned the logo, the presentation website, and the documentation.What is Phoenix?Phoenix is an open-source template engine created entirely by me for Spring and Spring Boot that comes with functionalities that don't exist in other market solutions. Furthermore, Phoenix is the fastest template engine, significantly faster than the most used solutions such as Thymeleaf or Freemarker.What makes Phoenix different?Besides the functions you expect from a template engine, Phoenix also comes with features that you won't find in other solutions. Just a few of the features offered by Phoenix:An easy-to-use syntax that allows you to write Java code directly in the template. It only takes one character (the magical @) to differentiate between HTML and Java code.The ability to create components (fragments, for those familiar with Thymeleaf) and combine them to create complex pages. Moreover, you can send additional HTML content to a fragment to customize the result even more.Reverse Routing (type-safe routing) allows the engine to calculate a URL from the application based on the Controller and input parameters. This way, you won't have to manually write URLs, and you'll always have a valid URL. Additionally, if the mapping in the Controller changes, you won't need to modify the template.Fragments can insert code in different parts of the parent template by defining sections. This way, HTML and CSS code won't mix when you insert a fragment. Of course, you can define whatever sections you want.You can insert a fragment into the page after it has been rendered. Phoenix provides REST endpoints through which you can request the HTML code of a fragment. Phoenix handles code generation using SSR, which can then be added to the page using JavaScript. This way, you can build dynamic pages without having to create the same component in both Phoenix and a JS framework.Access to the Spring context to use Beans directly in the template. Yes, there is @autowired directly in the template.Open-sourceAnd many other features that you can discover on the site.Want to learn more?Phoenix is open-source. You can find the entire code at https://github.com/pazvanti/PhoenixSource code: https://github.com/pazvanti/PhoenixDocumentation: https://pazvanti.github.io/Phoenix/Benchmark source code: https://github.com/pazvanti/Phoenix-Benchmarks

Developer ToolsOpen SourceWeb Development
0
0
PreviousPage 14 of 22Next