# How do I create a SaaS product using Glide?

**URL:** https://community.glideapps.com/t/how-do-i-create-a-saas-product-using-glide/49706
**Category:** Ask for Help
**Created:** [September 20, 2022, 9:21am UTC](https://community.glideapps.com/t/how-do-i-create-a-saas-product-using-glide/49706 "2022-09-20T09:21:43Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![M\_K](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/m_k/32/41284_2.png) [@M\_K](https://community.glideapps.com/u/M_K)
#### Post date: [September 20, 2022, 9:21am UTC](https://community.glideapps.com/t/how-do-i-create-a-saas-product-using-glide/49706/1 "2022-09-20T09:21:43Z")

</div>

I’ve been looking everywhere on Glide for some guidance on building a SaaS product using Glide, but have been unable to find it.

For context, I’d like to build a B2B service that allows Office Managers to track employee office attendance.

It would be billed per employee per month, and the Office Manager (who’s the only person that would need log in access) would be able to decrease and increase the number of users as required.

Thanks! 😀

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [September 20, 2022, 9:28am UTC](https://community.glideapps.com/t/how-do-i-create-a-saas-product-using-glide/49706/2 "2022-09-20T09:28:04Z")

</div>

you can use Glide as a UI for the Google web app, and script all these functions

---

<div class="post-metadata">

### Author: ![M\_K](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/m_k/32/41284_2.png) [@M\_K](https://community.glideapps.com/u/M_K)
#### Post date: [September 20, 2022, 9:29am UTC](https://community.glideapps.com/t/how-do-i-create-a-saas-product-using-glide/49706/3 "2022-09-20T09:29:21Z")

</div>

Hey @Uzo, thank you for replying!

Can you share more detail on what you mean by that, please?

If there are any examples, that would be super helpful too!

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [September 20, 2022, 9:30am UTC](https://community.glideapps.com/t/how-do-i-create-a-saas-product-using-glide/49706/4 "2022-09-20T09:30:33Z")

</div>

unfortunately, I can’t share my client’s apps… and is not easy to build a sample.

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [September 20, 2022, 9:32am UTC](https://community.glideapps.com/t/how-do-i-create-a-saas-product-using-glide/49706/5 "2022-09-20T09:32:42Z")

</div>

Glide itself does not have that functions… but Glide is the best platform out there to handle UI for it

---

<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: [September 20, 2022, 9:51am UTC](https://community.glideapps.com/t/how-do-i-create-a-saas-product-using-glide/49706/6 "2022-09-20T09:51:45Z")

</div>

I think there are two questions in your request: one about building an attendance app, the other about monetizing your app by using a SaaS business model.

**Building an attendance app**  
An attendance app is a nice use case for Glide. You could use Google Sheets as a data source as Uzo suggested. Glide Tables, Airtable or Excel would be other possible data sources. Which you choose is a matter of personal preference, of performance (Glide Tables is excellent), of the need for certain features that maybe only an external source might provide. Google Sheets for example might be a good choice if you are proficient in Apps Script, Airtable might be a good choice to leverage the native automations of Airtable, Glide Tables would be a good choice for overall performance and simplicity.

**SaaS business model**  
Natively in Glide, there is no system where you the builder could build an app and sell it against monthly recurring revenue. Other ideas however: build and sell a template, sell a one-time build for a client, sell ongoing maintenance for a client.

The following thread is old and some of the ideas are now out of date, but maybe it will give you ideas.

[How to monetize Glide](https://community.glideapps.com/t/how-to-monetize-glideapp/16290/3)

---

<div class="post-metadata">

### Author: ![M\_K](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/m_k/32/41284_2.png) [@M\_K](https://community.glideapps.com/u/M_K)
#### Post date: [September 21, 2022, 3:05am UTC](https://community.glideapps.com/t/how-do-i-create-a-saas-product-using-glide/49706/7 "2022-09-21T03:05:37Z")

</div>

Thank you for taking the time to respond, Nathan!

I’m intrigued by using Google Sheets with App Script, do you have any educational resources for it that you’d recommend?

---

<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: [September 21, 2022, 6:07am UTC](https://community.glideapps.com/t/how-do-i-create-a-saas-product-using-glide/49706/8 "2022-09-21T06:07:54Z")

</div>

I don’t know Apps Script at all 🙏

Maybe @Uzo can recommend a YouTube channel or some other resource for you to learn?

---

<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: [September 2, 2025, 12:03pm UTC](https://community.glideapps.com/t/how-do-i-create-a-saas-product-using-glide/49706/9 "2025-09-02T12:03:23Z")

</div>


