Get from zero to insights in minutes with three easy ways to get Amplitude up and running.
Three ways to get started. Click one to jump to the full setup guide.
Setup wizard CLI
Best for
Developers or anyone comfortable in a terminal
What you get
See setup guide ↓
AI prompt
Best for
Non-developers with codebase access
What you get
See setup guide ↓
Browser snippet
Best for
Anyone, web only
What you get
See setup guide ↓
Setup wizard CLI: Takes about 15 minutes. Best for developers or anyone comfortable in a terminal. This is the recommended option. You get full SDK setup, MCP integration, Slack/Teams integration, and more. Run npx @amplitude/wizard in your terminal.
AI prompt: Takes about 5 minutes. Best for non-developers with codebase access. You get full SDK setup. Copy a pre-built prompt into an AI coding tool like Cursor, Claude Code, or Lovable to install the Amplitude Unified Browser SDK.
Browser snippet: Takes about 2 minutes. Best for anyone, web only. You get a script tag. Paste a snippet into your site's head tag. No build step, dependencies, or codebase access required.
One command takes you from zero to fully instrumented in minutes. The wizard authenticates you with Amplitude through OAuth, auto-detects your framework (18+ supported, including Next.js, React Router, Vue, Django, Flask, React Native, Swift, Android, and Flutter), analyzes your codebase to propose custom tracking events, instruments everything, and verifies your data arrives in Amplitude before it completes.
npx @amplitude/wizard
Where to run it: In your terminal or in Claude Code within your terminal.
Time: ~15 min.
What you get:
Tips:
--menu to manually select your framework instead of relying on auto-detection.tab and chat with the wizard to ask questions and give feedback at any time.Copy this prompt into an AI coding tool to set up the Amplitude Unified Browser SDK. The prompt instructs your AI tool to install the SDK, configure it for your project, and enable the features you select.
Customize your installation by selecting the features and data region for your project.
Click the Key icon to insert your Amplitude API key.
__AI_PROMPT_PLACEHOLDER__
Where to run it: AI coding tools like Cursor, Claude Code, or managed workspaces like Lovable and Bolt.
Time: ~5 min.
What you get:
Tips:
Paste this script tag inside the <head> of your site. You don't need a build step, dependencies, or codebase access.
Customize your installation by selecting the features and data region for your project.
Click the Key icon to insert your Amplitude API key.
<script src="https://cdn.amplitude.com/script/AMPLITUDE_API_KEY.js"></script><script>window.amplitude.add(window.sessionReplay.plugin({sampleRate: 1}));window.amplitude.init('AMPLITUDE_API_KEY', {"fetchRemoteConfig":true,"autocapture":{"attribution":true,"fileDownloads":true,"formInteractions":true,"pageViews":true,"sessions":true,"elementInteractions":true,"networkTracking":true,"webVitals":true,"frustrationInteractions":true}});</script>
Where to run it: Paste into your site's <head> tag.
Time: ~2 min.
What you get:
Tips:
Once data flows into Amplitude, expand your setup:
Amplitude MCP server. Query your analytics data from Claude, Cursor, or any MCP-compatible AI tool. Learn about the Amplitude MCP server.
Claude Code plugin. Install Amplitude as a Claude Code plugin for built-in slash commands.
Inside a Claude Code session:
/plugin install amplitude
Or from your terminal:
claude plugin install amplitude
The plugin includes slash commands like /amplitude:create-chart, /amplitude:create-dashboard, /amplitude:instrument-events, /amplitude:replay-ux-audit, and /amplitude:weekly-brief.
Custom events. Go beyond Autocapture and track events specific to your product. Learn about tracking events.
User identification. Connect anonymous activity to known users. Learn about identifying users.
Group analytics. Analyze behavior at the account or team level. Learn about user groups.
April 12th, 2026
Need help? Contact Support
Visit Amplitude.com
Have a look at the Amplitude Blog
Learn more at Amplitude Academy
© 2026 Amplitude, Inc. All rights reserved. Amplitude is a registered trademark of Amplitude, Inc.