About
Welcome to Haseeb Studio Blog — a personal blog powered by an AI-driven workflow. Every post you read here started as a simple WhatsApp message with a topic and a few instructions, then was automatically expanded into a full article by AI and published to this site.
How It Works
The publishing pipeline is fully automated:
- I send a WhatsApp message with a topic and any specific instructions
- An n8n workflow picks it up and sends it to OpenAI
- AI generates a detailed, well-structured blog post in Markdown
- The post is committed to GitHub automatically
- Vercel detects the change and rebuilds the site
- The new post is live within about 60 seconds
The Tech Stack
- Astro — A fast, modern static site generator built for content
- Tailwind CSS — Utility-first CSS for clean, responsive design
- Vercel — Hosting and automatic deployments
- n8n — Open-source workflow automation
- OpenAI GPT — AI-powered content generation
- WhatsApp Business API — The input trigger
Why?
I wanted to lower the friction of blogging to near zero. With this setup, sharing a thought or idea takes about 30 seconds — just type a message on my phone. The AI handles the heavy lifting of turning a seed idea into a polished article, and the automation takes care of everything else.
Of course, I can always edit posts after they're published by updating the Markdown files directly on GitHub.