A Feature List Will Not Tell You Whether You Need Zoho Creator

Zoho Creator is Zoho’s low-code application for building custom business apps, and most of what has been written about it amounts to a walk through its feature list. A feature list settles very little, because the useful question is whether the handful of things Zoho Creator offers that cannot be bought off the shelf are things your business needs.

Zoho Creator is certainly cheaper than commissioning developers to build an app from the ground up, which is how it tends to be sold, but cost is a poor reason to choose it. The better reason is that it makes possible a few things that packaged software does not provide at any price, and the most important of these is the client portal, in which every person who logs in sees their own records and nobody else’s. Although that sounds minor, both of the projects described below depended on it.

This guide covers how Zoho Creator works, two apps we built with it, what it costs in 2026, how it compares with Zoho Forms and with building from scratch, and the point at which it makes sense to get help.

How Zoho Creator Works

The principle of Zoho Creator is that the app is built to fit the way you already work, rather than the way a software vendor imagined you might. An app is assembled from forms, records, automation rules, reports, and client portals, and most of the assembly is done by dragging and dropping rather than by writing code. Where the builder cannot express a piece of logic, Zoho provides a scripting language called Deluge, though a good many apps never need it. Zoho Creator is also included in Zoho One, which means that a business already paying for Zoho One can build internal apps at no further cost.

What Zoho Creator Is Good For

Each of the two apps described below does something that no off-the-shelf product could have done, and that is the test we apply when deciding whether Zoho Creator is the right choice for a job.

A gated assessment portal for an advisory firm

A business advisory and restructuring firm sells a series of assessments to its clients. A client begins with a short check on the general health of the business and then works through deeper assessments covering leadership, sales, and finance, in an order that the firm fixes, so that the deeper assessments are not available until the first has been completed.

When a client pays, the app carries out the whole intake on its own, saving the client’s details, creating a record in the CRM, releasing the first assessment, and sending the booking and follow-up emails without any member of staff being involved. The assessments then open one at a time, and the second remains locked until the first has been submitted, even if an administrator assigns it early. A client who stops halfway can return later to the same place, every answer is captured on the same 1 to 10 scale so that the results can be scored consistently, and once an assessment has been submitted the client can no longer edit it.

The firm had run this on Zoho Forms and had outgrown it, since Forms, although well suited to simple data capture, has no way of locking steps, saving a half-finished response, or keeping one client’s data apart from another’s. What changed for the firm was its own administrative load, in that no member of staff now sets up each client by hand or chases a half-finished assessment; the app manages the order and the reminders, and the answers arrive ready to be scored.

A client project portal for a field-services contractor

An electrical and telecoms contractor carries out installation and coverage work with its own crews, and wanted its clients to be able to request jobs and follow their progress without the long chains of email that had grown up around the work.

In the app we built, clients sign themselves up, an administrator approves each one, and from that point a client sees only the projects belonging to their own company. A client can request a project, check its status, upload files, and add comments, while the administrators manage the financial side through budget lines carrying quantity, unit price, tax, and totals, together with change requests that appear in the budget as pending until the client accepts or rejects them, at which point the app records the decision with the time and date. Some of the quieter details have proved just as useful, such as the ability to mark a comment as internal so that the client never sees it, to archive finished projects so that the working list stays short, and to have the right people notified by email when something changes.

An app of this kind cannot be bought, because it is shaped around the way this one contractor works rather than the way a vendor guessed a contractor might work. The practical change for the firm was that a job no longer lived in email, since a single record now holds the request, the files, the budget, and every approval, together with a dated account of who agreed to what, and nothing depends any longer on somebody finding the right email thread.

When Zoho Creator Is the Right Call

The two builds have one thing in common, which is that each client sees only their own data while the app performs work that used to sit in somebody’s inbox. That is what Zoho Creator is good at, and in our experience there are three situations in which it earns its place.

The first is when off-the-shelf software almost fits but not quite, so that every product you try covers most of the job and then forces a clumsy workaround on the part that matters most. If that part is central to how you work, building it will cost less than years of working around the gap.

The second arises when a fully custom build would be too slow or too expensive for the job at hand. The database, the logins, the security, and the hosting already exist in Zoho Creator, so you build only the part that belongs to you, which in a from-scratch build is where most of the time and money would have gone.

The third applies when you want the app to talk to your other Zoho products, since a Zoho Creator app connects to Zoho CRM, Zoho Books, and the rest of Zoho One without any middleware. The advisory build described above shows this in practice, with payment, CRM, bookings, and file storage running as one connected chain.

When Not to Use Zoho Creator

If a ready-made product already does the job well, the sensible course is to use the product. There is no reason to build an invoicing app when good accounting software exists, or to rebuild a CRM in Zoho Creator when Zoho CRM already does the work better, because Zoho Creator is intended for the gaps that nothing on the market fills, and reaching for it anywhere else leaves you maintaining an app that you could simply have rented.

