The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Stackapps Suite MCP listing page.
StackApps leads with a free, open-source AI/crawl readiness audit (twelve signals, GitHub-visible). The Stackhouse is a human-moderated public registry for browser-ready indie apps: when live-approved, listings get canonical HTML proof, an embeddable badge, scan results, and Bronze / Silver / Gold tiers (plus a PWA badge) — credibility and citations, not pay-to-list SEO noise. StackApps is discoverability infrastructure; it is not the business tool itself.
For the long-term strategy and product framing, see VISION.md.
Frontend (client/.env.example → copy to client/.env.local):
VITE_FIREBASE_API_KEYVITE_FIREBASE_AUTH_DOMAINVITE_FIREBASE_PROJECT_IDVITE_FIREBASE_STORAGE_BUCKETVITE_FIREBASE_MESSAGING_SENDER_IDVITE_FIREBASE_APP_IDBackend (copy .env.example → .env.local or export in your shell):
FIREBASE_SERVICE_ACCOUNT_KEY (JSON string of a Firebase Admin service account key)GOOGLEAI_API_KEY (Gemini API key)GOOGLE_SAFE_BROWSING_API_KEYNotes:
firestore.rules and client/src/lib/admins.ts (and should be replaced before deploying).GOOGLEAI_API_KEY (some teams name this GEMINI_API_KEY in their own deployments; keep the variable name aligned with code unless you intentionally change it).Build then deploy hosting:
See VISION.md.