explaingit

alexpilotto/uxon-ai

Analysis updated 2026-05-18

24Audience · pm founderComplexity · 2/5Setup · easy

TLDR

Public documentation and command playbook that lets developers and AI agents control the hosted UXON platform for landing pages, A/B tests, and conversion tracking.

Mindmap

mindmap
  root((UXON AI))
    What It Does
      Controls landing pages
      Runs AB experiments
      Tracks conversions
    Tech Stack
      MCP
      REST API
      Claude
    Use Cases
      Landing page publishing
      Conversion reporting
      Agency onboarding
    Audience
      Marketers
      Agencies
      AI agents

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Have a Claude agent create and publish a landing page from an AI written brief.

USE CASE 2

Launch a cross-domain A/B test comparing two landing pages or external URLs.

USE CASE 3

Track conversions back to the exact page, variant, and channel that produced them.

USE CASE 4

Pull a CRO performance report through the API for a recurring client check-in.

What is it built with?

MCPREST APIClaudeGoogle Tag Manager

How does it compare?

alexpilotto/uxon-ai0311119/free_registertool18597990650-lab/multi-agent-game
Stars242424
LanguagePythonPython
Setup difficultyeasyhardmoderate
Complexity2/54/53/5
Audiencepm founderdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 30min

Requires a UXON API key from the hosted platform, the repository itself is documentation, not runnable source code.

In plain English

UXON AI is a documentation repository for a hosted marketing platform called UXON, which handles landing pages, split testing, and tracking who converts into a customer after clicking an ad. The actual UXON application runs on its own website and is not open source. What lives in this repository instead is a public playbook of commands, examples, and guides meant to let developers and AI agents like Claude control that hosted platform through an API and a connector protocol called MCP. Through these commands, an agent or developer can create blank landing pages, generate one using an AI written brief, or bring in a page built elsewhere with tools like Claude Code or Cursor, then publish it. They can launch A/B experiments, comparing different versions of a page or even entirely different external URLs to see which converts better, including tests that span more than one domain. Conversions themselves get tracked back to the specific page, variant, and marketing channel that produced them, with support for wiring up Google Tag Manager or a direct Google Analytics and Meta setup. The same commands can adjust a client's saved branding, such as colors, logo, and fonts, and pull back reports on how pages and experiments are performing. The repository organizes its guidance by topic, with separate reference pages for landing pages, experiments, conversion tracking, branding, domains, goals, reports, and contacts, plus a set of runbooks that walk through common sequences such as onboarding a new client or running a weekly optimization check. Every command is sent as a JSON object naming the action and its inputs, either directly to an API endpoint using an API key, or through the MCP connector for Claude. The README gives explicit advice for agents using these commands: look up the correct account and resource identifiers before making changes, send only the minimum needed information, keep any high impact action easy to confirm, and read back a resource after changing it to be sure it worked. This is documentation only, so there is no install step or license for a codebase, since the underlying software is a paid, hosted service rather than something you run yourself.

Copy-paste prompts

Prompt 1
Start first client setup for [company name], website [url], using the UXON onboarding workflow.
Prompt 2
Help me write a curl command to launch an A/B experiment through the UXON API.
Prompt 3
Walk me through setting up conversion tracking with GTM using UXON's tracking commands.
Prompt 4
Explain how UXON's landing_pages.* commands differ from its experiments.* commands.

Frequently asked questions

What is uxon-ai?

Public documentation and command playbook that lets developers and AI agents control the hosted UXON platform for landing pages, A/B tests, and conversion tracking.

How hard is uxon-ai to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is uxon-ai for?

Mainly pm founder.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.