Deployment Guide
Environment Requirementsβ
π Get Started with DeploymentDevelopment Environmentβ
- Node.js 18+
- Python 3.9+
- Docker (optional)
Production Environmentβ
- Google Cloud Platform
- Vercel (frontend)
- Cloud Run (backend)
Deployment Stepsβ
Frontend Deploymentβ
- Build the project
npm run build
- Deploy to Vercel
vercel --prod
Ready to integrate with your app?
Get started with our powerful API and SDK. Build amazing presentation features into your own applications.
View API DocsBackend Deploymentβ
- Build Docker image
docker build -t aippt-backend .
- Deploy to Cloud Run
gcloud run deploy aippt-backend
Environment Variables Configurationβ
Frontend Environment Variablesβ
NEXT_PUBLIC_API_URLNEXT_PUBLIC_FIREBASE_CONFIG
Backend Environment Variablesβ
DATABASE_URLDEEPSEEK_API_KEYSTRIPE_SECRET_KEY
Monitoring and Loggingβ
Application Monitoringβ
- Google Cloud Monitoring
- Error tracking and performance monitoring
Log Managementβ
- Structured logging
- Log aggregation and analysis
Ready to integrate with your app?
Get started with our powerful API and SDK. Build amazing presentation features into your own applications.
View API DocsNeed deployment help? Contact our DevOps team for assistance.