A CRM That's Actually Your Own
CRM115 is an un-opinionated, self-sovereign, and sane CRM data capture solution using JSON Schema to fit your data structure needs. With popular integrations like Stripe and Salesforce, CRM115 covers a multitude of use cases big and small.
Forms
Data Objects
"form_schema": {
"properties": {
"program": {
"description": "Program that the applicant would participate in.",
"title": "Camp Program",
"type": "string",
"enum": [
"Camp Example 1",
"Camp Example 2 - Session 1",
"Camp Example 2 - Session 2",
"Camp Example 3"
]
},
"first_name": {
"description": "Applicant first name.",
"title": "Applicant First Name",
"type": "string"
}
...
}
}
Built with love by Immaculata Studios.