CS Tropicalia

Customer Success

  • Dashboard
  • Projects
  • Settings
🌴Powered by Tropicalia

Settings

Configure your Tropicalia integration and deployment

Environment Variables

Security: Configure these in your .env file locally and in your Vercel project settings for production. Never expose secret keys client-side.

TROPICALIA_API_KEYsecret
TROPICALIA_API_KEY=your_api_key_here

Never commit this to git. Get it at tropicalia.dev.

TROPICALIA_BASE_URL
TROPICALIA_BASE_URL=https://api.tropicalia.dev

Base URL for the Tropicalia API.

NEXT_PUBLIC_APP_URL
NEXT_PUBLIC_APP_URL=https://your-app.vercel.app

Your deployed app URL — used in embed code generation.

Get your API key at tropicalia.dev

Vercel Deployment

  1. 1Push your code to GitHub
  2. 2Import the repository on vercel.com
  3. 3Add environment variables in Project → Settings → Environment Variables
  4. 4Deploy — Vercel will run npm install && next build automatically

Widget config storage: On Vercel the filesystem is read-only. To persist widget configurations, add a Vercel KV or Upstash Redis database and update src/app/api/widget-config/[projectId]/route.ts.

Documentation

  • Tropicalia Getting Started
  • Tropicalia API Reference
  • Next.js 15 Docs