Documentation menu

Documentation

Dynoxide is a DynamoDB emulator written in Rust and backed by SQLite. It runs as a native binary - no Docker, no JVM - and passes 100% of the DynamoDB conformance suite.

Three ways to use it:

  • HTTP server - drop-in replacement for DynamoDB Local, works with any AWS SDK
  • MCP server - 34 tools for coding agents like Claude Code and Cursor
  • Embedded library - call the Rust API directly, including on iOS

Start with the installation guide or jump straight to the quick start if you've already installed it.

For the full reference - every flag, every option, every edge case - the README on GitHub is the canonical source. These docs are the curated version: enough to get you productive, without the noise.