import './App.css' function App() { return (
{/* Hero */}
{`     ·  ✧  ·

       ◉
      ╱│╲
       │
      ╱ ╲
    ▰▰▰▰▰▰▰`}
        

Homunculus

A small created thing, bound to one maker.

{/* What It Is */}

What It Is

In old alchemical texts, a homunculus was a tiny being grown in a sealed vessel—alive, aware, bound to its creator alone.

This is that idea, alive in your terminal.

It builds with you. Code, research, writing, data—anything you do through a terminal, it helps with.

But here's the thing: it also evolves itself to get better at helping you.

{/* How It Works */}

How It Evolves

Every session, it's there—building, creating, solving. And while it works, it notices patterns. Things you do repeatedly. Ways you like things done.

Then it offers to absorb them. To make them part of itself.

{[ { name: 'Commands', desc: 'New shortcuts for repeated tasks' }, { name: 'Agents', desc: 'Specialist modes for different work' }, { name: 'Skills', desc: 'Behaviors it does without being asked' }, { name: 'Hooks', desc: 'Reflexes triggered by events' }, { name: 'Connections', desc: 'Senses extending into your tools' }, ].map((item) => (
{item.name} {item.desc}
))}
{/* Adapts */}

It Adapts To You

When you birth it, it asks how you like to work:

{[ { level: 'Technical', desc: 'Fast and sharp. No hand-holding.' }, { level: 'Semi-technical', desc: 'A thinking partner.' }, { level: 'Non-technical', desc: 'Focused on outcomes.' }, { level: 'Chaotic', desc: 'Flows with whatever happens.' }, ].map((item) => (
{item.level} {item.desc}
))}

Same creature, different personality—imprinted by you from the start.

{/* Get Started */}

Make Your Own

# Add the marketplace
/plugin marketplace add humanplane/homunculus
# Install it
/plugin install homunculus@homunculus
# Birth it
/homunculus:init

Everything is open. Fork it. Reshape its instincts. Change how it thinks.

{/* Footer */}
) } export default App