Manage your Apps
Create and Manage your data model
Use the web-based, all-in-one Dashboard for powerful data manipulation, to view analytics, schedule and send push notifications. Create all your classes and manage your Data using Parse Dashboard
Manage your Apps
Create and Manage your data model
Use the web-based, all-in-one Dashboard for powerful data manipulation, to view analytics, schedule and send push notifications. Create all your classes and manage your Data using Parse Dashboard
REST API tool
Play around with your REST API
With the API Console, you have a quick and easy access to all functions of your REST API, allowing you to play around with the API or debug issues without writing a single line of code.
REST API tool
Play around with your REST API
With the API Console, you have a quick and easy access to all functions of your REST API, allowing you to play around with the API or debug issues without writing a single line of code.
Automatic emails
Welcome Emails and Email Verification
Send automatic verification and welcome emails to your users. Use your own html template.
Automatic emails
Welcome Emails and Email Verification
Send automatic verification and welcome emails to your users. Use your own html template.
Social login
Play around with your REST API
Connect your users via traditional logins or third party social networks with just a few lines of code. We take care of linking accounts across networks, resetting passwords, and keeping everything safe and secure so you don’t have to.
Social login
Play around with your REST API
Connect your users via traditional logins or third party social networks with just a few lines of code. We take care of linking accounts across networks, resetting passwords, and keeping everything safe and secure so you don’t have to.
Cron Jobs
Setup running tasks with Background Jobs
Easily schedule recurring tasks like sending engagement emails, updating data, and long running computation at any time interval via the dashboard. View job status data and customize job frequency as required.
Cron Jobs
Setup running tasks with Background Jobs
Easily schedule recurring tasks like sending engagement emails, updating data, and long running computation at any time interval via the dashboard. View job status data and customize job frequency as required.
WebHooks
Keep yourself informed on app events with Web Hooks
Work in your preferred coding language and define a URL to receive a POST linked to a trigger set off when a specific cloud function is called. This keeps you informed of app events connected with various user and device interactions.
WebHooks
Keep yourself informed on app events with Web Hooks
Work in your preferred coding language and define a URL to receive a POST linked to a trigger set off when a specific cloud function is called. This keeps you informed of app events connected with various user and device interactions.
Config parameters
Update your app on the fly
The simplest way to store your app's parameters for updating on the fly. Keeping configurations out of your app's binary means config changes do not require a fresh app release.
Config parameters
Update your app on the fly
The simplest way to store your app's parameters for updating on the fly. Keeping configurations out of your app's binary means config changes do not require a fresh app release.
ACLs and CLPs
Setup permitions to access your data
Use CLPs and ACLs to manage your API permitions. CLP is the easiest way to lock down your app is with class-level permissions. Almost every class that you create should have these permissions tweaked to some degree. For classes where every object has the same permissions, class-level settings will be most effective. An ACL specifies a set of users who can read or write an object's data. So, before you can use ACLs, you have to have Users. There are many ways to handle users on Parse.
ACLs and CLPs
Setup permitions to access your data
Use CLPs and ACLs to manage your API permitions. CLP is the easiest way to lock down your app is with class-level permissions. Almost every class that you create should have these permissions tweaked to some degree. For classes where every object has the same permissions, class-level settings will be most effective. An ACL specifies a set of users who can read or write an object's data. So, before you can use ACLs, you have to have Users. There are many ways to handle users on Parse.
Multiple SDKs
Build for anything
No matter what platform you're building for, Parse Server has the SDKs you need to create an amazing mobile/desktop/IoT/Web experience. No matter what you’re creating for the desktop and the web, our SDKs will help you move faster than you ever thought possible. Perfect for standalone products, or experiences that complement your mobile app.
Multiple SDKs
Build for anything
No matter what platform you're building for, Parse Server has the SDKs you need to create an amazing mobile/desktop/IoT/Web experience. No matter what you’re creating for the desktop and the web, our SDKs will help you move faster than you ever thought possible. Perfect for standalone products, or experiences that complement your mobile app.
User management
Easy user account management
At the core of many apps, there is a notion of user accounts that lets users access their information in a secure manner. Parse Server provides a specialized user class called PFUser that automatically handles much of the functionality required for user account management.
User management
Easy user account management
At the core of many apps, there is a notion of user accounts that lets users access their information in a secure manner. Parse Server provides a specialized user class called PFUser that automatically handles much of the functionality required for user account management.
Geo queries
Use Geo-located commands
Parse Server allows you to associate real-world latitude and longitude coordinates with an object. This allows you to easily do things like find out what user is closest to another user or which places are closest to a user.
Geo queries
Use Geo-located commands
Parse Server allows you to associate real-world latitude and longitude coordinates with an object. This allows you to easily do things like find out what user is closest to another user or which places are closest to a user.