Pengion Pilot
The Network · Aug 2023 to Present
Create and schedule all of your social media posts instantly with AI.
Pengion Pilot is a social media scheduling platform built at The Network. Marketers connect their accounts, and the AI generates and schedules posts across platforms. The pitch: let AI handle the content drafting so the user can focus on what to say, not how to say it six different ways.
The architecture was built around a Turborepo monorepo with a Next.js frontend and dedicated NestJS worker services for background job processing. Redis served as both a queue and cache layer, ensuring scheduled posts fired reliably at the right time. Cron jobs orchestrated publishing windows, and integrations with both Gemini and OpenAI gave users a choice of AI engines for content generation.
Auth is handled by BetterAuth, and the platform is built with whitelabel capability, allowing agencies and resellers to deploy it under their own brand. Infrastructure runs on AWS ECS with Docker containers, provisioned via Terraform and deployed through GitHub Actions CI/CD pipelines.
Key Highlights
- Multi-AI content generation with Gemini and OpenAI
- BullMQ + Redis queue for reliable scheduled publishing
- Turborepo monorepo separating frontend, API, and workers
- Cron-based scheduling with timezone awareness
- Whitelabel capability for agency and reseller deployments
- Auth powered by BetterAuth
Tech Stack