Remove Stripe paywall — make search engine publicly free#3
Draft
Remove Stripe paywall — make search engine publicly free#3
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: tscollectiveco-ui <242555151+tscollectiveco-ui@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update visibility settings to make project public
Remove Stripe paywall — make search engine publicly free
Mar 19, 2026
abbieymatthewslol
approved these changes
Mar 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The app had a Stripe-based freemium model (2 free searches, $10 one-time unlock) that gated full access. This removes all payment infrastructure and opens the engine to everyone unconditionally.
Backend (
app.py)stripeimport and all Stripe env config (STRIPE_SECRET_KEY,STRIPE_PRICE_ID,STRIPE_WEBHOOK_SECRET,BASE_URL)_PAYMENTS_DB,_WAITLIST_DB, and their init functions_record_payment,_make_access_token,_check_persistent_access/create-checkout-session,/payment-success,/payment-cancel,/webhook,/admin/grant-access,/api/waitlistflashandstripeimportsFrontend
static/script.js: removedabbiey_access_tokenlocalStorage→cookie sync IIFEtemplates/index.html: removed payment success toast blocktemplates/landing.html: replaced pricing section and waitlist form with free-access messaging; updated nav CTA and hero copytemplates/payment_success.htmlandtemplates/payment_cancel.htmlDependencies
stripe>=7.0fromrequirements.txtWarning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
archive.org/usr/bin/python python -m pytest tests/ -q(dns block)en.wikipedia.org/usr/bin/python python -m pytest tests/ -q(dns block)hn.algolia.com/usr/bin/python python -m pytest tests/ -q(dns block)search.disroot.org/usr/bin/python python -m pytest tests/ -q(dns block)search.marginalia.nu/usr/bin/python python -m pytest tests/ -q(dns block)search.mdosch.de/usr/bin/python python -m pytest tests/ -q(dns block)searx.be/usr/bin/python python -m pytest tests/ -q(dns block)searxng.site/usr/bin/python python -m pytest tests/ -q(dns block)stract.com/usr/bin/python python -m pytest tests/ -q(dns block)www.reddit.com/usr/bin/python python -m pytest tests/ -q(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.