Skip to content

Commit a67d89a

Browse files
docs(readme): add website & docs funnel to nimroboai.com (#89)
The repo had no links to the project website anywhere — add a header link line and a "Learn more" section pointing to nimroboai.com, /docs/outcome, and /docs/reward so readers can find the website/docs. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 77fc14e commit a67d89a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

‎README.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
[![Node.js](https://img.shields.io/node/v/@nimrobo/superdense)](https://www.npmjs.com/package/@nimrobo/superdense)
66
[![License](https://img.shields.io/npm/l/@nimrobo/superdense)](./LICENSE)
77

8+
**Website & docs: [nimroboai.com](https://nimroboai.com)** · [npm](https://www.npmjs.com/package/@nimrobo/superdense)
9+
810
**Make your agents loop on a real-world goal and keep getting better at hitting it, every run.**
911

1012
Define the goal in a folder, and your agents run an outcome loop toward it: remember what already worked, ship the next move, measure how it landed. Superdense is the layer that powers it: it ships the skills, feeds each run the evidence of what worked, and keeps the record of every outcome. No cloud.
@@ -124,6 +126,12 @@ Packages:
124126
- `packages/server` — Fastify server serving the JSON API and static web UI.
125127
- `packages/web` — React UI.
126128

129+
## Learn more
130+
131+
- **[nimroboai.com](https://nimroboai.com)** — the outcome-loop concept, the reward layer, and worked examples.
132+
- **[Outcome packs](https://nimroboai.com/docs/outcome)** — ready-made goal playbooks you can drop into a folder.
133+
- **[Reward connectors](https://nimroboai.com/docs/reward)** — wiring real-world outcomes (GitHub, analytics, npm) back into each run.
134+
127135
## License
128136

129137
Apache-2.0. See [LICENSE](./LICENSE).

0 commit comments

Comments
 (0)