All projects
In progress2026

DevPilotX Studio

This very site. AI agent and automation studio.

Summary

The brand site itself: portfolio, services, LinkedIn-style verified resume, an embedded AI assistant that answers questions about my work using a local RAG index, and a free AI Engineering Toolkit. Cmd+K command palette, live stack status, and a private dashboard at profile.devpilotx.com (in progress) for inbox and content management.

Architecture

  • Static export via Next.js 14 (output: export) hosted on Hostinger.
  • Local in-browser RAG fallback so the Ask Dipanshu assistant works without an API.
  • Free AI Engineering Toolkit (tokens, model compare, RAG sizing, prompt diff) runs entirely client-side.
  • API surface (Ask + Status) lives on api.devpilotx.com (VPS, Nginx, systemd).

Highlights

  • Next.js 14 App Router, TypeScript, Tailwind, Framer Motion, Geist font.
  • Local RAG retrieval over resume and project content. No external LLM required to ship.
  • Cmd+K command palette to jump anywhere and search projects.
  • Light + dark themes with system default, polished across every page.
  • Hostinger for the public site, VPS for PostgreSQL and the private dashboard.

More from the studio