Backend not ready?

Setting up, hosting and maintaining a fake API online takes time. Mockend lets you focus on the frontend by making it effortless to have a custom REST or GraphQL API.

Secure ━ Setup, billing and access permissions are 100% handled by GitHub.
14-days free trial ━ No strings attached, cancel at anytime.
Trusted ━ 10,000+ Installs on GitHub Marketplace.

Describe your API on GitHub ...

Use our DSL to describe your API. You can use 200+ random generators or your own data to create a custom API in a few lines.

github.com/acme/front-app/mockend.yml
# Mockend configuration file
key: SECRET_KEY # Secure your API (optional)
models:
  User:
    fake: # 100+ random generators
      _count: 50 # Generate 50 users
      name: fullName
      online: bool
      picture: { imageUrl: [ 48, 48 ] }

    data: # Use your own data
      [ { name: 'Alice' } ]

    hasMany: [Post, Comment] # Relations to other models

Get a live API on Mockend!

Always online. Create, read, update and delete with REST or GraphQL.

mockend.com/api/acme/front-app/users/1
{
  "id": 1,
  "name": "Alice",
  "online": true,
  "picture": "https://picsum.photos/48/48"
}

Everything you need and more.

We focus on the essentials so you can focus on what matters.

Features.

Protect your data from competitors

Protecting your data from prying competitors is crucial to the success of any project. While other tools may leak sensitive information, Mockend offers the unique option to make your fake online API completely private and hidden from the rest of the internet. This ensures the confidentiality of your project and safeguards your competitive advantage.

No risk of supply-chain attacks

We never read your project source code, as GitHub only allows us access to your config file and nothing more. Unlike other tools that require local installation and leave you vulnerable to supply-chain attacks, you can trust that your project is in safe hands with Mockend.

Interactive docs and online demos

Create functional online documentation and demos effortlessly with Mockend. Eliminate the need to host a server and simply make requests from your static site or mobile app to Mockend. This frees up valuable time to focus on what truly matters - delivering value to your users.

Keep your environment clean

Enjoy a clean environment with Mockend. Unlike other tools that require local installation and clutter your project with extraneous packages and code, Mockend can be accessed entirely online. This ensures your project stays clean and free of unnecessary bloat, allowing you to focus on writing great code.

Immutable data

With Mockend's immutable data architecture, you can ensure that your initial dataset remains protected from modifications by users or hackers. This provides a reliable development environment that allows you to focus on building great products without worrying about constantly resetting or cleaning your data.

Persistent data

Alternatively, data in Mockend can be written to a temporary storage and persisted between calls if desired. However, the data can also be easily reset or deleted if needed. [Coming soon]

Use cases.

Mockend is a versatile tool that can be used for a wide range of purposes. Here are some of the most common use cases.

Always know what you’ll pay, transparent pricing for everyone.

14-days free trial, cancel at any time.
2 months offered for annual plans.

Pro

Great for freelancers and indie hackers.

$29

  • Personal accounts only
  • Complete features
  • Unlimited servers
  • Email support
Get started

Business

Perfect for companies of any size.

$99

  • Organization accounts
  • Unlimited team members
  • Complete features
  • Unlimited servers
  • Priority support
Get started

Enterprise

Need to host your own instance? We can help.

Custom

  • GitHub Enterprise
  • Unlimited team members
  • Complete features
  • Unlimited servers
  • Priority support
Contact us