Mock API Generator

Mock API Generator

API Mocks Prototyping

0 followers

This project allow you to easily create mocks for REST API. You can use it for tutorials, code samples, at hackathons, working projects and etc. All you need is to create JSON-like 'schema', save it and you can use the URL endpoint within any of your apps.
Mock API Generator gallery image
Mock API Generator gallery image
Mock API Generator gallery image
Mock API Generator gallery image
Launch tags:Web AppAPIPrototyping
Launch Team
Anima - Vibe Coding for Product Teams
Build websites and apps with AI that understands design.
Promoted

What do you think? …

Mountain Heads
It is very useful
Dmitriy Malakhov
@mountain_heads glad you liked it!
Dmitriy Malakhov
As a front-end dev at some moment I realized that we spend too much time creating mocks for our apps, when the backend is not ready yet. We create local vars, files, CDNs and even complete apps only for mocks! So I decided to create something that will help us to create such things easily and will allow to use mock created once across all of the apps - web, mobile and even backend. So here you can play around different schemas, create your own and share access endpoint on your desire. Moreover, all mock data can be generated by the Faker.js package using "faker.fake()" method so your placeholders wont look like that hardcoded values. Now it have these features: - Existing templates, like in JSONPlaceholder. With filters and sorting. - - Users - - Todos - - Posts - - - Each template contain code sample which allow you to recreate it on your own. - Tooling to create your schemas and templates you can use in any of your project, or tutorial, or just to play with new technology. - - Save schemas and access them by unique URLs. - - Share that URLs with anyone. - - Saved schemas save in your localStorage so you can get easy access to them. And what I am going to bring in the nearest future: - Create advanced schema constructor (with custom responses, multiple REST methods support, query and body params handling, and a lot more!) - User account - - Created schemas attach to profile - - Simpler sharing - - Forking - - Grouping schemas into projects .....and a lot more again! I have a lot of plans for the development, so any feedback is really appreciated!