> ## Content Index
> Fetch the complete content index at: https://imknight.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# NocodeWeekly #1 Paid Membership System with Glide
- URL: https://imknight.com/nocodeweekly-1-paid-membership-system-with-glideapp/
- Published: 2020-01-09T04:06:04.000Z
- Updated: 2026-01-03T03:07:57.000Z
- Author: knight
- Tags: NocodeWeekly, Weekly Build, #Glide, #Import 2026-06-10 02:20

I started this challenge to myself to build a nocode prototype weekly, and I start with something I'm familiar with - Glide.

[Create an App from a Google Sheet in Minutes · GlideGlide turns spreadsheets into beautiful, easy-to-use apps, without code. Pick a spreadsheet or start with a template, customize your app, then share it instantly with anyone. Start today for free!![](https://assets.website-files.com/5c1a86d850589562c952a22b/5d80045c0743df3a086ff2cb_favicon-256%20(1).png)Glide![](https://assets.website-files.com/5c1a86d850589562c952a22b/5c883bda91a98e4ab0ffc14a_logo-glide-color.svg)](https://www.glideapps.com/)

I always want to play with the payment part of Glide, so I come out with an idea is to build a Paid Membership prototype using Glide. There are a few challenges for me.

- The prototype is best without gated, which mean it should function without register. I build a role selection dropdown on the first screen; it help the user to simulate as different role; you will see different info on the Membership Tab.
- The Paid feature can't use test API, which means you can only live Stripe account connected. I manage to contact Glide support and access to to a staging Glide site that you can test it with Stripe testing API. I have checked the payment features and have access to records after you make payment.

Give it a try, feel free to clone it and feedback are welcome.

<https://paidmembership.glideapp.io/>