Inner Web Solutions — Loading
0%
Menu Exit Vault

Claude Vault

Member Access

Welcome user

Getting Started The Process

Visual Studio Code is the workspace where your website actually lives — a free, professional-grade editor used by developers everywhere. Every page, style, and image comes together in one place, and changes preview the instant you make them. You don't need to be a programmer to open it; think of it as the desk where the work happens.

Claude Code is the collaborator that sits right inside that workspace. Instead of memorizing syntax or digging through documentation, you describe what you want in plain language — "make the header smaller," "add a contact form," "match the colors to my logo" — and Claude makes the change directly in your files, explaining each step as it goes.

Together they close the old gap between idea and result. The average user can direct real design and development work in minutes, watch it happen live in VS Code, and keep full ownership of the finished site — no agencies, no waiting on quotes, no black box. The two tools turn "I wish my site could do that" into something you can simply ask for.

Getting Started Purchases

Signing Up for Claude

Claude is built by Anthropic and lives at claude.ai. Click Sign up, create an account with your email (or continue with Google), and verify your address — you'll land in the Claude chat interface on the free plan. The free plan is enough to get a feel for Claude, but real design and development work in Claude Code — along with the message limits a full session needs — calls for a paid plan.

Claude Pro

Pro is the entry paid plan and the practical starting point for most users. It unlocks Claude Code, raises your message limits, gives access to the latest models, and lets you work through a full session without hitting the free-tier ceiling. For light, occasional website edits, Pro is usually all you need.

CA$29/mo · US$20/mo

Claude Max

Max is for heavier, sustained work — long build sessions, larger projects, or days when you're directing Claude continuously. Its two tiers raise your usage to roughly 5× and 20× Pro, so you spend less time waiting on limits and more time shipping. If you regularly hit Pro's caps, Max is the upgrade.

5× usage — CA$147/mo · US$100/mo

20× usage — CA$294/mo · US$200/mo

Getting Started Installations

Visual Studio Code

  1. Go to code.visualstudio.com and click the blue Download for Windows button.
  2. Open the downloaded VSCodeUserSetup file from your Downloads folder.
  3. Accept the license agreement and click Next through the prompts. On "Select Additional Tasks," tick Add to PATH and Create a desktop icon.
  4. Click Install, then Finish — VS Code opens automatically.
  5. Optional: right-click its taskbar icon and choose Pin to taskbar for quick access.

Claude AI Integration

  1. Install Node.js (LTS) from nodejs.org — run the .msi installer and accept the defaults.
  2. Open VS Code, then open the integrated terminal with View › Terminal (or Ctrl + `).
  3. In the terminal, run: npm install -g @anthropic-ai/claude-code
  4. Start it by typing claude and pressing Enter. Sign in with your Anthropic account when prompted.
  5. You're connected — describe what you want in plain language and Claude edits your files directly.

Visual Studio Code Idioms

A few things trip up almost everyone at first. None are serious — knowing them up front saves a lot of head-scratching.

Claude Code Idioms

Working with Claude is a conversation, not a command line. These habits make that conversation smooth from day one.

Uploading Files Going Live

Your site lives on your computer while you build it, but the world can only see it once the files are copied up to your web host — the always-on server behind your domain. “Uploading” just means moving the finished files from a folder on your machine into the host's public folder (usually named public_html, www, or htdocs). Here are the ways to do it, most reliable first.

Method 1 — FTP Recommended

FTP (File Transfer Protocol) uses a small free app to move files between your computer and the server, exactly like dragging between two folders. We recommend FileZilla — it's free and identical on PC and Mac. First grab your FTP details from your host: a host/server address, username, password, and usually port 21 (or port 22 for the more secure SFTP).

FileZilla (FTP)

  1. Download FileZilla from filezilla-project.org and run the .exe installer, accepting the defaults.
  2. Open FileZilla. In the bar across the top, enter your Host, Username, Password, and Port (21), then click Quickconnect. For SFTP, put sftp:// in front of the host and use port 22.
  3. The left panel is your computer; the right panel is the server. On the right, double-click into public_html.
  4. On the left, browse to your project folder (e.g. C:\Users\You\Documents\my-site) and select everything inside it — index.html, images, CSS, and JS.
  5. Drag the selected files from the left panel into public_html on the right. Watch the transfer queue at the bottom until every file reads successful.
  6. Open your domain in a browser to confirm it's live. To update later, just re-upload the changed file and choose Overwrite when asked.

Method 2 — Host File Manager

Most hosts include a File Manager in their control panel (often cPanel), so you can upload straight from your browser with nothing to install. It's handy for a quick fix or a few files; for a whole site, FTP is faster. Uploading a single .zip and extracting it on the server is the quickest way to move many files at once.

cPanel File Manager

  1. In File Explorer, open your project folder, select all the files inside, right-click and choose Send to › Compressed (zipped) folder to make a .zip.
  2. Log in to your host and open cPanel › File Manager.
  3. Double-click into public_html, then click Upload in the toolbar.
  4. Drag your .zip onto the upload page (or click Select File) and wait until it reaches 100%.
  5. Back in File Manager, right-click the uploaded .zip, choose Extract, then delete the .zip to keep things tidy.
  6. Check that index.html sits directly inside public_html (not in a sub-folder), then load your domain.

Other Methods

Keeping Local Files Organized

A tidy folder on your computer makes uploads quick and mistakes rare — what you see locally should mirror what's on the server.

Troubleshooting

Lingo Library Prompting

A shared vocabulary makes Claude faster and more accurate — the more precisely you name what you want, the closer the first result lands. Terms with a dashed underline have a hover example, and the + adds a term to My Notes. Tick a term's box and hit Build PDF to print your own glossary.

Note: Even without knowing these terms, Claude will be very accurate, but, even knowing some of these terms and techniques will speed up your efficiency (which in turn saves money).

Important Notes Recap

Member Resources

2Day Reward Resources

Must be a 2Day Member to gain access2Day Members are clients who participated in a 2-day workshop.NOTE: to qualify, your two days of workshop time do not need to be consecutive.

  • Under-Budgie__real-estate-website Realtor website that includes backend, mortgage calculator, industry-specific animation.
    Download .zip
  • Vineham-Auto__dealership-website Vineham Auto is an automotive frontend with backend build. Perfect for a small or medium sized auto dealer. Track your sales, leads, test drives, vehicle inventory and fuel consumption all from one location!
    Download .zip
  • Chai-Zebra__music-artist-website Music-artist website with an album showcase, a built-in song player with audio previews, tour dates, and an animated hero — ready to drop in any band or solo act.
    Download .zip
  • Vineham-Atlas__history-website History website exploring the world region by region — interactive Europe and North America pages, rich imagery, and a cinematic water-loop hero.
    Download .zip

The use of Member Resources and 2Day Reward Resources may only be re-published with original content.
Logos and other related brand content must not be re-purposed for commercial use.

Video Tutorials

Quick, animated walkthroughs — click a tutorial to play it right here.