Animus About Us
Behind the scenes.

How Animus is built.

Animus is a small, deliberate piece of software. This page lists the services and tools behind it, what they do, and what we choose not to do. Transparency is part of the contract.

AI services

Two providers do the heavy lifting.

Everything Animus says and sounds like passes through one of two outside services. We chose them deliberately, and we don't share your data with anyone else.

O

OpenAI

Reading what you wrote, finding the right memory for the right question, transcribing what you say.

  • gpt-4o Conversations and the family-side chat.
  • gpt-4o-mini Memory titling, persona overview, auto text-tuning.
  • whisper-1 Transcription when you talk to Animus.
  • text-embedding-3-small Finding the right memory by meaning, not keyword.
E

ElevenLabs

Learning the way you sound, then speaking in your voice when invited family members visit.

  • Instant Voice Cloning Builds and re-trains your voice model from short samples.
  • eleven_multilingual_v2 The text-to-speech model that speaks in your voice.
  • mp3 192kbps Optional higher-quality audio (Creator plan or above).
The stack

Small, boring, on purpose.

Animus is intentionally simple. No databases, no clusters, no analytics SDKs. Files on disk, served by one process.

Server

Node.js + Express 5

One process serves both the website and the API. Sessions live in cookies. Sensitive routes are gated server-side, not client-side.

Front-end

Plain HTML, CSS, JavaScript.

No framework, no build step. What you see in the browser is what's in the file. Easier to read, easier to audit, easier to keep small.

Storage

Files on disk.

Memories, persona settings, conversations, voice samples — each stored as plain JSON or media in a per-user folder. No relational database.

Open-source libraries

Standing on shoulders.

A short list. Each one is open-source and credited where it matters in the codebase.

express ^5 openai ^6 axios ^1 multer ^2 bcrypt ^6 cors ^2 dotenv ^17 nodemailer ^8 form-data
Privacy

What we do, and don't.

A short ledger. The longer story is in the code itself.

What Animus does.

  • Stores everything you write in your own folder, locked to your account.
  • Sends only the text and audio it has to send to OpenAI and ElevenLabs to do their job.
  • Uses a single private link to deliver Animus to each person you invited — no public profiles.
  • Lets you turn off voice and AI learning at any time, instantly.
  • Lets you delete your account permanently, and means it.

What Animus does not.

  • No third-party analytics, no advertising SDKs, no behavior tracking.
  • No selling, sharing, or licensing your memories or voice to anyone.
  • No public search index. No social graph. No discovery feed.
  • No invented words placed in your mouth — Animus answers from what you wrote, or it doesn't answer.

A small site, made carefully, for a quiet thing.

Version 0.1 · Made with care, in 2026.

Begin your Animus ← Back to home