Overview
Ceodekho is an AI-native SaaS blogging platform I co-founded and led as CTO. The product lets content teams produce high-quality, SEO-optimised blog posts at scale using LLM pipelines and agentic content workflows — reducing human content production time by 80%. I owned the full technical stack from architecture through deployment.
The Challenge
Content teams waste enormous time on research, structuring, and drafting. The challenge was building AI pipelines that produced genuinely useful, SEO-ready content — not generic filler — and delivering it fast enough to feel like a productivity tool rather than a slow automation. On top of this, the frontend needed to score 99+ on PageSpeed to ensure the content we published actually ranked.
What I Built
Designed and built the LLM content pipeline: agentic content workflows (research → outline → draft → edit) using OpenAI APIs, reducing content production time by 80% vs manual writing.
Engineered the technical SEO layer into the platform — structured data, canonical tags, sitemap generation, and meta automation — achieving PageSpeed 99+ on desktop and 90+ on mobile.
Built the Next.js SSR frontend with edge caching on Vercel/Cloudflare — ensuring published content loaded under 1 second globally.
Designed multi-tenant architecture with cost-optimised token management: per-tenant usage quotas, model routing (GPT-4 for quality-critical tasks, GPT-3.5 for volume tasks), and token budget alerts.
Built the subscription and billing layer with Stripe — tiered plans based on monthly word output, overage handling, and a free trial that seeded organic growth.
Tech Stack
AI / LLM
Backend
Frontend
Infrastructure