Futures
Access hundreds of perpetual contracts
CFD
Gold
One platform for global traditional assets
Options
Hot
Trade European-style vanilla options
Unified Account
Maximize your capital efficiency
Demo Trading
Introduction to Futures Trading
Learn the basics of futures trading
Futures Events
Join events to earn rewards
Demo Trading
Use virtual funds to practice risk-free trading
CFD
U.S. stock CFD derivatives
US Stocks
Access real US stocks and ETFs
HK Stocks
Trade quality Hong Kong-listed stocks
Korean Stocks
SK Hynix
Real Korean stocks and top assets
Stock Futures
High leverage, 24/7 trading
Tokenized Stocks
Backed by real stock assets
IPO Access
Unlock full access to global stock IPOs
GUSD
Mint GUSD for Treasury RWA yields
Stocks Activities
Trade Popular Stocks and Unlock Generous Airdrops
Launch
CandyDrop
Collect candies to earn airdrops
Launchpool
Quick staking, earn potential new tokens
HODLer Airdrop
Hold GT and get massive airdrops for free
IPO Access
Unlock full access to global stock IPOs
Alpha Points
Trade on-chain assets and earn airdrops
Futures Points
Earn futures points and claim airdrop rewards
Promotions
AI
Gate AI
Your all-in-one conversational AI partner
Gate AI Bot
Use Gate AI directly in your social App
GateClaw
Gate Blue Lobster, ready to go
Gate for AI Agent
AI infrastructure, Gate MCP, Skills, and CLI
Gate Skills Hub
10K+ Skills
From office tasks to trading, the all-in-one skill hub makes AI even more useful.
How to Use Claude Code to Build a $10,000-Level Website and Animation Effects
From installing design skills, collecting reference materials, writing build prompts, to implementing a spotlight cursor animation, round-by-round review and fixes, and finally polishing—this complete guide lets you get started with zero coding experience. This article is compiled and translated from a monokern X post.
(Background: Claude Code launches /goals command: separate execution from evaluation to prevent AI agents from slacking off and lying) (Context: Hands-on: A step-by-step guide to upgrading Vibe Coding to an expert-level development workflow with 7 Agents)
Table of Contents
Toggle
An agency would charge $5,000 to build a portfolio site that looks this polished.
I built mine in 2 hours. Here's the complete process.
This is a real hands-on record, not a generic template guide.
I use my own portfolio as an example: the reference materials I actually used, the prompts I actually sent, and the bugs I actually encountered and fixed.
No programming experience required.
Step 1: Install Design Skills
By default, Claude's design output is mediocre. Same fonts, same layout, same flat look. Two skills can fix this.
Paste this into Claude Code:
When prompted, allow changes and install globally.
Paste this into Claude Code:
Switch the mode selector to Auto mode so Claude won't ask for permission at every step.
Step 2: Find Reference Materials
Don't describe your ideal website from scratch. Let Claude see what you want it to look like.
My portfolio used "Il Capo Production" on Awwwards as the primary reference.
That dark, cinematic style was exactly what I wanted.
Here's how I actually used it:
Instead of screenshotting the whole page and saying "make this for me," I captured the sections I liked individually:
For the portfolio page (listing all projects), the reference site didn't have a matching layout. I found a different layout with a similar style on Pinterest, took a separate screenshot, and named it 11.png.
Don't try to copy a site entirely—borrow good parts from each.
Place all materials in the /reference folder inside the project.
Step 3: Write Build Prompts
Use /ui-ux-pro-max at the beginning of the prompt to enable the design skill.
Here's the exact prompt I used for my portfolio:
Copy-paste prompt:
The last line is key
Claude will pause and ask 4-6 questions about style, fonts, layout, animation complexity, content tone, etc. Your answers will become the foundation of the entire site.
Be specific when answering—the more precise you are here, the fewer back-and-forths later.
After you answer, Claude takes about 5 minutes to plan, then about 10 minutes to build. The first output is already quite solid.
Step 4: Hero Section Animation
Having an ordinary photo in the center of a dark hero section is boring
Something must happen when the user moves their mouse.
I came up with the spotlight idea for my portfolio:
I described this concept to Claude and asked it to implement:
Claude got it right in one go. The effect worked exactly as described—when users move the cursor, the photo lights up where they point.
Step 5: Review and Fix
Before doing a formal quality check, scroll through the site yourself and note anything that feels off.
My list after the first build:
Write down all the issues, then send them all at once:
It's very important to send all issues at once.
Step 6: Polish
After obvious bugs are fixed, do a structured quality check. Paste this into Claude:
Claude will score each point. Go through it, agree or disagree on each point, then compile the issues you want to fix into a single prompt and send them all at once.
Don't ask it to fix points you disagree with. You know your site better than it does.
Result
You'll end up with a solid site. Not perfect—but good enough.
Some things won't be exactly right on the first build. Maybe the mobile version needs another pass, or an animation feels slightly off. That's normal.
Iterate from here. Find one thing to improve every day and fix it.