#open source Startups & Tools

Discover the best open source startups, tools, and products on SellWithBoost.

Agentiqa — AI QA Testing Agent
Agentiqa — AI QA Testing Agent

Teams shipping web or mobile apps with limited QA headcount end up choosing between slow manual testing and brittle scripted automation. Agentiqa eliminates that compromise by letting product managers or engineers paste a URL and have an autonomous AI act as a tireless human tester. The tool starts where most cloud services stop: it runs directly on the developer’s machine so localhost and internal staging environments are covered without any CI setup. That fact alone makes it indispensable for startups that push nightly builds to feature branches hidden behind firewalls. Beyond local support, the agent examines the rendered interface as a user would, relying on computer vision instead of brittle DOM selectors. Once it discovers a bug—visual glitches, broken states, or purely frustrating UX—it records a video, writes concise reproduction steps, and folds the new insight into a reusable QA plan. Each iteration refines the plan, making the test suite self-healing and continuously more valuable over time. Privacy concerns have been addressed head-on: source code never leaves the developer’s workstation, and credentials are encrypted so the AI can type a password without ever learning its value. Companies bound by GDPR, HIPAA, or internal compliance rules can therefore invite the agent onto sensitive apps without opening a proverbial back door. The product is offered as a downloadable desktop client, complemented by Agentiqa Web for cloud runs that can be triggered from any browser. Pricing or usage tiers are not yet disclosed, yet “no per-run cloud overhead” signals an approachable model for smaller teams, while local-first execution removes the queueing penalty that often sabotages fast iterations.

7
SecretMemoryLocker
SecretMemoryLocker

Digital legacy planning presents an unusual challenge: how do you secure information that should only be accessed after you're gone, without exposing it to intermediaries or theft in the interim? SecretMemoryLocker addresses this gap by tying cryptographic access to personal memories rather than stored passwords or keys. The core innovation is the Phantom-Step Cascade, a patented encryption architecture that converts responses to memory-based questions into cryptographic keys. Rather than storing secrets, the system derives them on-demand from biographical data only the user knows. This approach eliminates a traditional vulnerability—there's no vault of credentials to breach or coerce from you during your lifetime. The product layering is what distinguishes it from conventional password managers. Failed authentication attempts don't simply lock the user out; instead, they trigger MirageLoop, an algorithm that generates an infinite sequence of decoy questions leading nowhere. A second feature, the Honey Trap, lets users configure a "distress" response that opens a compartment of intentionally false information, providing plausible deniability if someone demands access under duress. These aren't novel cryptographic techniques but rather user-experience and psychological countermeasures against both automated attacks and coercion. SecretMemoryLocker targets a niche but serious market: people holding substantial crypto assets, individuals with sensitive professional information, and those designing estate plans for valuable digital property. The marketing emphasizes journalists, lawyers, and public figures as key constituencies, though the crypto-asset use case appears primary given the emphasis on seed phrase storage and inheritance mechanisms. The technical foundation relies on Argon2id, an established password-hashing standard, combined with proprietary orchestration. The company published a white paper on their architecture, suggesting they're attempting to ground the approach in documented cryptography rather than security-by-obscurity, though public materials don't provide enough detail to independently verify the claims. Notable gaps: the website omits pricing, subscription model, open-source status, third-party security audits, or regulatory compliance. For a product handling inheritance of substantial assets, the absence of legal and compliance information is striking. There's also no clarity on how the system functions if the memory-holder becomes incapacitated before their death—a central use case—or how heirs verify they're using the correct credentials. The concept is sound for a specific problem, but execution details remain obscured.

5
queryd - slow query detection for Node.js
queryd - slow query detection for Node.js

