Guides

Integration guides

Step-by-step walkthroughs for adding social media publishing to your stack. Every guide ships working code you can copy straight into your project.

TypeScriptNext.jsApp Router· 20 min

Post to Instagram from Next.js

Build a complete Instagram posting flow in Next.js 15 App Router — Connect Links OAuth, Route Handlers, Server Actions, and HMAC-verified webhooks.

PythonFlaskAsyncIO· 15 min

Post to social media from Python

Full Python SDK walkthrough: install aether, connect platforms, post content, schedule for later, read analytics, and handle webhooks in Flask.

n8nNo-codeAutomation· 30 min

Social media automation with n8n

Five ready-to-import n8n workflows: RSS-to-social, daily cron posts, webhook-triggered replies, auto-DM responses, and analytics-to-Sheets reporting.

Node.jsTypeScript· 15 min

Post to social media from Node.js

Install the Aether SDK, connect accounts with Connect Links, publish or schedule, and verify with HMAC webhooks — all in Node.js.

TikTokNext.js· 20 min

Post to TikTok from Next.js

Publish TikTok videos from the App Router without a TikTok developer app. Connect Link OAuth, Route Handlers, and scheduling.

PythonLinkedIn· 15 min

Post to LinkedIn from Python

Personal-profile posting from Python: text, images, and PDFs, plus timezone-safe scheduling.

ZapierNo-code· 25 min

Social media automation with Zapier

Webhooks by Zapier against the Aether REST API — RSS-to-social, Catch Hooks for publish events, Slack on failure.

MakeNo-code· 25 min

Social media automation with Make

Make.com HTTP module posting to Aether, custom webhooks for post.published, and when to use scheduledFor vs Make's scheduler.