Mock APIs with real URLs, before your backend is ready

Give every project and version its own HTTPS mock domain. Define endpoints, status codes and responses, then plug the URLs straight into your apps and tests.

No install. Create a project, add endpoints and start calling your mocks.

200 OK project--v1.mockeryn.com
GET /users/123
Status 200
Content-Type application/json
{
  "id": 123,
  "name": "Jane Doe",
  "role": "admin"
}
                        

Designed for real projects, not one-off demos

Project & version aware

Each project and API version gets its own mock domain, so you can test breaking changes without touching existing clients.

Control status and responses

Configure method, status code, headers and JSON body for every endpoint. Simulate success, errors and edge cases from a single place.

Built with teams in mind

Group mocks by project and team so frontend, backend and QA stay aligned during every iteration and release.

How Mockeryn fits into your workflow

1

Create project & version

Name your project and version aliases. Mockeryn gives you dedicated HTTPS mock domains like project--v1.mockeryn.com.

2

Define endpoints & scenarios

Add methods, URIs, status codes, headers and JSON schemas. Create multiple scenarios for success, validation errors or server failures.

3

Share URLs with the team

Use the generated mock URLs directly in your apps, tests or tools. Swap to real backend later without changing routes.

Beyond mocks (coming soon)

Mockeryn starts as a focused mock server. The roadmap stays close to real-world workflows.

Coming soon

Lightweight task tracking

Link endpoints and mocks to small tasks and acceptance criteria so API changes stay visible.

Coming soon

GitHub / GitLab / Bitbucket links

Connect mocks to branches and pull requests to see which endpoints are changing in each feature.

Coming soon

Generate docs from mocks

Build and host API docs (Swagger / OpenAPI style) directly from your mock definitions.

Plans for side projects and teams

Start free, then upgrade when your team or traffic grows. Pricing is a preview and may change closer to public release.

Free

$0/month

  • 1 team member
  • 1 project
  • 1 version per project
  • HTTPS mock domains
  • Basic JSON responses
Start free

Starter

$9/month

  • Up to 3 team members
  • Up to 5 projects
  • Multiple versions per project
  • Higher request limit
  • Custom headers & multiple scenarios
Get Starter

Team

$29/month

  • Up to 10 team members
  • Unlimited projects & versions
  • High request limit
  • Early access to integrations & docs
  • Email support
Join waitlist

Ready to mock your next API?

Point your frontend to mock domains today and switch to real backend tomorrow – without changing URLs.