1 min read

Deployment Guide

Environment Requirements

Development Environment

  • Node.js 18+
  • Python 3.9+
  • Docker (optional)

Production Environment

  • Google Cloud Platform
  • Vercel (frontend)
  • Cloud Run (backend)

Deployment Steps

Frontend Deployment

  1. Build the project
npm run build
  1. Deploy to Vercel
vercel --prod

Backend Deployment

  1. Build Docker image
docker build -t aippt-backend .
  1. Deploy to Cloud Run
gcloud run deploy aippt-backend

Environment Variables Configuration

Frontend Environment Variables

  • NEXT_PUBLIC_API_URL
  • NEXT_PUBLIC_FIREBASE_CONFIG

Backend Environment Variables

  • DATABASE_URL
  • DEEPSEEK_API_KEY
  • STRIPE_SECRET_KEY

Monitoring and Logging

Application Monitoring

  • Google Cloud Monitoring
  • Error tracking and performance monitoring

Log Management

  • Structured logging
  • Log aggregation and analysis

Need deployment help? Contact our DevOps team for assistance.

准备好创建精美的演示文稿了吗?

立即试用 I Hate PPT,体验 AI 辅助演示文稿创作的强大功能。

立即开始创建
Deployment Guide - I Hate PPT Docs