CompassPadFind what was just built.

A discovery catalog of new startup projects, tools, and side projects. Every entry shows what we checked and when.

71 startups launched10,836 upvotes cast67 submitted this week

Recently Listed

71 launches
Sort

DocuShift

Trending

Track API changes automatically, surfacing what matters.

Developer ToolsCCompassPad editorial

DocuShift watches the APIs a team depends on and reports changes as they happen. The product's own summary is "Track API changes automatically, surfacing what matters." Its page frames the problem as API deprecations arriving without warning: they move into a codebase, change behaviour, and wait until launch day to surface. The pitch is a shift from manual research to alerts. The site describes the workflow as "from hours of manual research to zero-effort alerts," and claims monitoring can be started in minutes. The public page is a single product landing page; there is no published pricing or documentation at the time of collection.

ScrollLaunch

Trending

Launch your product and rank on Google and AI search.

Developer ToolsCCompassPad editorial

ScrollLaunch is a launch platform for indie makers that positions itself as a Product Hunt alternative. Its page describes weekly launches, dofollow product pages, and a directory of more than 1,000 startup directories, aimed at being found on Google and in AI search. The site's own headline is "Launch Your Product and Rank on Google & AI Search." It publishes a weekly set of product launches on the page, and it also lists an MCP CLI, indicating the directory is intended to be reachable by AI agents as well as people.

Benchmark Heaven

Cost-capability analysis across AI models and benchmarks.

AI & Machine LearningCCompassPad editorial

Benchmark Heaven publishes cost and capability comparisons across AI models. Its own description is "The most detailed cost-capability analysis in AI. Every model. Every Benchmark. Actual Costs." One published comparison, JevBench v1.3.0, states that 52 Jev-class systems were tested on 534 decisions, with a named leader at a specific score. The site presents itself as a benchmark and cost reference rather than a model host: it reports results and prices instead of running inference itself.

My Bot Farm

An open market to share your agents.

AI & Machine LearningCCompassPad editorial

My Bot Farm is a marketplace for whole agents and teams rather than a catalogue of individual skills. Its page states that you browse bots and install a copy for GrokBot, Hermes, and OpenClaw. The site draws a deliberate distinction in its own headline: "An Open Market to share your Agents. Not a warehouse of skills." It treats teams as first-class objects alongside single bots, and says new listings appear when they land rather than when someone remembers to check.

SimpleTax

Tax math, made simple.

FinanceCCompassPad editorial

SimpleTax is a small calculator for tax arithmetic. Its page describes it as free to download for iPhone, iPad, and Android, and states that it calculates before-tax, tax rate, tax amount, or total, entirely on the device. The site emphasises that the calculation works from whichever number you start with, uses currency-aware rounding, and keeps data local rather than sending it to a server. It is a single-purpose utility rather than a filing or accounting product: the page describes arithmetic, not returns or bookkeeping.

Ride Markets

Fund your calls on Solana tokens.

FinanceCCompassPad editorial

Ride Markets lets someone call a token on Solana and have funds back that call with real capital. Its page describes the arrangement as: call any token, funds back you, and you keep your share of the profit. The product is a markets and trading tool rather than a wallet or exchange. Its public page describes the mechanism in one line and does not publish a fee schedule or documentation at the time of collection.

Figma

Featured

Interface design in the browser with multiplayer editing.

Design & CreativeCCompassPad editorial

Figma is a design tool that runs in the browser and lets several people edit the same file at once. Cursors are visible, changes appear live, and a comment can be attached to a specific element, which removes the file-versioning and hand-off problems that a desktop design tool creates. The product covers interface design: frames and layout, components with variants, a shared library of styles and components across files, and prototyping with transitions between screens. Design tokens and variables let a theme be changed in one place, and the developer hand-off view exposes measurements and assets. Because the file lives in the browser, the same link serves designers, engineers, and stakeholders, which is why the tool spread beyond design teams. The tradeoff is dependence on a hosted service: there is no offline-first mode comparable to a desktop application, and the organisation's design assets live in a vendor's account.

