guide
21 articles

Deploy Your Vibe-Coded App on a Raspberry Pi
How to deploy a vibe-coded app on a Raspberry Pi 5 — a ~$200 always-on home server with a public URL, no port-forwarding, no monthly cloud bill.
June 7, 2026
How to Test Your AI-Built App Before You Launch It
How to test your app before launch — a vibe coder's checklist: smoke-test every flow, catch broken links, test on mobile, and run simple automated checks.
June 3, 2026
How to Run OpenClaw for Free with Gemini's Free API
Run OpenClaw for free by routing it through Google's free Gemini API tier. Step-by-step setup, the daily quota limits to expect, and the gotchas.
June 3, 2026
How to Add a Database to Your AI-Built App With Neon
Learn how to add a real database to your AI-built app using Neon's free serverless Postgres — no SQL experience needed. Works with Lovable, Bolt, and Cursor.
May 12, 2026
Git Survival Guide for Vibe Coders (No Terminal Needed)
Vibe coders lose hours of work without git. Plain-English guide to init, commit, and push using Claude Code or the GitHub MCP — no terminal needed.
May 10, 2026
Build a Chrome Extension With AI (No Code Experience)
Build a Chrome extension with AI — Claude Code or Cursor scaffolds the files, you side-load it in Chrome and ship your first real browser tool.
May 10, 2026
How to Start Vibe Coding: A Complete Beginner Roadmap
New to vibe coding? This beginner roadmap covers picking the right AI tool, building your first prototype, and deploying a live app — no experience required.
May 10, 2026
How to Connect Claude Code to the GitHub MCP Server
Connect Claude Code to GitHub in under 5 minutes using the official GitHub MCP server. Beginner guide — manage issues, PRs, and repos by chat.
May 10, 2026
How to Fix AI-Generated Code When It Breaks (3 Moves)
AI-generated code broke your app? Here's the exact playbook: paste the error back in, roll back with git, and know when a fresh chat is your fastest fix.
May 10, 2026
How to Use ChatGPT for Coding (and When to Upgrade)
Learn how to use ChatGPT as a coding assistant — what it's actually good at, its real limits, and exactly when to switch to Cursor or Claude Code.
May 10, 2026
Firecrawl MCP + Claude Code: Pull Live Web Data Fast
Install the Firecrawl MCP in Claude Code to pull live web data into AI projects — step-by-step beginner guide, free tier, no scraping experience needed.
May 10, 2026
How to Use MCP Servers in Cursor (No Config Files)
How to use MCP servers in Cursor — connect Supabase, GitHub, or Stripe using the built-in GUI. No JSON editing required. Beginner step-by-step guide.
May 10, 2026
How to Write Better Prompts for AI Coding Tools
Bad prompts waste your AI credits and break your flow. Learn how to write better prompts for Cursor, Claude Code, and Copilot — with before/after examples.
May 10, 2026
How to Write a CLAUDE.md That Actually Works (With Examples)
Learn how to write a CLAUDE.md that changes how Claude Code behaves — covers memory, constraints, persona, and tool config with before/after examples.
May 10, 2026
What Are .cursorrules Files? (And How to Write One)
.cursorrules files give Cursor AI standing instructions for your project. Learn why they were deprecated in v0.45 and how to write rules the new .mdc way.
May 10, 2026
Claude Code Agent Development Kit: All 5 Layers Explained
Learn Claude Code's 5-layer agent development kit — CLAUDE.md, Skills, Hooks, Subagents, and Plugins — explained simply for beginners and vibe coders.
May 8, 2026
Deploy Your First App Free With Vercel + Claude Code
Learn how to deploy your first app free with Vercel and Claude Code — no DevOps knowledge needed. From local project to live URL in under 15 minutes.
May 8, 2026
How to Connect Figma to Claude Code (Figma MCP Guide)
Connect the Figma MCP to Claude Code and let AI read your Figma designs to generate matching components — a step-by-step guide for vibe coders.
May 8, 2026
Use Claude Code Hooks to Keep Your Code Clean Automatically
Set up Stop and PostToolUse hooks to run linters, formatters, and tests every time Claude finishes — no more forgetting to run Prettier or pytest.
March 16, 2026
How to Make Claude Code Skills Actually Auto-Activate
Claude Code skills don't always fire on their own. Here's how to use a UserPromptSubmit hook to auto-activate Claude Code skills reliably, every time.
March 16, 2026
How to Set Up Claude Code on Mac: Beginner's Guide (2026)
A beginner-friendly walkthrough for how to set up Claude Code on Mac — from installing Node.js to running your first prompt in the terminal.
March 15, 2026