Render Mermaid diagrams as beautifully themed SVG files. 3 modes: render (existing code to SVG), generate (codebase analysis to diagrams), create (natural language to diagrams). Powered by the beautiful-mermaid npm package.
npx claudepluginhub yunosukeyoshino/portfolioA modern portfolio site built with TanStack Start, React 19, and Tailwind CSS v4
A personal portfolio and blog built with TanStack Start. It combines microCMS-managed articles, external feed aggregation, and motion-heavy presentation for projects and writing.
| Category | Technology |
|---|---|
| Framework | TanStack Start |
| UI | React 19, Tailwind CSS v4 |
| Data Fetching | TanStack Query |
| CMS | microCMS |
| Animation | Lenis, Three.js, GSAP |
| Forms | React Hook Form, Zod, Resend |
| Tooling | Biome, TypeScript, Bun |
git clone https://github.com/YunosukeYoshino/portfolio.git
cd portfolio
bun install
cp .env.example .env.local
bun run dev
[!NOTE] In development mode, the application uses mock data if microCMS credentials are not provided.
| Command | Description |
|---|---|
bun run dev | Start development server |
bun run build | Build for production |
bun run lint | Run Biome + TypeScript + Markuplint checks |
bun run fix | Auto-fix linting issues |
bun run typecheck | TypeScript type-checking only |
bun run deploy | Deploy to Cloudflare Pages |
bun run deploy:preview | Deploy to preview branch |
CLAUDE.md.Deployed as a static site to Cloudflare Pages.
# Production deploy
bun run deploy
# Preview deploy
bun run deploy:preview
[!IMPORTANT] Set
NODE_VERSION=20or higher in your Cloudflare Pages project settings.
MCP server for previewing Mermaid diagrams in Claude Code
Share bugs, ideas, or general feedback.
Agents and skills that are specialised in writing Web Applications
Create, validate, and render Mermaid diagrams
Generate dev server lifecycle scripts with pool-based port isolation
Build node-based editors, interactive diagrams, and workflow builders with React Flow.
Diagrams-as-code tools for visualizing code, data, and systems using Mermaid and PlantUML