Interactive demo presentation exploring powerful AI workflows without traditional programming.
This Slidev presentation demonstrates three key AI workflows:
- Creative Production: AI video generation using Veo 3, CapCut, and programmatic tools like Remotion
- Data Processing: Large-scale classification using AI CLIs
- Content Creation: AI-assisted writing and meta-analysis techniques
slides.md- Main presentation contentpublic/- Static assets (images, etc.)package.json- Dependencies and scriptsdist/- Production build output (generated)
Built with Slidev using the the-unnamed theme.
# Install dependencies
pnpm install
# Start dev server
pnpm dev
# Open http://localhost:3030# Build static site
pnpm build
# Preview production build
pnpm preview# Install Vercel CLI
pnpm add -g vercel
# Build and deploy
pnpm build
vercel --prod- Push this repository to GitHub
- Connect your GitHub repo to Vercel
- Use these build settings:
- Build Command:
pnpm build - Output Directory:
dist - Install Command:
pnpm install
- Build Command: