Open-LaunchOpen-Launch

Categories

Browse Categories

APIs & Integrations231 projectsAR/VR25 projectsArtificial Intelligence1290 projectsBlockchain & Crypto55 projectsBusiness Analytics136 projectsCMS & No-Code82 projectsCross-Platform Development26 projectsData Science & Analytics81 projectsDatabases74 projectsDesign Tools415 projectsDevOps & Cloud44 projectsDeveloper Tools347 projectsDirectory184 projectsE-commerce141 projectsEducation Tech197 projectsFinance & FinTech131 projectsGame Development76 projectsGaming Tech105 projectsGraphics & Illustration113 projectsGreen Tech8 projectsHardware15 projectsHealth Tech103 projectsInternet of Things (IoT)25 projectsLaunch Platform60 projectsMachine Learning27 projectsMarketing Tools494 projectsMobile Development68 projectsNatural Language Processing23 projectsOnline Community116 projectsOpen Source84 projectsPlatforms215 projectsProductivity920 projectsPrototyping19 projectsRobotics4 projectsSaaS1162 projectsSales Tools117 projectsSecurity62 projectsServerless11 projectsTesting & QA22 projectsUI/UX83 projectsWearables5 projectsWeb Development264 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

Artificial Intelligence

RenoBrief logo

1. RenoBrief

RenoBrief AI: Turn Any Photo into a Renovation Plan in SecondsUpload a room or exterior photo, get a stunning redesign — plus a budget, material list, and contractor-ready brief. No design degree needed — just snap, style, and plan.One Tool, From Vision to Action1. AI Interior & Exterior Remodel — Upload any room or house photo, choose a style and budget, get a before/after redesign instantly.2. Contractor-Ready Brief — Every generation includes design direction, budget range, materials & finishes, and contractor notes. Not just a pretty picture.3. Budget-Aware Design — Pick your range: Refresh under $500, Remodel under $2,000, or Premium $10,000+. AI designs within your budget, not against it.4. AI Floor Plan Generator — Enter room count, square footage, and layout preferences. Get a 2D floor plan with rationale and builder notes.5. Export & Share in One Click — Download a PDF brief to hand your contractor, partner, or agent. Copy as Markdown. No back-and-forth explaining what you want.

Artificial IntelligenceDesign ToolsProductivity
0
AI for Service logo

2. AI for Service

Founding price: $15/month locked for life. Use code LAUNCH15 at checkout. 50 slots.AI for Service is a cross-axis directory for AI tools built specifically for service businesses. Service business owners searching for AI tools get 30,000-tool horizontal directories with no vertical filtering. A dental practice and an HVAC contractor see the same wall of tools. AI for Service organizes by vertical and use case instead. 20 verticals (dental, HVAC, salons, law firms, insurance, and more) crossed with 12 use cases (voice receptionists, scheduling, dispatch, review management, outbound). Buyers filter by their industry and their problem and find tools built for their specific business.If you built an AI tool for any service vertical, this is where those buyers come looking. Featured listing: dofollow backlink, listed within 48 hours, full description, screenshots, up to 3 category placements. $29/month standard. $15/month with LAUNCH15, locked for life.

Artificial IntelligenceDirectoryMarketing Tools
0
130
thredly logo

3. thredly

Never lose context — summarize AI chats & continue in a fresh thread

Artificial IntelligenceProductivitySaaS
0
115
TryOn.ink logo

4. TryOn.ink

TryOn.ink is an AI-powered tattoo planning studio built around three practical steps: design, preview, and refine. Users can describe tattoo ideas in plain English, generate custom concepts in styles such as Japanese Irezumi, blackwork, minimalist line art, realism, traditional, and micro-realism, then preview those ideas on real body photos before making a permanent decision.The platform is especially useful for checking tattoo placement, scale, contrast, and body flow. Users can upload a clear photo of a body area such as the arm, back, leg, shoulder, ribs, wrist, or chest, then use virtual try-on to see how a design may look on real skin. TryOn.ink also includes a cover-up mode for testing new design directions over existing tattoos, plus focused planning tools for fonts, names, Roman numerals, tattoo size, price estimates, image-to-tattoo references, and Morse code layouts.

Artificial IntelligenceDesign ToolsProductivity
0
Nanobananapromax logo

5. Nanobananapromax

NanoBanana Pro helps creators generate, edit, and refine images with Nano Banana workflows. It supports text prompts, reference images, conversational editing, character consistency, multi-image remixing, aspect ratio control, and fast variations for publish-ready visuals.

Artificial IntelligenceDesign ToolsProductivity
0
Animate Photo AI logo

6. Animate Photo AI

Animate Photo AI turns still photos into short AI videos, talking portraits, old photo revival clips, and lightweight motion scenes.

Artificial IntelligenceSaaSWeb Development
0
ScamZero logo

7. ScamZero

ScamZero is an anti-fraud app for Latin America. It identifies scam calls natively on your lock screen, analyzes suspicious links, SMS and WhatsApp messages in real time, and filters spam messages automatically. Built with intelligence to detect impersonation of 60+ local brands that global solutions miss.

Artificial IntelligenceSaaSSecurity
0
75
aictx logo

8. aictx

