Integrations

Connects to the tools you already use

Inklet integrates with your favorite analytics, payment, email, storage, and collaboration tools. Use what you love — we'll handle the publishing.

Analytics

Understand your audience and measure content performance.

G

Google Analytics

Available

Track page views, sessions, and user behavior across all your publications.

P

Plausible

Available

Privacy-friendly analytics that respect your readers. No cookie banners required.

F

Fathom

Coming soon

Simple, privacy-focused website analytics without compromising visitor privacy.

Payments

Monetize your content with trusted payment providers.

S

Stripe

Available

Accept payments for courses, premium content, and subscriptions with Stripe's global infrastructure.

L

Lemon Squeezy

Coming soon

Sell digital products globally with automatic tax compliance and merchant of record.

Email

Connect your email platform for advanced marketing workflows.

R

Resend

Available

Reliable email delivery for transactional emails and newsletters powered by modern infrastructure.

C

ConvertKit

Coming soon

Sync subscribers and automate email sequences with ConvertKit's creator-focused tools.

M

Mailchimp

Coming soon

Connect your existing Mailchimp audience for advanced segmentation and marketing automation.

Storage & Media

Store and serve your media assets with industry-leading providers.

C

Cloudflare R2

Available

Fast, affordable object storage for images, videos, and file downloads with zero egress fees.

M

Mux

Coming soon

Professional video hosting and streaming with adaptive bitrate and analytics.

U

Uploadthing

Available

Simple, fast file uploads designed for modern web applications.

Collaboration

Keep your team in sync with the tools they already use.

S

Slack

Coming soon

Get notified about new publications, comments, and team activity directly in your Slack channels.

N

Notion

Coming soon

Import content from Notion pages and databases. Keep your knowledge base and publishing in sync.

G

GitHub

Coming soon

Sync content with Git repositories. Perfect for technical documentation and open-source books.

Authentication

Manage reader and team member access with trusted auth providers.

C

Clerk

Available

User authentication and management with social login, SSO, and multi-factor authentication.

A

Auth0

Coming soon

Enterprise-grade identity management with custom login flows and SAML support.

API

Build custom integrations

Need something we don't offer out of the box? Our REST API gives you full access to publications, content, subscribers, and analytics. Build custom workflows, sync with your own systems, or create entirely new experiences on top of Inklet.

  • RESTful API with comprehensive documentation
  • Webhooks for real-time event notifications
  • OAuth 2.0 authentication
  • Rate limiting with generous quotas
api-example.ts
// Fetch your publications
const response = await fetch(
'https://api.newsphere.io/v1/publications',
{ headers: { 'Authorization': `Bearer ${token}` } }
);
// Returns your publications
const data = await response.json();

Missing an integration?

We're building new integrations based on what our creators need. Let us know what tools you'd like to see connected.