What to Keep in Mind

Zoho Creator suits a great many jobs, but it has boundaries that are better known before a project starts than after.

Screen design has limits. The appearance of the screens is more limited than in a fully custom build, since you are working with Zoho’s building blocks, which produce clean and usable screens without giving pixel-level control over every element. That is acceptable for most business apps, but it makes Zoho Creator the wrong app for a polished consumer product.

Very large apps can outgrow it. Zoho Creator serves small and mid-sized businesses well, but an app holding millions of records under heavy daily load may meet limits that a from-scratch build would not.

A Zoho Creator app ties you to Zoho. The app lives inside Zoho, and moving it elsewhere later would mean a rebuild rather than a transfer. For most teams already committed to Zoho that is a fair exchange, provided it is entered into knowingly.

Deluge-heavy apps need an owner. An app that carries a great deal of Deluge needs continuing care, since the more custom code an app contains, the more it depends on an owner who keeps it in order, and a complex app that goes without one becomes hard to change later.

Zoho Creator vs Zoho Forms vs Building from Scratch

This is the comparison most businesses are weighing when they arrive at Zoho Creator, so it deserves to be drawn clearly. Forms collects data, in the sense that somebody completes a form and the answer lands in a record, and for surveys, sign-ups, and simple requests it is quick to set up and entirely adequate, as our Zoho Forms review covers in detail. Zoho Creator builds an app around the data, adding logins, per-user access, the saving and resuming of half-finished work, and steps that open in a set order. Building from scratch buys total freedom at the cost of writing, hosting, and maintaining everything yourself.

Zoho Creator Zoho Forms Building from scratch
Starting price (paid) $8/user/month (annual) $10/month (annual) Developer time, typically tens of thousands
Free tier Yes (1 app, 5,000 records) Yes (1 user, 3 forms, 500 submissions/month) No
What you get A working app with database, logins, and hosting provided Forms that feed records Whatever you build
Client logins with per-user records Yes, through portals No Yes, if you build it
Save and resume half-finished work Yes No Yes, if you build it
Steps that open in a set order Yes No Yes, if you build it
Connects to Zoho CRM Yes, without middleware Yes, via CRM form type Via API work
Custom code Deluge where needed No Everything is code
Time to launch Weeks Hours Months

The advisory build described earlier is itself the move from the middle column to the first, since it began life as a Forms setup and outgrew it at the moment it needed locked steps and one client’s data kept apart from another’s. Forms will serve for as long as capturing answers is all you need, and the job passes to Zoho Creator once people must log in, see only their own records, or work through steps in a fixed order. Building from scratch is justified only when your needs go beyond what Zoho Creator can do, which for small and mid-sized businesses is rare.

Zoho Creator Pricing (2026)

Zoho Creator is priced per user per month, across three paid plans and one free plan, and Zoho also quotes a custom Flex plan for requirements that fit none of the three. All prices below are billed annually, and monthly billing costs more.

Plan Annual (per user/month) Monthly (per user/month) Best for
Standard $8 $12 One app, internal use, the basics
Professional $20 $30 Unlimited apps and higher limits
Enterprise $25 $37 Larger builds, analytics, more automation

Two details catch people out. The first is that the Standard plan allows only one application, so a business planning more than one build will need Professional regardless of anything else. The second is the cost of portal users, since every paid plan includes only three of them, and beyond that the outside people who log into a portal are billed through an add-on that starts at roughly $100 a month for a block of 250 users. Your own staff use ordinary licences, and it is the portal add-on that people most often fail to budget for, so it should be worked out before the build rather than discovered after it.

For businesses on Zoho One, Zoho Creator is included for internal apps and comes with three portal users for the organisation, so a real client portal will still need the portal add-on on top. A caution applies to all of these numbers, which is that Zoho changes its prices fairly often, charges different rates by country, and adds local taxes such as VAT or GST on top, so although the figures here were right in mid 2026, the table should be treated as a guide rather than as a settled quotation. Verify current pricing at zoho.com/creator/pricing.html before any budget is fixed.

Common Zoho Creator Mistakes

Building too much too soon. The first version of an app should do one job well, because a first version crammed with every feature becomes something nobody finishes. It is better to start small, let people use it, and add the rest once experience shows what is missing.

Having no plan for who owns it. An app is not finished on the day it launches, since somebody must fix problems, add a field when circumstances change, and keep the whole thing in order. An app without an owner drifts, and a drifting app loses the team’s confidence quickly.

Treating a client portal as a small matter. From the moment real client data or real money passes through a portal, the access rules stop being optional, and they should be tested until it is proved that one client cannot see another’s records before a single real user logs in. A mistake here costs the client relationship rather than an afternoon’s work.

