Misar IO Docs

Changelog

Release history and updates for MisarSocial.

2026-05-21

New

  • ContentRipple — repurpose any URL or text into platform-optimized post variants across all 6 platforms. Monthly usage limits apply by plan.
  • TrendPulse pipeline — generate draft post variants directly from trending hashtag snapshots with a single API call.
  • Post editingPATCH /api/posts/:id allows editing contentText, scheduledAt, and firstComment for posts in pending, queued, or draft status.
  • First comment support — pass firstComment when scheduling to automatically post a reply immediately after the main post publishes.

Improved

  • Safety gateway now detects duplicate content within 24 hours per account (not just per session).
  • Free-tier limit error responses now include count and limit fields for better UX handling.
  • GET /api/stats now includes topPerformingPost and avgEngagementRate from post_metrics.

2026-04-15

New

  • Bluesky OAuth connection support.
  • TikTok OAuth connection support.
  • Bulk draft approve/reject endpoint (POST /api/drafts).
  • variantId field on schedule endpoint links posts back to their AI-generated source variant.

Improved

  • AI generation now persists variants to post_variants table for monthly usage gate tracking.
  • Schedule idempotency: duplicate requests for the same account + platform + time return 409 instead of creating a duplicate post.

2026-03-01

New

  • Initial release of MisarSocial with Twitter, LinkedIn, Instagram, and Threads support.
  • AI post generation (POST /api/generate) with tone control.
  • BullMQ-backed scheduling queue with safety gateway.
  • TrendPulse trend monitoring with configurable niches.
  • Dashboard stats endpoint.