Admin Tools
Quick access to all the services powering MattOden.com
Deployment
Database
Vector Database
AI Services
Email Services
Environment Variables
Make sure these are configured in your .env.local file and Vercel:
- • NEXT_PUBLIC_SUPABASE_URL
- • NEXT_PUBLIC_SUPABASE_ANON_KEY
- • PINECONE_API_KEY
- • PINECONE_ENVIRONMENT
- • PINECONE_INDEX_NAME
- • OPENAI_API_KEY
- • GROQ_API_KEY
- • TOGETHER_AI_API_KEY
- • CEREBRAS_API_KEY
Admin Commands
Reindex Content
npm run index-contentUpdates Pinecone vector database with latest content
Test Retrieval
npm run test-retrievalTests semantic search and RAG retrieval
Deploy to Production
git push origin mainTriggers automatic Vercel deployment