spx

Deploy on spx

In 15 minutes you'll get a deployed NextJS app and dashboard that show user events and backend spans in a connected timeline.

This doesn't exist yet

spx is not built. This is how it would work.

I want to hear from you. What feels useful? What feels irrelevant? How does this compare to the last time you set up observability and analytics?

Email me: a (at) recurse.ml

1. Create an Account

  1. Go to runspx.com
  2. Create an account

2. Install the spx CLI

brew install spx

3. Create a Project

spx start <project-name>
cd <project-name>
claude # or whatever you use to build

Open your coding agent and tell it to build something:

"LinkedIn clone with content that doesn't suck"

4. Go Live

  1. Link the CLI to your account — this opens a browser to authenticate:

    spx link
  2. Push your changes:

    git push

    spx automatically deploys from main.

  3. Access your site and play around with it.

5. See Your First Visit

Open the dashboard at board.runspx.com. You'll see visits, registrations, and error count. Below the metrics, your own test visit is pre-selected as the first session. It contains interaction events and backend spans on a shared timeline.

Dashboard mockup

On this page