Integration
⚡ Next.js Quick Install
Install Carla widget automatically using our CLI tool for Next.js projects
1. Add your API key to .env
NEXT_PUBLIC_CARLA_API_KEY=your-api-key-here2. Run the installer:
npx @interworky/carla-nextjs installThis automatically:
- ✓ Creates the widget component
- ✓ Adds it to your layout
- ✓ Configures everything for you
3. Restart your dev server:
npm run devPrerequisites:
- • Run from your Next.js project root directory
- • Requires Node.js 18+
- • Supports App Router and Pages Router
Alternative Integration Methods
For other platforms or manual installation
Manual Script Embed
For non-Next.js projects, embed the Carla AI widget using the script tag below:
<script src="" data-api-key=""></script>
WordPress Plugin
For WordPress sites, copy your API Key and paste it in the Interworky WordPress Plugin settings
No API Key Available
Platform-Specific Guides
Browse our platform-specific integration guides below for detailed setup instructions.