Repo-local continuity runtime for AI coding agents. Inspectable, visual, portable, cross-agent.The problem is well known by every coder: every new Codex / Claude / Copilot and other coding agent session kept rediscovering the same repo structure, files, decisions, failed commands, current task state, and validation steps, wasting context and tokens. On the other hand if you change from an agent to another they have to start from the scratch without reusing what the previous one already learnt.First shotsI have been trying to work around that problem with different approaches: small handoffs, heavy memory systems, context engines...ContinuityI finally found it: Operational continuity for AI coding agents. I built an open-source continuity runtime so agents don’t restart from zero every session, and it already made my own AI coding workflow feel much less like restarting from scratch every time.The continuity idea is not to add more hidden memory or dump more context into the prompt. AICTX keeps operational continuity inside the repo:active Work State and next action;execution summaries and handoffs;explicit decisions;known failures and resolved failure patterns;strategy hints from successful prior work;execution contracts and contract-compliance signals;optional RepoMap structural entry points;continuity quality signals for stale, missing, demoted, obsolete, or unverified context;read-only Task Context Packs for focused task-specific context;lifecycle diagnostics for incomplete or unfinalized sessions;optional Git-portable continuity for small teams.The next agent should resume from what actually happened, not infer everything again from README + chat history.Cross-Agent continuityI’ve been switching between Codex, Claude Code and Copilot depending on the task and, honestly, sometimes depending on which one still has credits left.Every time I switch from one agent to another, or even start a new session with the same agent, I don’t just lose chat history.It feels like each agent/session starts from a different version of the project reality.And again and again I find myself repeating context.The principle I follow is:different agents, different sessions, same repo continuity.One agent leaves Work State, failures, decisions, handoffs and validation evidence in the project. Another agent (or a new session of the same one ) can pick it up later through MCP tools, with CLI fallback when needed.Execution ContractsEach resume can include a compact contract for the next agent: first action, edit scope, canonical validation command, expected evidence, and finalize instruction. The goal is not only “remember context”, but guide the next execution safely.Continuity qualityScores repo-local continuity freshness and flags stale, missing, demoted, obsolete, or unverified context so that agents can avoid trusting old memory blindly and treat weak continuity as background evidence.Continuity ViewI’m experimenting with a deterministic Mermaid continuity view generated from repo-local AICTX artifacts. It shows the current operational state of the repo visually: Work State, open handoffs, relevant failures, execution contracts, summaries, RepoMap hints, and portable continuity status.Here you can see what it looks like.The link to this view can be returned after each task, so the next session has an inspectable continuity map. I’m still working on making it easier to read.PortabilityThe continuity lives with the repository. The idea is that useful operational state should not be locked inside one chat, one vendor, one local machine, or one agent tool. If the repo moves, the continuity can move with it ... if you want it to!Easy to usepip install aictxaictx installaictx init# Then keep using your coding agent normallyMCP supportIt also provides MCP support so compatible agents can access AICTX continuity directly as tools, resources and prompts instead of only relying on repo instructions and CLI commands.The MCP server is local-first. It is not a cloud memory service, not a daemon you have to manage manually, and not a generic shell/filesystem server. Compatible agents launch it locally through stdio.I’m also packaging Claude Code and Codex plugin artifacts around the same model: MCP-first when available, CLI fallback when not. Copilot support remains best-effort through repo instructions and VS Code MCP config where supported.The medium-term benefitAgent-based development starts to feel less like a sequence of isolated chats and more like an ongoing engineering process:less rediscovery;better context managementfewer repeated failed commands;clearer handoffs;better validation discipline;less instruction boilerplate once agents can call AICTX through MCP;a cleaner path for Claude, Codex and Copilot integrations;easier switching between Codex, Claude, Copilot or other agents;and a repo that can explain its current state to the next session.Stop onboarding your coding agents like rookies every session

Artificial IntelligenceDeveloper ToolsOpen Source
0
115
AITrustList logo

9. AITrustList

AITrustList is a curated AI tools and startup directory designed to help users discover the best artificial intelligence products across every category.From AI image generators and AI video tools to coding assistants, productivity apps, writing tools, AI agents, and automation platforms, AITrustList makes it easy to explore trending and newly launched AI products.The platform is updated daily by the community and focuses on quality discovery, clean categorization, and helping users quickly find useful AI tools.Features include:Curated AI tool listingsDaily updated AI productsCategory-based discoveryTrending and featured toolsProduct launch visibilityCommunity submissionsSEO-friendly product pagesFast and clean browsing experienceAITrustList is built for founders, creators, developers, marketers, and anyone exploring the AI ecosystem.

Artificial IntelligenceDirectorySaaS
0
78
Adkumo logo

10. Adkumo

One prompt. 100 ads. Always on-brand. Adkumo turns proven ad creatives into your brand's next campaign. Adopt one in a click, then launch to Meta & LinkedIn.Great ads aren't written. They're adopted. Adkumo is an AI-powered ad platform built on a curated repository of proven ad creatives, plus a one-click button that makes any of them yours.Here's the move. Create your brand. Define its DNA: voice, tone, colors, typography. Browse the repository for ads that already work. Found one? Adopt it in one click. Adkumo's AI rewrites the copy, restyles the visuals, and reformats the whole thing in your brand. On-brand from the first pixel. Generate variations in seconds, in EN, DE, FR, or IT, all in one consistent voice.Refine anything by chatting with the AI. Remix existing ads or outside inspiration into brand-consistent versions. Clean up logos with an AI logo editor: remove backgrounds, vectorize, upscale. Then launch straight to Meta Ads or LinkedIn Ads.Built for founders, performance marketers, solo creators, agencies, and lean teams who ship brand-consistent ads at scale. No creative department required.

Artificial IntelligenceMarketing ToolsSaaS
0
120
PreviousPage 1 of 129Next