Catching database performance regressions before they reach users requires both visibility into query execution and the discipline to enforce latency budgets. Queryd addresses this gap by instrumenting SQL queries in Node.js applications with measurable performance guardrails. The tool wraps database clients at multiple levels—supporting postgres.js tagged templates, raw query functions, or Prisma—to intercept queries and measure their execution time against configurable thresholds. The product solves a real pain point for teams building latency-sensitive applications. Query performance degrades gradually, and without systematic detection, slow queries often go unnoticed until they cause visible impact. Queryd brings three mechanisms to prevent this: per-query latency thresholds that flag individual slow queries, per-request query budgets that set cumulative limits on database work within a single user request, and sampling controls that keep observability costs minimal in production. What distinguishes queryd is its pragmatic design philosophy. Rather than requiring a complete database abstraction or architectural restructuring, it integrates at the query execution layer across multiple driver APIs. The sampling-first approach acknowledges that continuous monitoring of all queries in high-traffic applications becomes prohibitively expensive; instead, teams can set sampling rates to stay within their observability budget while still surfacing meaningful regressions. Optional EXPLAIN ANALYZE integration allows deeper investigation of offending queries when needed, shifting between cheap signal and expensive detail. The implementation provides useful context awareness through request-scoped budgets—tracking not just individual query times but also cumulative query volume and duration within a single request. This catches a different class of performance issues: endpoints that perform many quick queries instead of fewer optimized ones. The configurable sink architecture suggests thoughtful extensibility, allowing teams to route alerts to their existing monitoring systems rather than forcing a new workflow. As an early-stage open-source project, queryd makes a modest but useful contribution to the Node.js observability ecosystem. It fills a specific niche—SQL query latency monitoring with minimal overhead—without attempting to be a comprehensive database performance platform. Teams already running SQL databases in production and concerned with query regressions will find the tool immediately applicable to their latency budgeting workflow.

11
SaaS scaffold
SaaS scaffold

Indie developers encounter a recurring trap: after shipping the third or fourth SaaS product, they find themselves rebuilding authentication flows, subscription billing logic, database migrations, and CI/CD pipelines from scratch. Paid boilerplates promise to solve this by offering pre-built scaffolds, but they often lock developers into black-box abstractions that require archaeological investigation to customize. Free open-source starters suffer the opposite problem—abandoned projects with outdated dependencies and incomplete implementations that skip the genuinely difficult parts like webhook handling and billing lifecycle management. This scaffolding tool addresses that friction by automating the entire foundational setup in a single command. Rather than selling a templated solution, it generates a production-ready Next.js application with authentication, payments processing, transactional email, database schema, and CI/CD configuration already integrated and tested. The process completes in approximately 4.5 minutes. What distinguishes this approach is its breadth. Most boilerplates stop after providing a login page and a basic database schema. This offering includes the components that developers typically find most tedious to wire together: Stripe webhook handling for subscription lifecycle events, multi-provider flexibility (Clerk or NextAuth for authentication, Postgres, SQLite, or Supabase for data storage, Stripe or Lemon Squeezy for payments), and a testing suite of over 250 tests covering core flows. The generated code runs on Next.js 14 with the App Router, includes Tailwind and shadcn/ui components pre-configured, and packages production infrastructure as a Docker container with GitHub Actions workflows. The tool operates as an interactive CLI that prompts developers to select their preferred provider for each major component at initialization time, then generates a fully functional codebase based on those choices. Rather than forcing abstraction layers, the generated code is intended to be readable and modifiable—on the explicit premise that developers should understand and customize their own foundation rather than fight against prescribed patterns. Financially, the product is offered free under an MIT license with no account requirement and no commercial upsell. This positioning directly opposes the typical paid-boilerplate model and targets developers who prioritize speed to first deployment and transparency over premium support. For teams shipping consumer or B2B SaaS applications, the time savings from bootstrapping infrastructure are substantial. The real limitation is whether generated code remains maintainable through real-world scaling scenarios and customization demands beyond the initialization phase.

11
Invoiso
Invoiso

For small business owners and freelancers tired of paying monthly subscriptions for invoice software, a free, open-source alternative now exists that prioritizes data privacy and offline functionality. Invoiso delivers professional billing capabilities to Windows and Linux machines without requiring internet connectivity, cloud storage, or account registration. The problem this addresses is straightforward: most modern invoicing tools trap users in a choice between convenience (cloud-based, but your data lives elsewhere) and cost (expensive subscriptions for basic functionality). Invoiso eliminates both constraints by running entirely offline on your local machine. The product targets a specific but substantial segment: freelancers managing multiple clients, small shop owners in areas with spotty internet connectivity, field workers who need billing capabilities away from the office, and anyone who views data privacy as non-negotiable. For these users, the value proposition is compelling—professional invoice generation without monthly fees, plus the security of keeping customer information local. What distinguishes Invoiso is its radical simplicity in execution. The software generates polished PDF invoices, manages client and product databases, tracks payment status, and provides role-based access controls. Users can customize templates (choosing from Classic, Modern, or Minimal designs) and adjust column labels for their business type. The product includes GST readiness and UPI QR code support, making it functional for Indian markets. One-click backup and restore ensure data portability without reliance on cloud infrastructure. The feature set covers all fundamental billing needs: invoice creation and editing, payment tracking for partial or full receipts, status history, flexible line-item pricing overrides, and permission-based user roles restricting destructive actions to administrators. The offline model means instant operation without page-load delays and eliminates connectivity dependencies entirely. As an open-source project with no subscription requirement, no account setup, and no recurring costs, Invoiso's business model is simply absence: the software is free forever. This makes it particularly valuable for solo practitioners and micro-businesses working with thin margins. The product fills a genuine gap for users who've felt forced to choose between privacy and convenience, or between affordability and functionality. For small businesses and freelancers in that position, it represents a meaningful alternative to the subscription-heavy invoicing software market.

