How Krates works?
Krates provides a REST API that you can use to make requests and store your JSON based data easily.
Create a new Krate
Visit the dashboard and create a new krate. Each krate gets an unique ID.
Store your data
Make HTTP network requests suchs as POST to store data in the krate or a separate collection.
Modify your data
Modify or delete data using PUT or DELETE requests on a krate, a collection or even an individual record.
Retreive your Data
Query your data using GET request from a krate or a collection. Add sort, filter, limit to query the data.
Krates is
Simple
Zero configuration required and super easy to use.
Free
Krates is completely free to use and always will be
Lightning Fast
Saving your data is just a HTTP request away.
Backend Agnostic
Use krates with a backend server or directly from the browser.
Host your own instance
Use Krates as a free service or host your own instance.
Protected Krates
Protect you krates from unauthorized access.