A collection of ready-to-run examples demonstrating how to use the SwiftReply AI SDK in real applications.
Minimal working request/response sample.
cd node-basic
npm install
node index.jsA lightweight frontend that calls the SwiftReply API and renders responses.
cd nextjs-demo
npm install
npm run devA small demo using the Python wrapper.
Import this file to test APIs manually:
postman/swiftreply-collection.json- Real API keys must never be committed.
- Use
.env.exampleβ.envpattern only. - All examples use dummy placeholder keys.
- Help developers integrate SwiftReply AI quickly
- Provide working starter templates
- Serve as reference implementations
Want to add examples in:
- Go
- Rust
- React
- Laravel / Django
We welcome PRs.