YES

Replaceable in one session with an AI coding agent.

API design, testing, mocking and documentation in one desktop application, positioned as a single replacement for several separate tools.

Promptfree, for everyone, and the only version there is
Build me the API workflow that replaces Apidog — which is really four tools in one window.

The honest route is not to build an application: it is to assemble the free pieces around one file. **The OpenAPI description is the single source, and everything else is generated from it.**

STACK
- OpenAPI 3.1 in git as the source of truth
- Node 20+ with Fastify for anything hosted
- Spectral for rules, Prism for mocks, Scalar or Redocly for docs
- A test runner you already have — vitest, or hurl for plain HTTP tests
- Caddy in front

THE FOUR JOBS, EACH SOLVED

DESIGN
- Write the description in YAML, in the repository, reviewed in pull requests
- Spectral rules run in CI: required fields, naming, examples, error responses
- Breaking change detection against the previous version, failing the build unless the version moves

TESTING
- Generate a request per operation from the description with its example body, as a starting test file
- **Assert the response against the description's schema, not against a hand-written expectation.** A schema assertion catches the field that quietly changed type; a hand-written one does not
- Environments as files, secrets from the environment, never committed
- Run the whole suite in CI against a deployed preview

MOCKING
- Prism from the same file, with validation on. A frontend builds against it before the backend exists
- Examples in the description do double duty: documentation, mock responses and test fixtures from one place

DOCUMENTATION
- Built from the same file on merge and published as static files
- A try-it panel pointing at the mock or a sandbox, never at production

THE PART THAT MAKES THIS WORK
- **One file, four outputs.** The reason these products get bought is that design, tests, mocks and docs drift apart when they are four separate artefacts. Generating all four from one description removes the drift rather than managing it
- Contract tests in the API's own suite, so the description cannot quietly become fiction

SECRETS AND SAFETY
- Never store a real token in a collection file. Environment variables, with a .env.example committed and the real one ignored
- Do not point a test suite at production by default. Make that a deliberate flag with a loud name

WHAT MATTERS MOST
Schema assertions and one source file. Together they turn four tools into a pipeline that cannot disagree with itself.

What you lose

  • Design, testing, mocking and docs in a single place
  • Team sync of collections and environments
  • Automated tests generated from the description
  • A desktop application that works offline

If you would rather not build

  • Spectral plus Prism plus Scalar, which is the rest
  • curl and a shell script, which covers a small API

The escape hatch

open source · no votes, no paid placement

Bruno

$0

Git-friendly API client with collections stored as plain files.

usebruno/brunofree · open source

Hurl

$0

Runs and asserts HTTP requests from plain text files, ideal in CI.

Orange-OpenSource/hurlfree · open source

Why this verdict

our own opinion · changed only by a person

82/100

Verdict yes at 82: the free pieces are better than the bundle, and the entry is really about the one-file discipline. Schema assertions are the underrated part.

History

tracked since 14 Aug 2026 · nothing is ever overwritten

Interest · last 30 days

Nothing recorded yet. This chart fills in once the page has visitors, votes or prompt copies — it will not draw a flat line to look busy.

Questions about Apidog

answered from the record above

Is Apidog free?

No — the plan we track is $9 a month. Professional at $9 per user per month billed annually.

Can you replace Apidog by building your own?

YES. Replaceable in one session with an AI coding agent. Replacement score 82 out of 100, build time one session. Read what you lose before you decide.

How much does Apidog cost?

$9 a month on Professional — $108 a year. Recorded 14 Aug 2026.

What do you lose by replacing Apidog?

Design, testing, mocking and docs in a single place; Team sync of collections and environments; Automated tests generated from the description; A desktop application that works offline. If any of those carry weight for you, keep paying.

Is there an open-source alternative to Apidog?

Yes: Bruno, Hurl. The prompt on this page is for when you want it your way instead.

Related entries

same category first, most replaced first

All 54 in Dev tools

Not sending yet

Every week, something stops being worth paying for.

New verdicts, prices that moved, entries added. One email a week. Unsubscribe in one click. Nothing is being sent yet — your address is kept here, and the first issue is the first thing it is used for.

free forever · no tracking pixel · stored here, never passed to anyone

Esc