* Add workspace webhooks and drop the unused automation webhook node. Give workspaces HMAC-signed outgoing webhooks for the post lifecycle, with retry, auto-pause, replay, and live logs, and keep HTTP Request as the only outbound automation node. * Tighten webhook controller and validation after review. Drop the redundant workspace redirects, prune logs without counting, and validate events/status with Rule::enum. * Move leftover webhook UI copy behind i18n. HTTP status phrases, delete-cancel, and validation attribute names were still English literals. * Build the webhook-paused email through Maizzle. The hand-written Blade skipped the shared layout, header, and footer used by the other mail templates. * Cover real webhook dispatch paths and restyle the webhook pages. * Ask for the shared delete keyword when confirming a webhook delete. The endpoint URL is a poor confirm string; posts and assets already use the common "delete" keyword. * Fix webhook review blockers so CI can go green. Drop leftover French automation keys, stop mutating Inertia log props, and show delivered_at instead of created_at. * Close the remaining webhook review gaps. Keep Echo log updates across infinite scroll, align the channel with the policy, persist log ids across retries, and fail unknown automation nodes without throwing. * Stop webhook delivery after disable and record last sent only on success. Queued jobs now skip paused or disabled endpoints unless the user replays, and changing the URL re-pings it first. * Limit webhooks to owners and admins, and encrypt signing secrets. Members can no longer create or inspect outgoing integrations, and secrets stay encrypted at rest. * Cover webhook secret hiding, skip-ping, and failed-delivery edges. * Send the full post on webhooks after labels and platforms are saved. * Fix webhook payloads for integer media ids and type webhook status. * Split the webhook show page into focused components. * Reset live webhook logs when switching endpoints. * Keep the newest webhook logs at the top after live merges. * Cast media item ids to string without the extra scalar check. * Add post.unscheduled webhooks and put the log id on the envelope. Unscheduling is now a first-class event, and receivers can send the delivery id back so we can find the matching log. * Translate webhook event names in the UI. * Make the webhook show page full-width and stop stacking flash toasts. * Translate remaining webhook UI copy in every locale. * Sign webhook pings and drop author email from the payload. * Send signed webhook tests after create instead of pinging on save. Create and update only block private URLs so the receiver can copy the secret first. The show page then sends a signed webhook.test with an object data envelope. * Polish webhook test UX and always mint the dispatch log id in the job. Keep send-test in the actions menu (its own group) and drop the leftover constructor param so retries reuse the serialized id instead of a caller-supplied one.
108 lines
6.8 KiB
Markdown
108 lines
6.8 KiB
Markdown
<p align="center">
|
|
<img src="public/images/trypost/logo-dark.png" alt="TryPost" width="190">
|
|
</p>
|
|
|
|
<h1 align="center">Run your whole social presence from one calendar</h1>
|
|
|
|
<p align="center">
|
|
An open-source social media scheduler with an AI copilot, native publishing to 12 networks,<br/>
|
|
and an MCP server so your AI assistant can post for you. Self-host it, or skip the setup on cloud.
|
|
</p>
|
|
|
|
<p align="center">
|
|
<a href="https://github.com/trypostit/trypost/stargazers"><img src="https://img.shields.io/github/stars/trypostit/trypost?style=flat-square&color=7c3aed&labelColor=0a0a0a" alt="Stars"></a>
|
|
<a href="https://github.com/trypostit/trypost/blob/main/LICENSE.md"><img src="https://img.shields.io/badge/license-AGPL--3.0-7c3aed?style=flat-square&labelColor=0a0a0a" alt="License"></a>
|
|
<a href="https://github.com/trypostit/trypost/releases"><img src="https://img.shields.io/github/v/release/trypostit/trypost?style=flat-square&color=7c3aed&labelColor=0a0a0a" alt="Release"></a>
|
|
<a href="https://github.com/trypostit/trypost/discussions"><img src="https://img.shields.io/github/discussions/trypostit/trypost?style=flat-square&color=7c3aed&labelColor=0a0a0a" alt="Discussions"></a>
|
|
</p>
|
|
|
|
<p align="center">
|
|
<a href="https://trypost.it"><b>Try on Cloud</b></a> •
|
|
<a href="https://docs.trypost.it">Documentation</a> •
|
|
<a href="https://github.com/trypostit/trypost/discussions">Community</a>
|
|
</p>
|
|
|
|
<p align="center">
|
|
<img src="public/images/github/hero.png" alt="TryPost — plan, write, and publish from one calendar" width="100%">
|
|
</p>
|
|
|
|
---
|
|
|
|
## What you get
|
|
|
|
| | |
|
|
| --- | --- |
|
|
| 📅 **One calendar, every network** | Plan a month at a glance, drag any post to a new slot, and publish natively to 12 platforms. No redirects, no "finish in the mobile app." |
|
|
| ✨ **An AI copilot that knows your brand** | Captions, hooks, full drafts, and multi-slide carousels in your tone, voice, and colors. It reads your brand profile on every generation. |
|
|
| 🤖 **Built for AI agents** | A first-class MCP server and REST API. Claude, Cursor, ChatGPT, or your own scripts can draft, schedule, and publish for you. |
|
|
| ⚙️ **Automations that run themselves** | A visual workflow builder: triggers, conditions, RSS, HTTP requests, and AI generation, all server-side. Set it once, let it post. |
|
|
| 🗂️ **Made for many clients** | Workspaces, roles, and approval flows so an agency or freelancer can run a roster of brands without the spreadsheets. |
|
|
|
|
## Features
|
|
|
|
| | |
|
|
| --- | --- |
|
|
| **Visual calendar** | Month, week, and day views. Drag and drop to reschedule across networks. |
|
|
| **Multi-platform composer** | Write once, then tailor the preview per network in parallel. |
|
|
| **AI generate & review** | Draft from a prompt, get inline feedback before you publish. |
|
|
| **AI carousel builder** | Prompt to a multi-slide carousel with images, on-brand. |
|
|
| **Brand profile** | Tone, voice, language, and colors applied to every AI call. |
|
|
| **Automations** | Schedule / RSS triggers, conditions, publish steps, and HTTP requests. |
|
|
| **Asset library** | Reusable workspace media, plus Unsplash and Giphy search built in. |
|
|
| **Signatures & labels** | Reusable hashtag and CTA blocks, color-coded post tags. |
|
|
| **Team collaboration** | Owner / Admin / Member roles, comments with @mentions on drafts. |
|
|
| **Workspaces** | Isolate each brand, client, or project in its own space. |
|
|
| **REST API + MCP** | Full programmatic control; AI assistants integrate natively. |
|
|
| **Native analytics** | Per-account reach and engagement across every connected platform. |
|
|
| **Multi-language** | English, Ukrainian, Spanish, Portuguese, French, German, Italian, Dutch, Polish, Greek, Japanese, Korean, Chinese, Russian, Turkish, and Arabic. |
|
|
|
|
## Supported platforms
|
|
|
|
Posts publish natively through each platform's official API.
|
|
|
|
<table>
|
|
<tr>
|
|
<td align="center"><img src="public/images/accounts/instagram.png" width="38"><br><sub><b>Instagram</b></sub></td>
|
|
<td align="center"><img src="public/images/accounts/facebook.png" width="38"><br><sub><b>Facebook</b></sub></td>
|
|
<td align="center"><img src="public/images/accounts/linkedin.png" width="38"><br><sub><b>LinkedIn</b></sub></td>
|
|
<td align="center"><img src="public/images/accounts/x.png" width="38"><br><sub><b>X (Twitter)</b></sub></td>
|
|
<td align="center"><img src="public/images/accounts/tiktok.png" width="38"><br><sub><b>TikTok</b></sub></td>
|
|
<td align="center"><img src="public/images/accounts/youtube.png" width="38"><br><sub><b>YouTube</b></sub></td>
|
|
</tr>
|
|
<tr>
|
|
<td align="center"><img src="public/images/accounts/pinterest.png" width="38"><br><sub><b>Pinterest</b></sub></td>
|
|
<td align="center"><img src="public/images/accounts/threads.png" width="38"><br><sub><b>Threads</b></sub></td>
|
|
<td align="center"><img src="public/images/accounts/bluesky.png" width="38"><br><sub><b>Bluesky</b></sub></td>
|
|
<td align="center"><img src="public/images/accounts/mastodon.png" width="38"><br><sub><b>Mastodon</b></sub></td>
|
|
<td align="center"><img src="public/images/accounts/telegram.png" width="38"><br><sub><b>Telegram</b></sub></td>
|
|
<td align="center"><img src="public/images/accounts/discord.png" width="38"><br><sub><b>Discord</b></sub></td>
|
|
</tr>
|
|
</table>
|
|
|
|
## Get started
|
|
|
|
| | |
|
|
| --- | --- |
|
|
| ☁️ **Cloud** | The fastest way in. We host, update, and scale it for you. [Start at trypost.it →](https://trypost.it) |
|
|
| 🛠️ **Self-host** | Free forever, your servers, your data. [Installation guide →](https://docs.trypost.it/self-hosting/overview) |
|
|
| 🤖 **Drive it with AI** | Connect Claude, Cursor, or ChatGPT over MCP. [MCP setup →](https://docs.trypost.it/ai/introduction) |
|
|
|
|
## Own your stack
|
|
|
|
TryPost is open source on purpose. Self-host it and your posts, drafts, and metrics stay on your infrastructure, under a license that is yours to keep. No seat tax, no feature gates, no vendor deciding when to lock you out. Read every line, fork it, and ship it. When you would rather not run servers, the same product is one click away on [cloud](https://trypost.it).
|
|
|
|
## Contributing
|
|
|
|
Contributions of any size are welcome. Pick an [issue](https://github.com/trypostit/trypost/issues), say hi in [Discussions](https://github.com/trypostit/trypost/discussions), or open a PR with what you would like to see.
|
|
|
|
Short on time? A star is the most valuable thing you can give. It helps more people find the project.
|
|
|
|
## License
|
|
|
|
[GNU Affero General Public License v3.0](LICENSE.md). Use, modify, fork, self-host, and redistribute, including commercially. If you run a modified version as a network service, make your changes available to its users (AGPL §13).
|
|
|
|
---
|
|
|
|
<p align="center">
|
|
Built in the open. <a href="https://github.com/trypostit/trypost/stargazers">Star TryPost on GitHub</a> and tell a friend.
|
|
</p>
|