Skip to main content
ShareKit is not yet available. This page is a preview of what’s coming.

What is ShareKit?

ShareKit adds Google Docs-style shareable links to any app — password protection, expiry, view tracking, and analytics in 10 minutes. No JWT edge cases. No S3 pre-signed URL hacks. Just npm install sharekit.

Preview

const share = new ShareKit({ apiKey: 'sk_live_...' })

const link = await share.create('report_4821', { type: 'view', expiresIn: '30d' })
// { shareId: 'sh_abc123', url: 'https://yourapp.com/s/abc123' }

const access = await share.verify(shareId)
// { valid: true, type: 'view', resourceId: 'report_4821' }

Pricing

PlanPriceLimits
Free$010 active links, 100 views/month
Starter$49/mo100 links, 10k views/month
Pro$99/moUnlimited links/views, viewer identity, webhooks
Scale$249/moWhite-label URLs, custom domains, SSO viewer auth

Start with ChurnKit today

ChurnKit is live now. Predict churn, score risk, and set webhook alerts in 30 minutes.