Launching today

Eidentic
The TypeScript SDK for AI agents with self-improving memory
26 followers
The TypeScript SDK for AI agents with self-improving memory
26 followers
Open-source (Apache-2.0) TypeScript SDK for AI agents. A four-tier self-improving memory engine plus the production fundamentals built in — durable runs, enforced cost ceilings, evals in CI, GDPR erasure. Runs on Node, Bun, Deno, and the edge.
Products used by Eidentic
Explore the tech stack and tools that power Eidentic. See what products Eidentic uses for development, design, marketing, analytics, and more.
Engineering & Development 5
Engineering & Development 5

DokployOpen-source alternative to Heroku, Vercel, and Netlify.
5.0 (10 reviews)
Dokploy is what we actually deploy eidentic.dev and docs.eidentic.dev on — a self-hostable PaaS that builds our Dockerfiles and runs them on our own box: no vendor lock-in, no per-seat surprises. Git push to deploy, with the control of plain Docker + nginx/Node underneath. For an open-source project that wants to own its infra, it's been ideal.

TursoTurso — SQLite for Production
5.0 (14 reviews)
Turso (libSQL) is the store adapter we hand people for serverless and the edge: pure-JS, no native addon, so it runs where better-sqlite3 can't — Next.js serverless, edge functions, Workers. Eidentic keeps the store swappable, and Turso is our default recommendation the moment you leave a long-lived Node process.

PineconeBuild knowledgeable AI
4.9 (71 reviews)
Same as our model layer: we didn't choose one — Eidentic treats the vector backend as a swappable adapter (pgvector, Qdrant, LanceDB, Pinecone), so you change it with one line, not a rewrite. We include Pinecone as the fully-managed, serverless option for teams who'd rather not run their own vector infra. Pick the backend that fits your stack; the agent code stays the same.

CloudflareThe web performance & security company
5.0 (174 reviews)
Cloudflare runs the edge for both our sites: DNS (with DNSSEC), proxy + TLS, cookieless Web Analytics (no consent banner needed), and the AI-crawler reach that makes our docs citation-eligible. One dashboard for the boring-but-critical layer in front of a self-hosted origin. Reliable, and it stays out of the way.

VercelThe frontend cloud. Creators of Next.js.
5.0 (921 reviews)
For us "Vercel" is two open-source pieces at the heart of Eidentic: the Vercel AI SDK is our model abstraction — every provider plugs in through it, which is exactly what makes Eidentic model-agnostic — and Next.js powers our @eidentic/nextjs handler and our site. The AI SDK's typed tool-calling and unified provider interface saved us from writing an adapter per model. We self-host the rest, but these two we'd reach for again.
LLMs 1
LLMs 1

OpenAIAPIs and tools for building AI products
5.0 (763 reviews)
Also considered:
Honestly we didn't pick one — Eidentic is model-agnostic and runs on all of them through the Vercel AI SDK, so swapping the model never touches your agent code. In practice we default to Claude (claude-sonnet-4-5) for generation and OpenAI's text-embedding-3-small for retrieval, and DeepSeek or any other provider drops in the same way. The whole point is that you choose the model, not the framework.
Claude by Anthropic
DeepSeek