# Creating a software business model with Glide

**URL:** https://community.glideapps.com/t/creating-a-software-business-model-with-glide/57768
**Category:** Ask for Help
**Created:** [February 10, 2023, 4:45pm UTC](https://community.glideapps.com/t/creating-a-software-business-model-with-glide/57768 "2023-02-10T16:45:45Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Nick\_C](https://avatars.discourse-cdn.com/v4/letter/n/e68b1a/32.png) [@Nick\_C](https://community.glideapps.com/u/Nick_C)
#### Post date: [February 10, 2023, 4:45pm UTC](https://community.glideapps.com/t/creating-a-software-business-model-with-glide/57768/1 "2023-02-10T16:45:45Z")

</div>

Hi all,

Can Glide really be used to build a SaaS business? As I see it right now, the main issues are:

- Security: Keeping data properly segregated between customers. You can use private users, but then you only get 50 on Pro and 100 on Business plan, so that does not really scale.

- Security: If you want to integrate the app with external services via Zapier (for example), then to bring data back to Glide (right now) you need to use Google Sheets (for example), rather than Glide Tables. Is it really safe to keep mixed client data in one Google Sheet, even if row owners or roles is used?

- Rows per project and updates: For the kind of app I’m thinking of, 25k rows shared between customers just isn’t enough, so scalability isn’t there. Big table may be the solution here, but then it depends on the price per row - my understanding is this would be available on Business and Enterprise plans. Updates - I have not managed (or tried) to work out if 10k or 25k per month would be enough as yet.

Assuming a SaaS type offering with Glide just doesn’t quite make sense yet (TBD), what other business models could be pursued successfully?

- Sell the app as a Glide Template? Do enough people know about Glide, or care enough, to make this viable?

- Sell the app as a white labelled service on a per company basis? I.e. use the template and create an instance per customer (hooking with their Google Sheets / Zapier) and offer custom updates as a service.

Has anyone done either of these options successfully? Am I missing another business model? Examples would be super helpful!

Final thought: Glide is a great product in my experience and I hope in future they have the bandwidth to consider supporting the SaaS use case fully!

Thanks,  
Nick

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [February 10, 2023, 4:52pm UTC](https://community.glideapps.com/t/creating-a-software-business-model-with-glide/57768/2 "2023-02-10T16:52:40Z")

</div>

> [@Nick\_C](#):
>
> If you want to integrate the app with external services via Zapier (for example), then to bring data back to Glide (right now) you need to use Google Sheets (for example), rather than Glide Tables

Glide has an API to access glide tables. You are not forces to rely on google sheets.

[https://www.glideapps.com/docs/reference/data-sources/glide-tables-api](https://www.glideapps.com/docs/reference/data-sources/glide-tables-api)

> [@Nick\_C](#):
>
> I have not managed (or tried) to work out if 10k or 25k per month would be enough as yet

It’s not 10k or 25k rows per month. It’s rows per project. Months do not factor into row count.

---

<div class="post-metadata">

### Author: ![Nick\_C](https://avatars.discourse-cdn.com/v4/letter/n/e68b1a/32.png) [@Nick\_C](https://community.glideapps.com/u/Nick_C)
#### Post date: [February 10, 2023, 4:56pm UTC](https://community.glideapps.com/t/creating-a-software-business-model-with-glide/57768/3 "2023-02-10T16:56:09Z")

</div>

Thanks @Jeff_Hager

> [@Jeff\_Hager](#):
>
> Glide has an API to access glide tables. You are not forces to rely on google sheets.
> 
> [https://www.glideapps.com/docs/reference/data-sources/glide-tables-api](https://www.glideapps.com/docs/reference/data-sources/glide-tables-api)

Good point! As far as I saw this API has not been added as an option in Zapier yet for some reason, but I suppose it’s probably straight forward to add it there or use [make.com](http://make.com) instead.

> [@Jeff\_Hager](#):
>
> It’s not 10k or 25k rows per month. It’s rows per project.

That part was referring to the updates, which I understood is reset each month.

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [February 10, 2023, 5:03pm UTC](https://community.glideapps.com/t/creating-a-software-business-model-with-glide/57768/4 "2023-02-10T17:03:34Z")

</div>

You don’t need a direct integration in Zapier to use the API. APIs can be called from anywhere using anything.

> [@electric\_plug Glide API: Connect any platform to your Glide App!](https://community.glideapps.com/t/glide-api-connect-any-platform-to-your-glide-app/38266/9):
>
> [[How to Use the @glideapps Tables API (Getting Started in 2022)] ](https://www.youtube.com/watch?v=mbtUy6mpbyY)If you are looking for another example, point_uppoint_uppoint_up check out this tutorial! In this video, I share an example of creating a custom integration with the Glide Tables API. You learn how to create a row, update a row, and delete a row. Though there is an API involved, there is little to no code because I am using Zapier to make the API calls. And if APIs scare you… astonishedwearydizzy_faceC…

> [@electric\_plug Glide API: Connect any platform to your Glide App!](https://community.glideapps.com/t/glide-api-connect-any-platform-to-your-glide-app/38266):
>
> [[Glide API: Connect ANY platform to your Glide App!] ](https://www.youtube.com/watch?v=bHidpKeQSAk)In this video, we take a look at Glide’s newest feature—API integration! Imagine every time you receive a new tweet, payment, calendar booking, or file share, new records get added to your Glide app. With Glide’s API, this is possible in a matter of seconds. In this video, I present one example of connecting Calendly with a Glide app, but the possibilities are endless. Note: Glide API is limited to Pro/Enterprise level apps …

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [February 10, 2023, 5:29pm UTC](https://community.glideapps.com/t/creating-a-software-business-model-with-glide/57768/5 "2023-02-10T17:29:50Z")

</div>

> [@Nick\_C](#):
>
> Security: Keeping data properly segregated between customers. You can use private users, but then you only get 50 on Pro and 100 on Business plan, so that does not really scale.

Private Users on its own doesn’t help with data segregation, it just restricts who can sign into your App. To get data segregation you need to use Row Owners (which are free), and for your use case probably Roles as Row Owners (which are not free).

But yes, private user limits would be an issue. For any sort of scale you’d need to be on an Enterprise Plan.

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [February 11, 2023, 2:25am UTC](https://community.glideapps.com/t/creating-a-software-business-model-with-glide/57768/6 "2023-02-11T02:25:07Z")

</div>

Glide has come a long way in the past 2-3 years. Still, this post might give you ideas:

[How to monetize your Glide app or expertise](https://community.glideapps.com/t/creating-premium-access-in-your-app/25232/6)

Your SaaS model idea is point 3. in the list.

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [October 30, 2023, 12:15pm UTC](https://community.glideapps.com/t/creating-a-software-business-model-with-glide/57768/9 "2023-10-30T12:15:32Z")

</div>


