Radial app

Getting started

Radial is a visual editor for marketing-site codebases. Open a real repo (Next.js, Astro, or plain HTML), see it running live, and click text, links, or images to edit them. Changes are written back to the actual source code, and the site stays as plain code in your own GitHub repo. No platform lock-in.

Requirements

Install

One terminal command installs the app and starts the setup assistant; see Install & setup:

curl -fsSL https://radial.to/install | sh

Or download the app free from radial.to/download (macOS, Apple Silicon; signed and notarized). Open the DMG and drag Radial to Applications, like any Mac app. The free plan is the full product with up to 3 sites open at a time; see Plans & licensing.

Radial keeps itself current: updates download in the background and a small Restart to update pill appears when one is ready. Radial → Check for Updates… checks on demand.

Open your first project

The launcher offers three ways in:

On first open Radial runs npm install automatically, starts the project's dev server, and shows the live site in the preview. From there, press T and click any text to edit it, or S and click any element to hand it to the agent.

Next steps