Remix.run Logo
▲ Show HN: Radix – Visual UI for agentic programming(radix-os.com)
13 points by 0x1062 2 hours ago | 11 comments

Hey HN, I'm Jordan from Radix.

Radix is a UI tool for programming agents. You prompt your agent to generate a workspace for a task you're working on and get an interactive widget that persists locally on disk.

I built Radix because I always needed tools while I was writing code: tools to test little experiments, to play around with UI, to visualise results etc. Sometimes these would end up as python tools that read and plotted data, or separate React apps spun up just to test a single feature. Lately obviously I've been using Claude artifacts but these are quite limited.

I wanted a system where it was easy to leave comments or adapt an artifact without having to give vague descriptions back to the agent, and where ideally I could actually shift away from a chat window as the main interface.

I've got a pro version of Radix which I will launch soon. This current version is entirely free and is definitely a beta -- there will be rough edges!

Note: There's no telemetry or data captured. Your messages run entirely through your own agent. I require a key but that's just to get an idea of how many people are using it. Everything is stored locally (the workspaces are actually just React apps which you can edit "artisanally" if you want).

If you have any questions please reply here or email me hello@radix-os.com

Thank you!

▲weego 20 minutes ago | parent | next [-]

The landing page looks lovely, but the examples shown have no foundation in my head for what they're doing / showing / helping with.

It's confusing enough that I don't know if this is just way above my knowledge level or whether I just don't understand what it even is.

It feels like you've developed something really useful but it's so internally obvious in your own head that it's missing some steps in the explanation for everyone else on how to come along with you and see the power of it.

▲0x1062 10 minutes ago | parent [-]

Yes ha this is very accurate unfortunately.

I'm actually using Radix right now to brainstorm and update the example on the landing page to be more descriptive.

If it helps: the basic idea is that instead of an agent returning text or markdown we get it to return HTML. We then provide an app which makes working with that HTML actually useful (i.e. a sidebar to list the tools you've built, a way of commenting on the pages it generates).

The most trivial example I can think of is creating a simple colour picker. With Radix you can get an agent to add a colour picker that updates the code directly when you change its value (as explained further in [1]).

[1] https://radix-os.com/notes/hello

▲Topfi an hour ago | parent | prev | next [-]

Is this affiliated with WorkOS and the long going Radix UI component primitives?

▲0x1062 39 minutes ago | parent [-]

Nope, this is an entirely separate product and I have no affiliation with the people who worked on Radix UI, or with WorkOS.

▲kambli7 an hour ago | parent | prev | next [-]

What does the term agentic programming means over here?

▲0x1062 an hour ago | parent [-]

Using agents to write code

▲__MatrixMan__ 4 minutes ago | parent | prev | next [-]

Is there a https://en.wikipedia.org/wiki/Radix_tree somewhere in there?

▲0x1062 3 minutes ago | parent [-]

Haha no sadly not, the name was chosen purely because I like the sound of it.

▲grenoire 25 minutes ago | parent | prev [-]

[flagged]

▲dang a minute ago | parent | next [-]

Can you please make your points thoughtfully and not respond to people's work by ranting at them?

https://news.ycombinator.com/newsguidelines.html

https://news.ycombinator.com/showhn.html

▲0x1062 23 minutes ago | parent | prev [-]

It's an example of an algorithm that can be complex to read in code, but is more approachable when viewed as a diagram -- a perfect case for a tool like this.

Also thank you for your feedback and taking the time to view the landing page at least!