Stripe

Featured

Payments infrastructure with the widest set of payment methods and billing primitives.

Developer ToolsCCompassPad editorial

Stripe is a payments platform that handles card and alternative payment methods, subscriptions, invoicing, and the money movement around them. A developer integrates through an API and hosted or embedded components, and the platform absorbs the network of acquiring banks, card networks, and local payment methods behind that interface. The breadth is the reason it is the default choice for online businesses. Beyond accepting a payment, the platform covers subscription billing with proration and trials, usage-based metering, invoicing, tax calculation, fraud screening, and payouts to connected accounts. Each of those is a product in its own right that a team would otherwise build or buy separately. The tradeoff is cost and control. Pricing is per transaction and adds up at scale, which is why larger businesses negotiate rates or move some volume to a direct acquirer. The platform is also opinionated about the merchant of record and the payout model, so businesses with unusual money-flow requirements sometimes find the constraints binding.

Notion

Featured

Documents, databases, and wikis in one workspace with a shared editor.

Communication & CommunityCCompassPad editorial

Notion is a workspace where documents and databases are the same primitive. A page contains blocks, and a database is a collection of pages with typed properties, which means a task list, a content calendar, and a project tracker are all views over pages rather than separate applications. The product grew by replacing several tools at once: notes, a lightweight wiki, a task board, and a simple database. Because everything shares one editor and one permission model, a team can link a project page to a task database and see the same records from both. Templates and a public gallery spread reusable structures. The tradeoff is depth. A Notion database is not a relational database, so reporting is limited compared with a real BI tool, and large datasets slow down. Teams that push it into that role tend to add a proper database and analytics stack alongside it.

Vercel

Deploy frontend projects from a Git push, with a preview URL for every branch.

Developer ToolsCCompassPad editorial

Vercel is a hosting platform built around the frontend workflow. A project connects to a Git repository, and every push produces a deployment: production builds from the main branch, and preview builds from every other branch and pull request. The platform is best known for Next.js, the React framework its parent company maintains, but it builds and serves other frameworks and static output too. Deployments run on a global edge network, and build configuration lives in a checked-in file rather than only in a dashboard, so settings travel with the code. Beyond hosting, Vercel sells the surrounding primitives: serverless and edge functions, image optimization, and storage through marketplace partners. Teams that want one vendor for the frontend path consolidate here; teams with long-running backend workloads usually keep those elsewhere.

Cursor

Featured

An AI code editor built as a fork of VS Code.

AI & Machine LearningCCompassPad editorial

Cursor is a code editor that embeds AI assistance directly into the editing surface. It is built as a fork of VS Code, so extensions, themes, and keybindings carry over, but the assistant is a first-class part of the interface rather than a plugin. The core interaction is the inline edit: select code, describe the change in natural language, and review a diff before accepting. Alongside that, a chat panel can read the open files and answer questions about the codebase, and an agent mode can make multi-file changes with a plan the developer approves. The editor indexes the repository so answers reference the project's own code rather than generic patterns. Teams that adopt it typically keep a review step, because the assistant's output still needs the same scrutiny as any other contribution. The company publishes a changelog and documentation, which is what makes the feature set checkable.

Shopify

Featured

Hosted ecommerce with checkout, payments, and an app ecosystem.

EcommerceCCompassPad editorial

Shopify is a hosted ecommerce platform. A merchant gets a storefront, a checkout, payment processing, inventory, and order management without operating any of it, and the platform handles the security and compliance work that accepting card payments requires. The product's scale comes from its app ecosystem. Anything the platform does not do natively — a loyalty programme, a subscription option, a review system, a warehouse integration — is available as an app, which means the platform can be extended without the merchant writing code. Themes control the storefront, and a headless mode exposes the commerce APIs for a custom frontend. The tradeoff is cost at scale and the constraint of a hosted model. Transaction fees apply when a third-party payment provider is used, app subscriptions add up, and the checkout cannot be fully customised outside the platform's extension points. Merchants with unusual requirements sometimes move to a headless platform to get that control back.