Pinned is a lightweight SDK that adds calendar scheduling to any chat app — no new app, no friction, no switching.
No spam. Just one email when we launch.
See it in action
No app switching. No copy-pasting dates. Just tap 📌 and you're done.
How it works
For users, it just works. For platforms, it's two lines of code.
For platforms
Pure JavaScript. No backend. No dependencies. Works in any chat architecture.
// Step 1 — Load Pinned SDK (one script tag) <script src="https://cdn.pinnedapp.io/sdk/v1.js"></script> // Step 2 — Attach to any chat message Pinned.attach({ container: "#message-456", participants: ["alice", "bob"], onConfirm: (event) => { // fires when both users confirm a date saveToCalendar(event.date, event.time); } });
What's coming
V1 is just the beginning. Here's where Pinned is headed.
Interested in V2 or V3 details? Get in touch →