8
Drowzy - Tab Suspender & Memory Saver
Drowzy - Tab Suspender & Memory Saver

Browser memory bloat has become a chronic problem for Chrome users who accumulate dozens of tabs over the course of a workday. Drowzy addresses this directly by automatically suspending idle tabs, claiming to free up to 80 percent of RAM without losing any work. The extension fills a notable gap in the market after its predecessor, The Great Suspender, was removed from the Chrome Web Store over malware concerns, leaving users seeking a trustworthy alternative. The product distinguishes itself through a privacy-first architecture that collects zero data and includes no tracking whatsoever. Everything operates locally within the browser, with no accounts, analytics, or external servers required. This contrasts sharply with the event that created the market opportunity, making the privacy stance a core part of its value proposition. The extension is fully open source, allowing technical users to verify that these privacy claims hold up to scrutiny. Drowzy uses Chrome's native discard API, which means suspended tabs remain accessible in the tab bar and can never be permanently lost, even if the extension is uninstalled. The suspension threshold defaults to thirty minutes of inactivity but is configurable. Smart protections automatically preserve active tabs, pinned tabs, audio-playing tabs, and any tabs containing unsaved form data, preventing data loss from overly aggressive suspension. Beyond the core suspension feature, Drowzy includes session management for saving and restoring tab groups, keyboard shortcuts for power users, a right-click context menu, lifetime statistics tracking, and dark and light themes. Settings sync across devices for users running Chrome across multiple machines. The entire package weighs just 312 kilobytes and supports 55 languages, making it accessible to a global audience. At twenty-five active users and carrying a perfect five-star rating, the extension remains niche. No pricing model is mentioned, suggesting it operates as a free offering. The combination of a genuine need, a transparent approach to privacy, and a clean execution makes this a compelling choice for users burned by The Great Suspender's downfall or anyone seeking lightweight RAM management without surveillance overhead.

7
MMA XOX
MMA XOX

Combining the timeless appeal of tic tac toe with the spectacle of mixed martial arts, this online game targets casual and competitive players seeking lighthearted multiplayer entertainment with a thematic twist. The intersection of simple strategy gaming and fighting culture creates a niche entry point for players who might otherwise overlook traditional board game adaptations. The product distinguishes itself through an uncompromising free-to-play model. Rather than relying on advertisements or pay-to-win mechanics—common pitfalls for browser-based games—MMA XOX commits to no monetization friction. This approach lowers barriers to entry and suggests confidence in user retention through engagement alone. The decision to eliminate ads and competitive purchasing options directly addresses widespread frustration with gaming platforms that prioritize revenue over player experience. What truly sets this offering apart is its ambition toward globalization. Supporting 17 languages including Turkish, Arabic, and Mandarin Chinese signals genuine international reach, not merely English-language gaming with translation buttons. This breadth hints at a development team or publisher thinking beyond English-speaking markets from the outset. The commitment to cross-platform compatibility and mobile responsiveness ensures players access the game regardless of device, a practical necessity in markets where smartphone-first internet usage dominates. The competitive infrastructure reveals sophisticated design expectations. Ranked matchmaking systems paired with global leaderboards transform what could be a throwaway browser game into a persistence layer where player progression matters. The inclusion of seasonal tournaments and private room creation for friends suggests the developers understand that casual games thrive when they balance frictionless pickup play with goals for committed players. Fighter characters allegedly feature unique abilities, implying strategic depth beyond traditional tic tac toe's mathematical exhaustion. The social features—friends systems, private lobbies, and global matchmaking—position this as community-oriented rather than solitary. This architecture benefits both retention and word-of-mouth growth, assuming the execution matches the design intent. The requirement that JavaScript be enabled is unsurprising for real-time multiplayer but worth noting for accessibility considerations. The core tension in the pitch is whether thematic wrapping around tic tac toe generates sufficient novelty to sustain a competitive gaming community. The infrastructure supports such ambitions, but success depends entirely on execution quality and marketing reach—factors the website text cannot reveal. For players tired of monetization dark patterns, the straightforward free model alone warrants investigation.

