feat: production product catalog, Stripe sync, Drive config, env template#35
Draft
feat: production product catalog, Stripe sync, Drive config, env template#35
Conversation
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…g, and env template Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
…in config Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Collect production level products and Stripe keys
feat: production product catalog, Stripe sync, Drive config, env template
Feb 28, 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.
Adds the production product catalog, Stripe integration plumbing, Google Drive configuration, and a centralized env/config layer so keys and products are accounted for and ready to sync.
Product catalog (
config/products.js)All 11 BlackRoad portals defined with tier classification and Stripe-ready metadata:
Config layer (
config/index.js+.env.example)Centralized loader for all production secrets — Stripe (
sk,pk,whsec), Google Drive (OAuth client + folder), DB, S3, JWT, LLM. Startup warns on missing keys.API endpoints (
server_full.js)GET /api/products[?tier=pro&active=true]— list/filter catalogGET /api/products/:id— single product lookupPOST /api/stripe/products/sync— upsert catalog to Stripe (searches byblackroad_idmetadata before creating)GET /api/drive/status— Drive config checkGET /api/config/status— production readiness: lists missing env keysDeps
stripe@^14.11.0(scanned, no advisories)package-lock.jsonto.gitignore(pnpm workspace)Original prompt
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.