WriterIX
Multi-tenant AI-powered blog generation SaaS — from topic ideation to published post, fully automated.
Role
Founder & Lead Engineer
Capacity
Solo build
Year
2026
Stack size
12 tools
Overview
WriterIX is a production SaaS platform that lets tenants generate, schedule, and publish SEO-optimised blog content using AI. The Laravel backend handles multi-tenancy, billing, and a domain-driven namespace architecture. AI generation is handled by a dedicated FastAPI + Celery microservice which orchestrates LLM calls, image generation, and featured-image selection, communicating results back to Laravel via webhooks. Real-time generation progress streams to the React frontend through Laravel Reverb WebSockets. The platform includes a WordPress plugin and theme — complete with an ad-management system and a WooCommerce cart — plus custom stepper controls for the publishing flow.
Responsibilities
- Architected a domain-first, multi-tenant Laravel backend with tenant-scoped helpers
- Integrated the WriterIX AI Pipeline microservice via webhook callbacks for async content generation
- Implemented real-time generation progress streaming via Laravel Reverb WebSockets
- Developed a WordPress plugin and theme with WooCommerce cart and ad-management sync
- Set up CI/CD via GitHub Actions for Docker cluster deployments
Highlights
- End-to-end automated blog pipeline from topic to published post
- Multi-tenant isolation with per-tenant billing and plan controls
- Live generation progress streamed in real time to the dashboard