Making big changes with no safe place to test them. If an app is doing real work, a live automation should not be rewritten on a Friday in the hope that all will be well. Zoho Creator provides developer environments, which are isolated copies of an app for testing changes without disturbing the live version, and they exist for exactly this situation.

Should You Build It Yourself or Get Help?

A good deal of Zoho Creator work is perfectly suitable for doing yourself. Simple apps with a few fields, basic automation, and internal use only are within the reach of anyone willing to sit with the builder for a day, and Zoho’s documentation covers most of what such apps need.

Help is worth paying for when the build carries real risk or goes beyond the basics, which in practice means client portals with strict per-client access, payment and CRM connections of the kind the advisory build required, Deluge scripting, or data brought across from another system. One wrong setting in any of these areas causes a genuine problem, and a person who has done the work before will save you weeks.

There is one further reason to get help, which is that an app decays when nobody on the team has time to own it. An app built with care and handed over with proper training will last for years, whereas one assembled in spare half-hours will not.

Working with a Zoho Partner

The two apps described above were built by Delveio, and the way in which each project was run is representative of our Zoho Creator work in general, since the scoping that precedes development normally takes up more of our time than the development itself.

During scoping we meet the people who will use the app and record, over the course of several sessions, how the work is handled at present. The design decisions mentioned earlier in this guide were settled at that stage. The steps of the assessment portal were placed in a set order after the advisory firm had explained that its assessments are only ever sold in that order, and the dated approvals in the contractor’s portal were introduced when it emerged that decisions had been going missing in long email chains.

Once the scoping is complete, development proceeds to the forms, the reports, the automation rules, whatever Deluge scripting is required where the drag-and-drop builder reaches its limit, the connections to the client’s CRM and accounting software, and the access rules that keep the records of each portal user separate from those of every other. The project closes with written documentation and the training of the client’s staff, after which the app can be administered without further reference to us.

Delveio Consulting works across the full Zoho product line, including Zoho CRM, Zoho One and Zoho Books, so a Zoho Creator build can sit alongside your CRM, accounting, and email in one connected setup. Our Zoho Creator services page describes the work in more detail, and more of our projects can be seen on the case studies page.

Where Zoho Creator Is Heading

Zoho has been folding more of its wider product line into Zoho Creator, so that the paid plans now include custom and ready-to-use AI models with a monthly allowance of AI calls, and the Enterprise plan bundles integration flows powered by Zoho Flow, business intelligence powered by Zoho Analytics, robotic automation of desktop tasks, and application testing through Zoho QEngine. The direction is towards Zoho Creator serving as the place where a business assembles all of these pieces, which is worth knowing if you are choosing a low-code product to build on for the next several years.

Frequently Asked Questions

Is Zoho Creator included in Zoho One?

Zoho Creator is included in Zoho One, so a business already paying for Zoho One can build internal apps at no extra cost. Zoho One includes three portal users for the organisation, so a real client portal will still need the portal add-on, which is best checked before anything is built for clients.

Can external clients log into a Zoho Creator app?

External clients can log in through a client portal, in which each user sees only their own records. Every paid plan includes three portal users, and larger numbers are bought through an add-on that is billed separately from your own team’s licences.

How many portal users are included?

Every paid Zoho Creator plan, and Zoho One, includes three portal users. Beyond that, portal users are bought in blocks through an add-on that starts at roughly $100 a month for 250 users, which is the figure most people fail to budget for when planning a client portal.

Do I need to know how to code to use Zoho Creator?

For most apps there is no need, since the drag-and-drop builder handles forms, automation rules, and reports. Deluge, Zoho’s scripting language, is only required for logic that the builder cannot manage on its own.

How much does Zoho Creator cost?

There are three paid plans, billed per user per month, with Standard at $8, Professional at $20, and Enterprise at $25 when billed yearly, and monthly billing costs more. A free plan is also available, portal users beyond the first three are charged through an add-on, and Zoho’s pricing page carries the current rates.

When should I use Zoho Creator instead of Zoho Forms?

Forms is intended for simple data capture, and the move to Zoho Creator makes sense when you need logins and access control, the saving and resuming of half-finished work, steps that open in a set order, or an app that keeps working with the data after it has been collected.

Is Zoho Creator better than building from scratch?

For most small and mid-sized businesses it is, on both cost and speed, because Zoho Creator already provides the database, the logins, the security, and the hosting, leaving you to build only the part that belongs to you. Building from scratch is justified only when your needs go beyond what Zoho Creator can do.

Book a call with Delveio Consulting and we will tell you plainly whether Zoho Creator is the correct app for your situation or whether something off the shelf would serve you better.