Back to Home
forgequant icon

context8-landing

Verified Safe

by forgequant

Overview

A modern, terminal-aesthetic landing page for Context8, offering crypto market intelligence to AI assistants via MCP integration, with user authentication, subscription management, crypto payments, and daily market reports.

Installation

Run Command
npm run dev

Environment Variables

  • VITE_SUPABASE_URL
  • VITE_SUPABASE_ANON_KEY
  • VITE_CHATKIT_WORKFLOW_ID
  • SUPABASE_URL
  • SUPABASE_SERVICE_ROLE_KEY
  • OPENAI_API_KEY
  • CONTEXT8_API_KEY
  • CHATKIT_WORKFLOW_ID
  • TELEGRAM_BOT_TOKEN
  • TELEGRAM_ADMIN_SECRET
  • WEBHOOK_SECRET

Security Notes

The project demonstrates robust security practices: secrets are securely managed via Supabase Edge Function environment variables and not exposed client-side. Client-side code exclusively uses public Supabase API keys. Public crypto wallet addresses are hardcoded for receiving payments, which is acceptable for their function, but private keys are correctly kept off-chain. API key management is implemented with hashing and prefixing, and Supabase Row Level Security (RLS) is enabled and configured for data protection. Webhooks are secured with `WEBHOOK_SECRET`. No 'eval' or intentional obfuscation was observed. A minor consideration is ensuring the hardcoded wallet addresses are indeed updated for production, and the reliance on an external `context8.fastmcp.app` MCP server means its security is a dependency.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens4000
Stars0
Forks0
Last Update2025-12-24

Tags

CryptoAIMCPReal-time DataAnalyticsPaymentsDashboardReactSupabase