Skip to content

swiftreply-ai/swiftreply-ai-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

SwiftReply AI β€” Examples

A collection of ready-to-run examples demonstrating how to use the SwiftReply AI SDK in real applications.


πŸ“‚ Included Examples

πŸ”Ή Node.js Basic Example

Minimal working request/response sample.

cd node-basic
npm install
node index.js

πŸ”Ή Next.js Demo (Frontend UI)

A lightweight frontend that calls the SwiftReply API and renders responses.

cd nextjs-demo
npm install
npm run dev

πŸ”Ή Python Example (optional)

A small demo using the Python wrapper.


πŸ”Ή Postman Collection

Import this file to test APIs manually:

postman/swiftreply-collection.json

πŸ›‘ Security Notice

  • Real API keys must never be committed.
  • Use .env.example β†’ .env pattern only.
  • All examples use dummy placeholder keys.

🎯 Goals

  • Help developers integrate SwiftReply AI quickly
  • Provide working starter templates
  • Serve as reference implementations

🀝 Contributing

Want to add examples in:

  • Go
  • Rust
  • React
  • Laravel / Django

We welcome PRs.

About

A collection of ready-to-run example apps demonstrating how to integrate SwiftReply AI using the official SDK. Includes Node.js, Next.js, Postman collections, and sample workflows.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors