Tag

#Claude

40 articles tagged #Claude

Build your own MCP server for Claude Code, Hacker News example, step by step

Build Your Own MCP Server for Claude Code (Step by Step 2026)

Build a working MCP server from scratch in 50 lines. The example wraps Hacker News, but the same pattern works for any REST API: your company's CRM, a weather service, a database, anything that returns JSON.

February 8, 2026

NotebookLM as RAG system for Claude Code via MCP server tutorial

Use NotebookLM as a RAG System in Claude Code (MCP Tutorial 2026)

Turn Google NotebookLM into a RAG layer for Claude Code in under 10 minutes. One MCP server, free, and you can query large documentation sets from your terminal without context-window cost.

March 5, 2026

Claude Code iMessage channel on Mac, replaces OpenClaw and Telegram bots

I Replaced OpenClaw With iMessage (Claude Code Channels on Mac, Built-In)

Claude Code now supports iMessage natively on Mac. No bot, no token, no server. The plugin reads chat.db and replies through Apple Script. The simplest of the three channel setups.

March 30, 2026

Paper sketch to working web app, Claude Code sketch-to-app tutorial

I Drew This on Paper, AI Built It (Claude Code Tutorial 2026)

A hand-drawn sketch on paper plus one sentence became a working todo web app at localhost:3000. The kickoff video for my "one prompt, one app" series with Claude Code.

May 20, 2026

Claude Code clones Vercel homepage from screenshots, screenshot-to-clone tutorial

I Used Claude to Clone Vercel's Homepage (Claude Code Tutorial 2026)

Multiple screenshots of vercel.com plus one prompt produced a working clone of the landing page, including the interactive tabs and the mobile menu. A real mobile bug got fixed by pasting a screenshot back to Claude.

May 23, 2026

Claude Code Pomodoro timer tutorial, single HTML file with 25-min work cycle

I Made Claude Build a Pomodoro Timer From One Prompt (Claude Code Tutorial 2026)

A 25-minute Pomodoro timer with a 5-minute break cycle, built from a single sentence of prompt. Fifth video in the "one prompt, one HTML file" experiment.

May 24, 2026

Claude Code builds a Snake game from one prompt, single HTML file, arrow-key controls

I Made Claude Build a Snake Game From One Prompt (Claude Code Tutorial 2026)

One prompt, one HTML file, a working Snake game with arrow keys and score tracking. The fourth video in my "Claude builds X from one prompt" series. The trick is keeping the prompt minimal.

May 24, 2026

Claude Code Hooks tutorial thumbnail — run custom scripts on every edit

I Made Claude Code Run Custom Scripts on Every Edit — Hooks Tutorial (2026)

Claude Code edited a file — and a script auto-formatted it. Then Claude tried to touch a secret file — and a guard blocked it. Both ran without me lifting a finger. This is Hooks. 5 minutes to wire up.

May 14, 2026

Claude Code 3 Customization Pillars — Skills vs Hooks vs CLAUDE.md tutorial thumbnail

Claude Code's 3 Customization Pillars Explained — Skills vs Hooks vs CLAUDE.md (2026)

Three things let you customize Claude Code: CLAUDE.md, Skills, and Hooks. Every tutorial covers them one at a time. Here's when to reach for which — in 3 minutes.

May 13, 2026