ProductsSecond Agent

Second Agent

Coming soon

The next one in the suite.

A placeholder that exists to prove the shape of this site: a product is one markdown file, and adding it updates the home page, the products index, the navigation and its own page without another line being edited.

01

One file, whole site

This page, its card on the home page, its entry in the nav dropdown and its slot in the footer all come from the file you are reading.

02

Its own colour

The accent on this page is set in frontmatter, so members of the suite look related without looking identical.

03

Its own call to action

Insighter asks for a demo because it is deployed. This one collects interest. A product that ships a binary would show download buttons here instead — same template, different frontmatter.

This is a placeholder

There is no second product yet. This file is here so the suite can be seen as a suite while the second one is being built, and so the machinery that makes a suite possible is visible rather than theoretical.

When there is something real to announce, this file is replaced. Nothing else changes.

What would go here

The long-form body of a product page is plain markdown: what the thing is, the problem it takes on, how it works, and what it deliberately refuses to do. Code blocks are highlighted at build time, so the page still ships no JavaScript:

from refazer import agent

# an agent owns a job end to end, including the parts a demo would skip
agent.run("close the books for October")

Delete this file when the real second product arrives.

Elsewhere in the suite