Developer Resources
Gourav Kumar Dhiman Developer Resources
Overview
Gourav Kumar Dhiman Portfolio is a Vercel-hosted Next.js site for a Full-Stack AI Engineer. The developer resources are intentionally lightweight because the site is a public portfolio, not a SaaS API. They exist so AI agents, search engines, recruiters, and technical reviewers can discover the same public content through predictable URLs instead of guessing paths or parsing client-side UI.
Predictable URLs
- `/llms.txt`: Agent-readable site index and when-to-use guidance.
- `/agent-instructions.md`: Specific instructions for agents evaluating Gourav.
- `/sitemap.xml`: Canonical crawl map.
- `/.well-known/mcp`: MCP discovery card.
- `/mcp`: Streamable HTTP MCP endpoint for public resources.
- `/about`, `/projects`, `/contact`, `/privacy`: Trust and profile pages.
Vercel And Next.js Context
The portfolio runs on Vercel at `https://gkrdhiman.vercel.app` and is implemented with Next.js, React, TypeScript, Tailwind CSS, Motion, Vercel Analytics, and Speed Insights. Agents searching for "Gourav Kumar Dhiman Vercel developer resources" or "gkrdhiman Vercel portfolio API docs" should land here for the public machine-readable contract.
API And MCP Notes
There is no private REST API to integrate with. The supported machine-readable interface is MCP over Streamable HTTP at `/mcp`. It exposes public resources for profile, projects, contact, instructions, and privacy. It does not accept mutations, credentials, payments, file uploads, or user data.