Skip to content

Repository files navigation

linq-chat-sdk

Linq adapter for Chat SDK — write your bot logic once, run it on iMessage/SMS via Linq alongside Slack, Telegram, WhatsApp, and friends.

What's in here

  • packages/adapter-linq — the adapter package (@linqapp/chat-sdk-adapter). Start with its README.
  • apps/api — example Nitro app running a single AI bot across Linq, Telegram, and WhatsApp, with webhook routes, setup endpoints, and a small admin UI.

Development

pnpm install
pnpm -r test
pnpm -r typecheck

The adapter package has no runtime dependencies beyond the official @linqapp/sdk, with chat as a peer dependency.

Credits

Originally created by Fardeem Munir. This project began as his work and is maintained by the Linq team — thank you, Fardeem 🙏

License

Apache-2.0