Skip to main content
← Back to projects
🚪

The Door

Live

The Door is more than a portfolio — it's a living demonstration of AI-augmented productivity. The site you're looking at was built, maintained, and content-managed by an AI orchestra.

Features include an AI chatbot that can check real-time availability and book meetings directly via Cal.eu integration, a blog platform for the 'Build Your Own Orchestra' article series, and a responsive dark-themed design.

The entire content pipeline — from research to writing to image generation to publishing — is automated through AI agent orchestration. Articles go from idea to published in under 30 minutes.

Tech Stack

Next.js 15TypeScriptTailwind CSS v4Claude AICal.eu APIVercel

Key Features

  • AI chatbot with live meeting booking (Cal.eu integration)
  • Blog platform with MDX articles and series navigation
  • Automated content pipeline (research → write → images → publish)
  • Share buttons and reading time estimates
  • Custom domain (connylazo.com)
  • Fully responsive dark theme

Challenges

The chatbot needed to do more than answer questions — it needed to actually book meetings. Integrating Cal.eu's API with Anthropic's tool_use system required careful prompt engineering and real-time availability checks. Next challenge: giving the chatbot RAG capabilities to search blog content dynamically.