Skip to main content

Agentic funnels basics

~15 minutes · Intermediate

How to involve an AI coding agent in your FunnelFizz setup — both for initial configuration and for writing tracking code into your app.

Who this is for

  • You use Claude Code, Cursor, ChatGPT, Copilot, or another AI coding agent.
  • You want to hand off as much grunt work as possible and focus on the strategy.

The setup flow (outline)

1. Point your agent at the skill bundle

Paste this into your agent:

Read https://docs.funnelfizz.com/skill.md and follow it to set up FunnelFizz for this project.

The agent reads the bundle, asks you for any credentials it needs (Stripe key, your FunnelFizz API token), and runs through signup + tracking install + Stripe connect + domain verification automatically.

See AI agents → Hand it to your agent for the full script.

2. Have the agent add tracking to your codebase

Add FunnelFizz tracking to this app:
1. Install the script in the root layout's <head>.
2. On every page, fire a pageview event.
3. After successful signup, call funnelfizz('identify', { userId, email }).
4. On pricing page CTA click, fire event 'pricing_cta_clicked'.

Your agent will wire these into your framework's conventions (Next.js Router events, React context, whatever applies).

3. Have the agent write your custom events

Look at the app flows we have and add a `funnelfizz('event', ...)` call at each milestone:
- signup complete
- first project created
- first 3 projects (activation signal)
- first export / first publish

Your agent will look at the codebase and instrument the right spots.

4. Agentic traffic — is your agent bringing users?

An emerging category of traffic is "my AI agent recommended this tool." FunnelFizz's channel categorizer detects chatgpt.com, claude.ai, perplexity.ai, gemini.google.com, and copilot.microsoft.com as the ai_llm channel.

Split your funnel by channel = ai_llm to see how much traffic is coming from AI tools specifically — often a surprisingly good source for SaaS.


Full write-up coming soon.

Related: