Capabilities
AI-powered low-code/no-code platform for building custom business applications. Includes drag-and-drop app builder, Deluge scripting language, process management (Blueprints), integrations, portals, reports, and dashboards. 2025 Release Projection 2 includes Zia task (AI in Deluge), Zoho LLM code generation, customizable UI components, theme builder, refreshed mobile UI, payload encryption, ZeptoMail/custom SMTP support, and asynchronous exports. (Zoho Creator)
Key integrations
All Zoho apps, REST APIs, Zapier, Zoho Flow, Zoho Analytics, MySQL, Salesforce
Platform availability
The table below records native platform support as of April 2026, per the master reference. A denotes an officially shipped native app or supported surface; a denotes that the platform is either unsupported or that status is not disclosed.
| Platform | Native app |
|---|---|
| Web | |
| iOS | |
| Android | |
| iPadOS | |
| Android Tablet | |
| macOS | |
| Windows |
Source note
Chapters and features that go deeper on Zoho Creator
Zoho Creator is the anchor product of its atlas. The chapters below are the full reading path for the product; the feature list is the searchable index of every capability the master reference documents.
- ApplicationsCreator architecture and database modelcreator
Applications are the top-level Creator app containers that group forms, reports, pages, workflows, permissions, portals, integrations, and deployment settings into one operational application. In practical terms, it belongs to Creator architecture and database model because it affects application data modeling, form structure, user access, app lifecycle, and the difference between a quick app and a governed operational system. The feature should be documented in business language first and then translated into fields, permissions, automations, or integrations. For governance, Applications should have a named steward and a small regression test. The steward should document owner, edition dependency, data inputs, downstream reports, and change-control path; they should also add an acceptance test and a monitoring or review mechanism. This prevents the feature from becoming invisible configuration that only one administrator understands. Source anchors: creator_features (https://www.zoho.com/creator/features/).
- FormsCreator architecture and database modelcreator
Forms are the primary data-entry and table-definition surface in Creator. A form captures records, defines fields, and becomes the source for reports, workflows, validations, and portals. Within Creator architecture and database model, it is most useful when it validates application data modeling, form structure, user access, app lifecycle, and the difference between a quick app and a governed operational system. Poorly designed use of this feature usually appears later as bad reports, hidden manual work, duplicate data, or brittle automation. A useful acceptance test for Forms is to create or update a realistic record, run the relevant user journey, and verify the visible result, the audit trail, and downstream reports. In that test, document owner, edition dependency, data inputs, downstream reports, and change-control path; additionally, add an acceptance test and a monitoring or review mechanism. Source anchors: creator_features (https://www.zoho.com/creator/features/).
- ReportsCreator architecture and database modelcreator
Reports are Creator views over form data, such as list, spreadsheet, kanban, calendar, timeline, map, or chart-like operational displays used for review and action. The reason it matters in Creator architecture and database model is that it shapes application data modeling, form structure, user access, app lifecycle, and the difference between a quick app and a governed operational system. A mature implementation defines when the feature is used, who owns it, and what evidence proves it is working. When changing Reports, release it like a mini product change: document before/after behavior, test with the affected profiles, and communicate the user impact. The implementation should document owner, edition dependency, data inputs, downstream reports, and change-control path; it should also add an acceptance test and a monitoring or review mechanism. Source anchors: creator_features (https://www.zoho.com/creator/features/).
- PagesCreator architecture and database modelcreator
Pages are custom Creator user interfaces assembled from panels, reports, forms, charts, snippets, buttons, and embedded content to create dashboards or app workspaces. Inside Creator architecture and database model, this feature standardizes application data modeling, form structure, user access, app lifecycle, and the difference between a quick app and a governed operational system. Its value comes from turning an informal business behavior into an explicit part of the Zoho operating model. The risk to watch with Pages is not only whether the feature works once, but whether it continues to work after layout, permission, field, API, or process changes. Mitigate that by ensuring you document owner, edition dependency, data inputs, downstream reports, and change-control path; make sure you also add an acceptance test and a monitoring or review mechanism. Source anchors: creator_features (https://www.zoho.com/creator/features/).
- WorkflowsCreator architecture and database modelcreator
Workflows are Creator automation logic that runs on form events, schedules, approvals, payments, or integrations to validate data, update records, send notifications, call APIs, or generate documents. For Creator architecture and database model, the implementation significance is application data modeling, form structure, user access, app lifecycle, and the difference between a quick app and a governed operational system. Treat it as a design decision, not just a checkbox, because it changes what users can do and what downstream systems can trust. For architecture reviews, place Workflows on the map of data inputs, user actions, automation outputs, and external-system handoffs. The review should test trigger criteria, recursion prevention, failure handling, and log visibility; it should also add an acceptance test and a monitoring or review mechanism before production promotion. Source anchors: creator_features (https://www.zoho.com/creator/features/), flow_crm_creator (https://www.zohoflow.com/apps/zoho-crm/integrations/zoho-creator/).
- Application IDECreator architecture and database modelcreator
Application IDE is the Creator development workspace where builders configure application components, switch between visual builders and script-oriented views, and manage app logic. In practical terms, it belongs to Creator architecture and database model because it affects application data modeling, form structure, user access, app lifecycle, and the difference between a quick app and a governed operational system. The feature should be documented in business language first and then translated into fields, permissions, automations, or integrations. For adoption, document Application IDE in the words users use, not only the words administrators use. Train the relevant roles on what changes for them, then document owner, edition dependency, data inputs, downstream reports, and change-control path; additionally, add an acceptance test and a monitoring or review mechanism. Source anchors: creator_features (https://www.zoho.com/creator/features/).
- Script-format viewCreator architecture and database modelcreator
Script-format view is the developer-oriented representation of Creator application components and Deluge logic, useful for reviewing implementation details more explicitly than a purely visual builder. Within Creator architecture and database model, it is most useful when it protects application data modeling, form structure, user access, app lifecycle, and the difference between a quick app and a governed operational system. Poorly designed use of this feature usually appears later as bad reports, hidden manual work, duplicate data, or brittle automation. For operations, Script-format view needs monitoring proportional to its blast radius. If it affects revenue, customer communication, identity, permissions, or integrations, document owner, edition dependency, data inputs, downstream reports, and change-control path; also add an acceptance test and a monitoring or review mechanism. Source anchors: creator_features (https://www.zoho.com/creator/features/).
- Tables and form dataCreator architecture and database modelcreator
Tables and form data is the underlying record storage created by Creator forms. Each submitted form entry becomes application data that can be reported, automated, exported, or integrated. The reason it matters in Creator architecture and database model is that it shapes application data modeling, form structure, user access, app lifecycle, and the difference between a quick app and a governed operational system. A mature implementation defines when the feature is used, who owns it, and what evidence proves it is working. Implement Tables and form data by writing down the triggering situation, the responsible owner, and the expected outcome. Then document owner, edition dependency, data inputs, downstream reports, and change-control path; also add an acceptance test and a monitoring or review mechanism. Keep the path, edition dependency, impacted profiles, test record, and integration dependencies in the admin runbook. Source anchors: creator_features (https://www.zoho.com/creator/features/).
- RecordsCreator architecture and database modelcreator
Records are individual Creator form submissions or rows of app data. Records are the operational facts that workflows evaluate and users view through reports, pages, and portals. Inside Creator architecture and database model, this feature structures application data modeling, form structure, user access, app lifecycle, and the difference between a quick app and a governed operational system. Its value comes from turning an informal business behavior into an explicit part of the Zoho operating model. For governance, Records should have a named steward and a small regression test. The steward should document owner, edition dependency, data inputs, downstream reports, and change-control path; they should also add an acceptance test and a monitoring or review mechanism. This prevents the feature from becoming invisible configuration that only one administrator understands. Source anchors: creator_features (https://www.zoho.com/creator/features/).
- FieldsCreator architecture and database modelcreator
Fields are the typed inputs on Creator forms, such as text, number, date, lookup, subform, file upload, image, decision box, rich text, formula, and other capture controls. For Creator architecture and database model, the implementation significance is application data modeling, form structure, user access, app lifecycle, and the difference between a quick app and a governed operational system. Treat it as a design decision, not just a checkbox, because it changes what users can do and what downstream systems can trust. A useful acceptance test for Fields is to create or update a realistic record, run the relevant user journey, and verify the visible result, the audit trail, and downstream reports. In that test, document owner, edition dependency, data inputs, downstream reports, and change-control path; additionally, add an acceptance test and a monitoring or review mechanism. Source anchors: creator_features (https://www.zoho.com/creator/features/).
- LookupsCreator architecture and database modelcreator
Lookups are Creator relationship fields that connect one form record to records in another form, allowing relational app models without a traditional database administrator. In practical terms, it belongs to Creator architecture and database model because it affects application data modeling, form structure, user access, app lifecycle, and the difference between a quick app and a governed operational system. The feature should be documented in business language first and then translated into fields, permissions, automations, or integrations. When changing Lookups, release it like a mini product change: document before/after behavior, test with the affected profiles, and communicate the user impact. The implementation should document owner, edition dependency, data inputs, downstream reports, and change-control path; it should also add an acceptance test and a monitoring or review mechanism. Source anchors: creator_features (https://www.zoho.com/creator/features/).
- SubformsCreator architecture and database modelcreator
Subforms are embedded line-item tables inside a parent record. They are the foundation for quotes, orders, item requests, survey details, product accessories, checklists, and many CPQ patterns. Within Creator architecture and database model, it is most useful when it validates application data modeling, form structure, user access, app lifecycle, and the difference between a quick app and a governed operational system. Poorly designed use of this feature usually appears later as bad reports, hidden manual work, duplicate data, or brittle automation. The risk to watch with Subforms is not only whether the feature works once, but whether it continues to work after layout, permission, field, API, or process changes. Mitigate that by ensuring you document owner, edition dependency, data inputs, downstream reports, and change-control path; make sure you also add an acceptance test and a monitoring or review mechanism. Source anchors: creator_features (https://www.zoho.com/creator/features/).
- Formula fieldsCreator architecture and database modelcreator
Formula fields are computed fields whose value is derived from other record data. They are useful for scores, dates, flags, or derived amounts, but should be tested for null values and reporting performance. The reason it matters in Creator architecture and database model is that it shapes application data modeling, form structure, user access, app lifecycle, and the difference between a quick app and a governed operational system. A mature implementation defines when the feature is used, who owns it, and what evidence proves it is working. For architecture reviews, place Formula fields on the map of data inputs, user actions, automation outputs, and external-system handoffs. The review should document owner, edition dependency, data inputs, downstream reports, and change-control path; it should also add an acceptance test and a monitoring or review mechanism before production promotion. Source anchors: creator_features (https://www.zoho.com/creator/features/).
- Decision boxesCreator architecture and database modelcreator
Decision boxes are Boolean yes/no fields used to capture flags, approvals, completion states, eligibility, or simple choices in Creator forms and workflows. Inside Creator architecture and database model, this feature standardizes application data modeling, form structure, user access, app lifecycle, and the difference between a quick app and a governed operational system. Its value comes from turning an informal business behavior into an explicit part of the Zoho operating model. For adoption, document Decision boxes in the words users use, not only the words administrators use. Train the relevant roles on what changes for them, then document owner, edition dependency, data inputs, downstream reports, and change-control path; additionally, add an acceptance test and a monitoring or review mechanism. Source anchors: creator_features (https://www.zoho.com/creator/features/).