16
UI-Layouts
UI-Layouts

Developers building modern web interfaces have long struggled with the tension between speed and design quality—shipping fast often means compromising on polish, while chasing perfection drains project timelines. UI-Layouts addresses this directly by packaging over 100 production-ready components and design blocks into a unified library, eliminating the need to build interfaces from scratch or stitch together disconnected tools. The product targets frontend developers and design-focused teams who want to accelerate their workflow without settling for generic, off-the-shelf aesthetics. Rather than a collection of dry utility components, the platform distinguishes itself through an emphasis on visual sophistication. User feedback consistently highlights the cleanliness and aesthetic rigor of the design work—commenters specifically praise the minimalist approach and the quality of its 3D effects, suggesting the library succeeds in making production components that don't look like they came from a template. What sets UI-Layouts apart is its positioning as a comprehensive frontend ecosystem. The platform bundles components, interactive effects, design utilities, and copy-paste blocks under one roof, reducing the friction of hunting across multiple libraries. The premium tier offers a separate selection of blocks that appear designed for developers who need higher-end design assets without customization effort. This modular approach lets developers validate the concept before committing financially. The library has cultivated genuine enthusiasm within its user base, with commenters regularly describing the work as exceptional. One reviewer noted the platform "nails that balance between speed and polish," which captures the core value proposition. Another praised it as "a treasure trove" for its aesthetic and design quality. The community endorsements suggest the product has successfully positioned itself as more than just functional—it delivers on visual quality that developers actually want to use. The platform's open-source commitment has also resonated with its community. For teams looking to eliminate repetitive component design work while maintaining visual quality and modern aesthetics, UI-Layouts offers a practical shortcut. The product succeeds because it acknowledges that developers want both velocity and beauty—not one at the expense of the other.

4
shadcn CLI 3.0 and MCP Server
shadcn CLI 3.0 and MCP Server

The shadcn CLI 3.0 and MCP Server combo is a comprehensive solution designed for teams building design systems from scratch or expanding existing ones. It's an all-in-one tool that addresses several pain points in the development process by providing a seamless way to integrate UI components, manage dependencies, and customize visual themes. One standout feature of this platform is its robust CLI (Command-Line Interface) tool, which simplifies the initialization and configuration of new projects. With shadcn CLI 3.0, developers can quickly set up their projects using customizable templates, choose from a range of component libraries, and even scaffold monorepo projects with ease. The MCP Server, part of this solution, offers an efficient way to manage UI components, dependencies, and configurations across multiple projects. It allows teams to create, update, and publish components in a centralized manner, ensuring consistency throughout their design system. Key features worth noting include the ability to customize CSS variables for theming, support for right-to-left (RTL) layouts, and an intuitive way to add new components with optional confirmation prompts or silent installation options. The CLI also supports various package managers, including npm and yarn. Unfortunately, pricing details are not explicitly mentioned in the provided documentation, so potential users will need to look elsewhere for this information. Overall, shadcn CLI 3.0 and MCP Server offer a powerful and streamlined solution for teams working on complex design systems, making it an attractive option for those seeking efficiency and consistency in their development workflows.

86
Nexion - For Windows & Open Source
Nexion - For Windows & Open Source

Nexion offers a streamlined solution for managing SSH keys and configurations, catering to modern developers who want to simplify their workflows. The product addresses the pain points of traditional SSH management, which often involve complex identity and credential management, manual configuration and syncing, security concerns, and high operational costs. What stands out about Nexion is its web3-driven approach, leveraging blockchain technology to store encrypted SSH configurations in a secure and accessible manner. This allows for seamless switching between devices and team collaboration with fine-grained permissions and auditable traces. The use of unified wallet authentication eliminates the need for multiple key sets and simplifies authorization and revocation processes. Key features worth noting include on-chain encrypted storage, which ensures data security and availability; traceable audit capabilities that provide verifiable operation logs; and contract-based permission management that follows the principle of least privilege. Nexion's low gas costs on the X Layer blockchain make it an attractive option for developers looking to reduce operational expenses. The product is open-source, built on Apache 2.0 License, and has a native Windows version available for download from GitHub Releases. Linux support is coming soon. The company offers an ultra-low Gas cost of $1.20 per year, making Nexion a competitive solution in the market. Overall, Nexion shows promise as a web3-driven SSH manager that can simplify workflows and reduce operational costs for developers. Its innovative approach to secure storage and permission management sets it apart from traditional solutions, making it worth considering for those looking to upgrade their SSH management capabilities.

