Skip to main content

nexus-examples

Example projects and sample agents — useful to test Nexus without risking a real project.

Contents

nexus-examples/
example-rust-api/
example-react-app/
example-plane-sync/
example-telegram-command/
example-custom-agent/
ExampleDemonstrates
example-rust-apiAn agent implementing a small axum API end-to-end.
example-react-appA frontend agent working in a React/Vite repo.
example-plane-syncInternal board ↔ Plane projection round-trip.
example-telegram-command/nexus create goal ... → drafted tasks.
example-custom-agentAuthoring a new agent + skills from the UI.

Why a separate repo

  • Keeps test fixtures and throwaway code out of the platform repo.
  • Gives new operators a safe sandbox to schedule real runs against.
  • Doubles as living documentation for the agent/skill authoring flow.