TypeScript SDK + MemorySync
The official MemorySync TypeScript/Node.js SDK for edge and serverless environments.
Overview
A lightweight, edge-compatible TypeScript SDK for integrating MemorySync into Next.js, Cloudflare Workers, and Node.js backends.
Capabilities
- 100% Type-safe
- Edge-compatible
- Built-in retry logic
- Zero-dependency core
Quick Start
import { MemorySyncClient } from "memorysync-sdk";const client = new MemorySyncClient({ apiKey: process.env.MEMORYSYNC_KEY!, baseUrl: "https://api.memorysync.io" });const context = await client.query({ query: "company policies", k: 5 });
Use Cases
Next.js AI applications
Serverless workers
Edge-deployed RAG
Explore More
Built for production AI systems
Build AI systems that remember
MemorySync provides the infrastructure layer for persistent memory, adaptive retrieval, and enterprise AI intelligence.
Start free. No credit card required.