Open-LaunchOpen-Launch

Categories

Browse Categories

APIs & Integrations231 projectsAR/VR25 projectsArtificial Intelligence1292 projectsBlockchain & Crypto57 projectsBusiness Analytics136 projectsCMS & No-Code83 projectsCross-Platform Development26 projectsData Science & Analytics81 projectsDatabases74 projectsDesign Tools416 projectsDevOps & Cloud44 projectsDeveloper Tools348 projectsDirectory184 projectsE-commerce141 projectsEducation Tech197 projectsFinance & FinTech131 projectsGame Development77 projectsGaming Tech106 projectsGraphics & Illustration114 projectsGreen Tech8 projectsHardware15 projectsHealth Tech103 projectsInternet of Things (IoT)25 projectsLaunch Platform60 projectsMachine Learning27 projectsMarketing Tools494 projectsMobile Development68 projectsNatural Language Processing23 projectsOnline Community116 projectsOpen Source86 projectsPlatforms215 projectsProductivity922 projectsPrototyping19 projectsRobotics4 projectsSaaS1165 projectsSales Tools118 projectsSecurity63 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

Open Source

Memdeklaro logo

1. Memdeklaro

Memdeklaro is open source software that empowers users to self-declare their own identity, instead of relying on centralized Big Tech providers. Memdeklaro is privacy-friendly and free of charge, and can be used as a convenient web app on desktop and mobile.

Blockchain & CryptoGraphics & IllustrationOpen Source
0
Teleprompter-Scrolling Scripts logo

2. Teleprompter-Scrolling Scripts

A lightweight Teleprompter app for iPhone, iPad, and Mac that helps you read scripts naturally without memorizing every line. It’s built for creators making TikToks, Reels, YouTube videos, presentations, online courses, interviews, podcasts, and livestreams. You can switch between Prompter Mode for smooth scrolling text and Camera Mode to record with the script shown on screen. The app is local-first, so it works offline for writing, rehearsing, and recording. It also lets you adjust scrolling speed, text size, colors, spacing, and the reading area to match your setup and style.Key featuresUse Prompter and Camera modes for flexible recording.Record video while reading scripts on the screen.Supports front and back cameras for different takes.Voice commands let you pause or move lines hands-free.Adjust scrolling speed, text size, and layout easily.Works offline with a local-first script workflow

Marketing ToolsOpen SourceProductivity
0
86
aictx logo

3. 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
CtxSift logo

4. CtxSift

In agentic workflows, raw command outputs and state recollection after compaction contribute to major token waste. Agents often pull raw terminal output into context even when they only need a few anchors, then pay the same cost again later when compaction forces them to reread files or rerun commands.CtxSift was built to cut that loop down to two operations: keep only the signal that matters now, then recover it later without rebuilding the whole state trail.It was inspired by the original Distill project and extends that direction toward local execution, file rereads, and read-after-compression state recovery for coding agents.How it worksWith CtxSift, your agents use two steps to keep minimal token footprint:1. Extract and cache only what they need from raw outputs2. Look up context later instead of repeatedly re-running commands or dragging raw terminal output back into the session.That's it. Unlike other token savers, which can get heavy can confuse the agent with multiple tools, CtxSift keeps it simple and light. No multiple tools, MCP servers or sandbox spin-up dependencies.

Developer ToolsOpen SourceProductivity
0
pretext.cool logo

5. pretext.cool

20 interactive demos for Pretext, the 15KB text layout engine by Cheng Lou. Games, ASCII art, playground, API docs — all browser-based. Community-maintained, MIT-licensed, 29.5k GitHub stars.

Developer ToolsOpen SourceWeb Development
0
96
GhostChat logo

6. GhostChat

Lightweight live chat for indie hackers — ~10KB widget (20-30x smaller than Intercom/Tidio/Crisp), zero cookies, no consent banner needed. Reply to chats from Gmail instead of a separate dashboard. Free for 1 site, Pro at $5/mo.

APIs & IntegrationsOpen SourceSaaS
0
122
VibeBridge logo

7. VibeBridge

VibeBridge is a learning and launch platform for vibe coders building products with AI. It helps non-technical founders, indie hackers, and AI-native builders move from prototype to real product with practical guides, launch-readiness tools, checklists, teardowns, and community support. Learn how to build, debug, improve, and launch apps created with tools like Cursor, Lovable, Bolt, Replit, v0, Supabase, Stripe, and Vercel.

Education TechOnline CommunityOpen Source
0
80
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
Syano Link Shortener logo

10. Syano Link Shortener

Syano - Free Open-Source URL ShortenerA powerful, self-hosted URL shortener with analytics and link-in-bio pages. The free Bitly alternative.Features • Quick Start • Deploy • Docs🌟 Why Syano?Syano is a free, open-source URL shortener that gives you complete control over your links and data. Unlike Bitly, your data stays on your server with no tracking or limitations.🔒 Privacy First - Your data stays on your server🚀 Fast & Reliable - Optimized for performance🎨 Beautiful UI - Modern design with dark mode📊 Analytics - Track clicks, geography, and referrers🔧 Easy Setup - Deploy in minutes💰 Free & Opensource - AGPL-3.0 licensed✨ FeaturesCore FeaturesCustom Short Links - Create memorable URLs with custom slugsLink Organization - Organize with tags and commentsSearch & Filter - Find links quicklyLink Expiration - Set automatic expiration datesPassword Protection - Secure sensitive linksDevice Targeting - Different URLs for iOS/AndroidBulk Import/Export - Import thousands of links from JSONQR Codes - Generate QR codes and also track scans.Analytics & TrackingReal-time Analytics - Track clicks as they happenGeographic Data - Interactive world map with country/city dataDevice Insights - OS, browser, and device breakdownReferrer Tracking - See where traffic comes fromLink-in-BioBeautiful Bio Pages - Customizable link-in-bio like LinktreeProfile Customization - Name, bio, avatar, and social linksShare Profile - One-click sharing

Marketing ToolsOpen SourceSales Tools
0
100
PreviousPage 1 of 9Next