Develop your UI
before
your backend
π± Tight deadlines, backend not ready, no backend?
Mockend is the #1 GitHub app dedicated to
no-code API mocking.
Get instantly productive!
Used by
developers, architects, teachers, students,
open source projects,
code tinkerers, β¦
across the globe β€οΈ
6K+ users β Pure GitHub app β No card required β Secure
Describe your Data
Create a config file on your GitHub repository and update it as your UI
requirements evolve.
Use Git branches to have dedicated per-feature fake API.
{
"User": {
"name": { "string": { "minLength": 3, "maxLength": 10 } },
"online": { "boolean": {} },
"picture": { "regexp": "https://β¦" }
}
}
Get random Data
Provide your own values or use our simple and flexible generators to
have meaningful fake data.
The possibilities are limitless.
Focus on UI
Get a fake REST or GraphQL API in seconds.
Everything you need:
list, filter, sort, search, paginate, create, update.
Mock API everywhere:
// REST CRUD
GET mockend.com/org/repo/users?paramsβ¦
GET mockend.com/org/repo/users/<id>
POST mockend.com/org/repo/users
PUT mockend.com/org/repo/users/<id>
PATCH mockend.com/org/repo/users/<id>
DELETE mockend.com/org/repo/users/<id>
// GraphQL endpoint
{
users(limit: 5) {
name
online
}
}
Perfect for Teams
Git branches for multiple fake API, pull requests to discuss and update
your API.
Secure, Mockend can only access the config file and not the rest of your
code.
Nothing to install, use your favorite tools:
GitHub, VSCode, CodeSandbox, Terminal, β¦
# Git push to deploy a new fake API
$ git add .mockend.json
$ git commit -m "add new Product model"
$ git push
// New resource instantly available
fetch('https://mockend.com/org/repo/products')
[
{ "ref": "MCCO4", "price": 890 β¦ },
{ "ref": "6KPQH", "price": 540 β¦ },
{ "ref": "MVF6A", "price": 300 β¦ },
{ β¦ },
]
Get your free fake API today
Describe your data, automatically get a fake API and boost your
productivity.
Join thousands other developers β¨
6K+ users β Pure GitHub app β No card required β Secure