NODYN

Stop explaining your business
to AI. Again.

NODYN is an AI agent that actually remembers — your tools, your data, your processes. It connects to what you already use, learns by working with you, and turns repeated work into automations. No more starting from zero.

npx @nodyn-ai/core
GitHub

Open source. Self-hosted. Your data never leaves your machine.

NODYN Terminal

You: "Pull last month's Google Ads data and compare it to the month before"

NODYN: fetches API → normalizes data → stores in DataStore → generates comparison → stores insights in memory

Next session

You: "How are the campaigns doing?"

NODYN: recalls stored data → compares to latest → highlights changes → suggests actions

Same question, weeks apart. NODYN picks up where you left off — no briefing, no context dump, no copy-paste.

Who is this for?

Solopreneurs

You run ads, track finances, manage ops — and spend half your time copying data between tools instead of growing your business.

Consultants

Same audit, different client, every week. You know the process — you just need something that remembers it too.

Small Teams

No budget for a data analyst, no time to build custom integrations. You need a digital team member that just gets to work.

You already have the tools. You just don't have the time.

NODYN connects what you already use, remembers what you've already explained, and automates what you're tired of repeating.

Persistent Memory

Remembers what matters — across sessions, across projects. No more re-explaining your setup every time you start a conversation.

Structured Data

Stores your KPIs, contacts, and business data in structured collections. Like a spreadsheet your agent actually understands.

Telegram Bot

Send a message from your phone, get results when they're ready. Same agent, same memory — just via Telegram.

Parallel Workers

Splits complex tasks across multiple agents that work simultaneously. Each with its own budget, so costs stay predictable.

Automations

Turn repeated work into scheduled workflows. What you asked manually last month runs automatically this month.

Tool Connections

Connects to your existing tools — APIs, databases, file systems, HTTP services. One interface for everything you already use.

Cost Control

Set budgets per task and per agent. See exactly what each run costs in real time — no surprise invoices at the end of the month.

Your Data, Your Machine

Runs locally with your own API key. No data leaves your infrastructure. No SaaS middleman. You own everything.

From first conversation to running on autopilot

Most AI tools forget you the moment you close the tab. NODYN builds understanding that compounds over time.

01

Explore

Talk to NODYN like you would talk to a new team member. It learns your tools, your data sources, and how things work — just by working with you.

> "Pull our Google Ads performance from last month"
02

Understand

Next week, you don't start from scratch. NODYN remembers what it found, what you decided, and what the numbers looked like. Context compounds over time.

> "How are the campaigns doing?" — picks up from last week
03

Automate

That report you pulled three months in a row? NODYN turns it into a scheduled automation. Monday morning, it's in your inbox.

> /pipeline create monthly-ad-report

Coming next

Proactive

Watches for changes and acts on them. Asks for approval before doing anything sensitive.

Intelligence

Tracks your KPIs over time. Spots trends. Answers questions about data it collected weeks ago.

Up and running in one command

Node.js 22+ and an Anthropic API key — that's it. A setup wizard walks you through the rest.

npx (quickest)

npx @nodyn-ai/core

Git Clone

git clone https://github.com/nodyn-ai/nodyn.git
cd nodyn && npm install
ANTHROPIC_API_KEY=sk-ant-... npm run dev

Docker

docker build -t nodyn .
docker run -it --rm \
  -e ANTHROPIC_API_KEY=sk-ant-... \
  -v ~/.nodyn:/home/nodyn/.nodyn \
  -v nodyn-memory:/app/.nodyn-memory \
  nodyn