111
Nuxt UI v4
Nuxt UI v4

Building modern web applications with Vue or Nuxt just got a whole lot easier thanks to the comprehensive UI library, Nuxt UI. This intuitive and accessible platform solves the problem of developers struggling to create visually appealing and responsive web apps quickly. What stands out about Nuxt UI is its robust feature set, which includes over 125 customizable components, built with Tailwind CSS and Reka UI. This means that developers can tap into a vast library of pre-designed elements, saving them time and effort in the development process. The library's accessibility features, such as robust color contrast and semantic color system, ensure that web apps are usable by everyone. One key feature worth noting is Nuxt UI's compatibility with both Vue and Nuxt applications, making it an attractive option for developers working on projects that require flexibility. Additionally, its auto-complete and type safety capabilities with TypeScript provide a seamless development experience. Nuxt UI also boasts integration with popular frameworks like Vite, Inertia, and SSR, further expanding its reach and usability. Its light and dark mode features, coupled with the ability to change colors and icons at runtime through AppConfig, demonstrate a keen understanding of modern web development needs. The library's reliance on Tailwind CSS ensures that designs are consistent and performance-optimized, while its integration with Reka UI provides robust accessibility out of the box. Furthermore, Nuxt UI's typography features, powered by @nuxt/content, deliver beautiful and consistent component styling. While pricing information is not explicitly mentioned in the provided content, it's worth noting that Nuxt UI is an open-source library, suggesting a free or low-cost model for developers. This makes it an even more attractive option for startups and small businesses looking to build high-quality web apps without breaking the bank.

42
Zellij
Zellij

Terminal workspace solutions have proliferated in recent years, but Zellij stands out for its streamlined approach and emphasis on developer-centric features. At its core, Zellij aims to simplify terminal navigation for a specific audience: developers, operations-oriented professionals, and anyone who finds joy in the terminal. One of the most striking aspects of Zellij is its simplicity. The website prominently displays links to download the platform or try it out without installation, showcasing a clear focus on ease of use. The "Try Zellij Without Installing" option allows users to quickly assess the product's capabilities, which speaks to the company's confidence in its offering. Upon closer inspection, several features and capabilities stand out. For instance, the platform offers a terminal workspace with integrated tools and resources, catering specifically to the needs of developers and operations-oriented individuals. The emphasis on battery-included functionality implies that Zellij is designed to be self-contained, providing users with a comprehensive solution without requiring additional setup. While pricing information is not explicitly mentioned, it's worth noting that the platform can be tried out directly from the website through various terminal shells, including bash and fish. This approach suggests that Zellij may employ a free or freemium model, but more clarity on this point would be beneficial for users and businesses evaluating the platform. Ultimately, Zellij's commitment to simplicity and developer-centric features sets it apart from other terminal workspace solutions. Its focus on ease of use, integrated tools, and self-contained functionality make it an attractive option for professionals who prioritize efficiency in their work.

44
Databuddy Analytics
Databuddy Analytics

For developers and businesses tired of navigating complex web analytics tools, Databuddy offers a refreshing alternative. This platform solves the problem of scattered data collection and cluttered dashboards by consolidating key metrics into one cohesive layer. What stands out about Databuddy is its commitment to user experience and streamlined flows. Unlike many analytics solutions that rely on heavy scripts and cookie banners, Databuddy is designed with privacy in mind, boasting a lightweight footprint under 1KB. This means no intrusive consent popups or impact on performance. Key features worth noting include real-time visibility into user behavior, error tracking, and feature flagging. The platform's autonomous nature allows it to surface insights without requiring manual input from developers. Additionally, Databuddy is built with transparency in mind, offering a fully open-source solution that can be self-hosted or run by the company. From a business model perspective, pricing details are not explicitly mentioned on the website. It is implied, however, that the platform offers a free plan and potentially tiered pricing for more advanced features. Overall, Databuddy's approach to web analytics feels like a breath of fresh air in an industry often plagued by bloat and invasiveness. Its focus on user experience, transparency, and privacy will likely resonate with developers and businesses seeking a more streamlined and secure solution for their data collection needs.

36