What is FoPost?
What is OwlStack?
OwlStack is a social media management platform that lets you publish and manage content across 11+ platforms. Use it through the dashboard (no code needed) or integrate it into your application using our SDKs and REST API.
For Creators & Teams
Use the OwlStack dashboard to:
- Write once and publish to all your social platforms at once
- Schedule posts for optimal timing
- Use AI to generate and optimize your content
- Track performance with built-in analytics
- Collaborate with your team
For Developers
Integrate OwlStack into your application using our SDK:
use OwlStack\Post;
use OwlStack\Enums\Platform;
use OwlStack\Cloud\OwlStackClient;
$client = new OwlStackClient(apiKey: env('OWLSTACK_API_KEY'));
$post = Post::create('Launching our new product!')
->withMedia(Media::image('/path/to/photo.jpg'))
->withHashtags(['launch', 'startup']);
$results = $client->publish($post, [
Platform::Twitter,
Platform::LinkedIn,
Platform::Telegram,
]);How it works
- You write content using OwlStack's clean PHP SDK (Post, Media, etc.)
- OwlStack's cloud handles all platform APIs, formatting, rate limiting, and delivery
- You get results back with delivery status, external URLs, and error details
You never interact with Twitter's API, Telegram's Bot API, or LinkedIn's Graph API directly. OwlStack handles all of that on the server side, so you don't have to maintain 11 different API integrations.
Supported platforms
| Platform | Features |
|---|---|
| Telegram | Channels, groups, media groups, inline keyboards |
| Twitter/X | Threads, polls, quote tweets |
| Pages, scheduled publishing | |
| Personal profiles, company pages | |
| Discord | Rich embeds, file attachments |
| Carousels, Reels, Stories | |
| Board and section targeting | |
| Self posts, link posts, flair | |
| Slack | Block Kit messages |
| Tumblr | NPF content blocks |
| Template messages, documents |
What You Install (Developers)
OwlStack provides lightweight SDK packages that communicate with the cloud service:
| Package | Status | Purpose |
|---|---|---|
owlstack/core | Available | PHP interfaces, value objects, enums (MIT) |
owlstack/cloud | Available | PHP API client for api.owlstack.app |
owlstack/laravel | Available | Laravel service provider, facade, events |
owlstack/wordpress | Available | WordPress plugin with admin panel |
@owlstack/node | Coming Soon | Node.js / TypeScript SDK |
owlstack (PyPI) | Coming Soon | Python SDK |
owlstack-go | Coming Soon | Go SDK |
owlstack (RubyGems) | Coming Soon | Ruby SDK |
owlstack (Cargo) | Coming Soon | Rust SDK |
The SDKs are thin clients. All the heavy lifting (platform API calls, formatting, retries, AI) happens on OwlStack's servers.
Plans
| Plan | Social Accounts | AI Credits/mo | Key Features |
|---|---|---|---|
| Starter ($19/mo) | 10 | 200 | Basic analytics, 10 GB media, 1 workspace |
| Pro ($49/mo) | 10 | 1,000 | Advanced analytics, 50 GB media |
| Pro Plus ($99/mo) | 30 | 2,000 | Unlimited media, 3 workspaces, Advanced API |
All plans include unlimited scheduled posts, unlimited team members, AI Content Studio, and priority support.