Technical documentation for the SignedShot media authenticity protocol.
Built with Docusaurus.
- Node.js 18+
- npm or yarn
# Install dependencies
npm install
# Start development server
npm run startThe docs will be available at http://localhost:3000/docs/
npm run buildGenerates static content in the build/ directory.
docs/
├── intro.md # Getting started
├── how-it-works.md # Two-layer trust model explanation
└── demo.md # Interactive demo guide
Deployed automatically to signedshot.io/docs on push to main.
- signedshot-api - Backend API
- signedshot-ios - iOS SDK
- signedshot-validator - Verification CLI/library
MIT