Resources

How to Use Claude Code: A Starter Guide for Freelancers

A starting point for freelancers and solopreneurs  ·  Tools, steps, and where to look

By Mudayon · · 8 min read

If you have Claude Pro and you are not using Claude Code, you are leaving the most powerful feature of your subscription unused. It is included. Start today.

What Is Claude Code?

Claude Code is Anthropic's agentic coding tool. You describe what you want, it writes the code, runs commands, reads your files, and builds things end to end.

It is not the chat interface at claude.ai. Claude Code is a separate tool that lives in your terminal or code editor. Think of it as a coding partner that actually does the work with you, not just gives you answers.

Where to Get Claude Code

Go to the official page: claude.ai/code. It has the download instructions and everything you need to get started.

If you have never used a terminal or a code editor before, that is fine. Most people feel the same way the first time. You do not need to understand everything. You just need to follow the steps.

Getting Set Up

  1. 01

    Install VS Code

    A free code editor made by Microsoft. Download at code.visualstudio.com and install it like any other app.

  2. 02

    Install Node.js

    Claude Code needs this to run. Go to nodejs.org, download the LTS version, and install it.

  3. 03

    Install Claude Code

    Open your terminal. On Mac, search for Terminal in Spotlight. On Windows, open Command Prompt or PowerShell. Type this and press Enter:

    npm install -g @anthropic-ai/claude-code

    Then type:

    claude

    A browser window will open asking you to log in with your Anthropic account. If you have Claude Pro, you are already covered.

Where to Run It

The VS Code extension is the most beginner-friendly option. You can see your files, your code, and Claude Code all in one place.

How to Actually Use It

Once Claude Code is open, you just talk to it. There is no special syntax to learn.

You can say things like:

"Create a one-page site with my name, a short bio, and a contact form."
"Add a dark background and make the text white."
"Fix the error on line 42."

When something breaks, paste the error message directly into Claude Code and say "fix this." It will read the file, find the problem, and update the code. You do not need to understand what went wrong.

That loop, describe, build, break, fix, is how most people learn. It is fine to not know what you are doing at first. The tool is built for that.

Project Ideas to Get Started

These are common starting points. They are not guarantees of any outcome. The point is to have something you built, something live, something you can point to.

01 Your own site — hero section, services, contact form, deployed and live
02 A landing page rebuild — pick one from the inspiration sites below and rebuild it with your own content
03 A simple tool — a quiz, calculator, or waitlist form
04 An AI-powered mini app — a content repurposer, headline generator, or summarizer using an AI API

Starter Skills for Claude Code

Leon built a collection of SKILL.md files that help Claude Code produce better, more consistent output. Worth using.

github.com/Leonxlnx/taste-skill

Download the repo, read the SKILL.md files, and reference them when prompting.

3D and Animated Sites

Claude Code is not limited to flat sites. You can build 3D scenes, scroll animations, and interactive experiences. It takes patience. You will break things. That is how you learn.

Design Inspiration

Study what good looks like before you build.

Deploy for Free With Vercel

Vercel is the easiest way to get your project live. The free plan is enough to start.

  1. 1

    Create a free account at vercel.com using your GitHub account.

  2. 2

    Push your project to a GitHub repo. Ask Claude Code to help with this.

  3. 3

    In Vercel, click Add New Project and import your repo.

  4. 4

    Click Deploy. You get a live URL like yourproject.vercel.app in seconds. Every push auto-redeploys.

Free plan includes unlimited deployments, custom domain support, automatic HTTPS, and 100GB bandwidth per month. You can also buy a domain from Namecheap or Cloudflare Registrar and connect it in Vercel settings.

Common Questions

Is Claude Code included with Claude Pro? +

Yes. Claude Code is included with a Claude Pro subscription. You do not need to pay extra for it.

Do I need to know how to code? +

No. You describe what you want in plain language and Claude Code writes the code. When something breaks, paste the error message and tell it to fix the issue.

Can I use Claude Code for free? +

Claude Code requires a Claude Pro subscription or API access. For browser-based use without local setup, Antigravity (antigravity.dev) offers a free tier.

How do I deploy what I build? +

Vercel is the easiest option. Push your project to GitHub, import the repo in Vercel, and click Deploy. You get a live URL in seconds. The free plan includes unlimited deployments and automatic HTTPS.

Want to go further?

If you want to learn how to use these tools in your freelance or creative business, or you are figuring out where to start, Mudayon works with freelancers and solopreneurs on content systems, lead generation, and AI implementation.

30 Minutes. Free.

Book a Call

Not a sales pitch. A conversation about where you are and whether there is a fit. Pick a time below.