portfolio

erikunha/portfolio
★ 12 stars TypeScript 🤖 AI/LLM Updated 2d ago
Personal portfolio site built with Next.js 16 (App Router, RSC-first), React 19, TypeScript, and hand-written CSS — no UI framework. Features a streaming AI endpoint (Anthropic Haiku via Vercel AI SDK), Upstash Redis rate limiting, Resend contact form, Playwright E2E + Vitest unit tests, Lighthouse CI, and an MCP server. Deployed to Vercel Edge.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "portfolio": {
      "command": "npx",
      "args": [
        "-y",
        "erikunha/portfolio"
      ]
    }
  }
}

Topics

javascriptllmsnextjsreactjstypescript