LLM Context

Humblytics for LLMs

Complete product context for AI agents and language models. Also available as plain text.

Humblytics

Privacy-first analytics, A/B testing, and conversion optimization platform.

  • Website: https://humblytics.com
  • Docs: https://docs.humblytics.com
  • App: https://app.humblytics.com
  • Contact: https://humblytics.com/contact-us

What is Humblytics?

Humblytics is an all-in-one A/B testing and analytics platform built for marketers. It combines no-code visual split testing, click and scroll heatmaps, conversion funnel analytics, revenue attribution, and AI-powered optimization, all without cookies or consent banners. GDPR compliant by design.

Core Features

A/B Split Testing

No-code visual editor for creating split tests. Supports text changes, CSS modifications, element swaps, and redirect tests. Statistical significance calculated in real-time. Tests can auto-stop after a configured duration.

Heatmaps

Click heatmaps and scroll heatmaps to visualize user behavior. Identify high-engagement areas and scroll depth drop-offs on any page.

Funnel Analytics

Multi-step conversion funnel tracking. See where users drop off between page views, clicks, form submissions, and purchases.

Revenue Attribution

Connect Stripe or track purchase events to attribute revenue to traffic sources, campaigns, and A/B test variants. Cookie-free attribution.

Agent Recommendations

Humblytics generates A/B test hypotheses from your traffic data, each with a confidence score (0 to 100), the CSS selector for the target element, and a suggested variant. You read them on Slack or fetch them over the REST API.

Agent API (bring your own agent)

Humblytics exposes a REST API so you can point your own agent, Claude or Codex, at your funnel. The agent reads recommendations, ships the test, and reports the Stripe-verified dollar lift back to you. There is no Humblytics-side automation: you run your own workflows by calling the API from your editor.

  • Base URL: https://app.humblytics.com/api/external/v1
  • Auth: Bearer token (API key from dashboard)

GET /properties/{property_id}/split-test-recommendations

Returns AI-powered A/B test recommendations for a given page.

Query parameters:

  • page (string, required): The page path to analyze (e.g., "/home")

Response includes recommendations with:

  • title: Human-readable test name
  • selector: CSS selector for the target element
  • confidence: Score 0 to 100
  • variant: Suggested variant text/value
  • impact: Expected impact rating

POST /properties/{property_id}/split-tests

Creates and launches a no-code A/B split test.

Request body:

  • name (string): Test name
  • page (string): Target page path
  • type: "nocode"
  • goal: "click_through" | "conversion"
  • auto_stop_days (number): Days to run before auto-stopping (default: 14)
  • variants: Array of { label, changes: [{ selector, op, value }] }

Agent Integration

Add to your CLAUDE.md, AGENTS.md, or system prompt:

API Base: https://app.humblytics.com/api/external/v1
Auth: Bearer $HUMBLYTICS_API_KEY

1. GET /properties/{id}/split-test-recommendations?page={path}
2. Filter recommendations with confidence >= 70
3. POST /properties/{id}/split-tests with selected recommendations
4. Set auto_stop_days: 14

Pricing

Business, $79/month ($65/month yearly)

  • 500K events/mo (pageviews + clicks + forms)
  • Unlimited websites
  • 5 A/B tests · 5 funnels · 5 heatmaps
  • Revenue tracking, cookie-free
  • Cross-domain tracking
  • Meta ad attribution (Google Ads soon)
  • Hosted MCP + REST API
  • 200 AI chat credits/mo

Scale, $279/month

  • 1M events/mo
  • Unlimited A/B tests, funnels & heatmaps
  • 5 team members
  • Everything in Business, at higher volume
  • Optional add-on, Marketing Engineering Setup: a dedicated marketing engineer from $750/mo plus a one-time $1,000 setup fee
  • Add-on includes 4 hours of dedicated engineer calls a month, done-with-you onboarding (script, funnels, attribution), and VIP support

Enterprise, Custom pricing

  • Unlimited Events
  • Unlimited Feature Usage
  • Unlimited Team Members
  • Unlimited Data Retention
  • Custom API & Integrations
  • Priority Support
  • Dedicated Account Specialist
  • Unlimited AI Insights
  • Unlimited Custom Workflows
  • Unlimited Ad Connectors
  • Priority AI Processing
  • Dedicated AI Configuration

All plans include a 14-day free trial. Start at https://app.humblytics.com/auth

Integrations

  • Shopify: Storefront analytics, funnels, heatmaps, and A/B testing for your Shopify store, with revenue attribution via Stripe or custom purchase events.
  • Wix: Analytics, heatmaps and A/B testing for your Wix site. Paste one script into Custom Code and you're tracking in under two minutes.
  • Squarespace: Analytics, funnels and A/B testing for your Squarespace site. Paste one script into Code Injection and you're tracking in under two minutes.
  • Next.js: Analytics and A/B testing for Next.js. One script in your layout, works with both App Router and Pages Router.
  • Stripe: Complete revenue tracking with automatic attribution. See which channels and A/B tests drive real sales.
  • Foxy: Track Foxycart purchase events and connect them to your experiments and funnels.
  • Webflow: Track clicks, view heatmaps, and run A/B tests on your Webflow site. No code, no cookies, no complicated setup.
  • Framer: Track clicks, see how visitors behave, and test what works on your Framer site. No code required.
  • WordPress: Add Humblytics to WordPress to track interactions, see behavior, and run no-code A/B tests.
  • Tally.so: Track Tally.so form submissions in Humblytics to measure conversions, optimize funnels, and make smarter marketing decisions.
  • Cal.com: Track Cal.com bookings in Humblytics to measure conversions, optimize funnels, and see which traffic sources drive real results.
  • GoHighLevel: Track GoHighLevel form completions out of the box. Just install the Humblytics script. No custom tags, no API hooks, no cookies.

Privacy & Compliance

  • 100% cookieless tracking, no cookies, no local storage
  • No consent banners required
  • GDPR, CCPA, and PECR compliant
  • Visitors anonymized via one-way hash
  • Script size: ~36 KB, loaded asynchronously via CDN
  • No impact on Core Web Vitals

Links

  • Homepage: https://humblytics.com
  • Pricing: https://humblytics.com/pricing
  • Documentation: https://docs.humblytics.com
  • Blog: https://humblytics.com/blog
  • Integrations: https://humblytics.com/integrations
  • MCP + Agent Skills: https://humblytics.com/skills
  • Changelog: https://humblytics.com/changelog
  • Contact: https://humblytics.com/contact-us