Quick Start Guide
Get up and running with ReformCode in under 5 minutes. This guide covers account setup, your first CODE workspace, and your first REFORM analysis.
Step 1: Create Your Account
- Go to reformcode.com
- Click Get Started or Sign Up
- Sign up with:
- Email and password
- Google account
- GitHub account (recommended for repo features)
- Verify your email if prompted
- You receive 20 free credits to start
Step 2: Explore the Dashboard
After signing in, you land on the Dashboard:
- Credits: Your current balance (top right)
- Quick Actions: Links to main features
- Recent Activity: Your latest analyses
- Trending: Popular repositories to explore
Step 3: Your First Search
Try Universal Search:
- Click Search in the sidebar (or press
Cmd/Ctrl + K) - Enter a search term:
react form validation - Press Enter
- Browse results from GitHub, NPM, and Docker
- Note the ReformCode Score for each result
Understanding Scores
- 80-100: Excellent quality
- 60-79: Good choice
- 40-59: Use with caution
- Below 40: Investigate thoroughly
Step 4: Open CODE
Use CODE when you want a VS Code-like workspace for generation, editing, preview, Git workflows, validation, and proof:
- Click Workspace under Code in the sidebar.
- Review the file tree, editor, agent chat, preview, and diagnostics panels.
- Ask the agent for a small change, or open an existing file and edit directly.
- Use the preview and validation panels to check the result before shipping.
Step 5: Analyze Or Remix With REFORM
Use REFORM when you want to understand, adapt, transform, or white-label existing code:
- Click Analyze under Reform in the sidebar.
- Paste code or bring in a repository context.
- Choose an AI model for quick or deeper analysis.
- Review the ReformCode Score, risks, and improvement recommendations.
- Move validated work into CODE when you are ready to build forward.
Sample Code to Try
function calculateTotal(items) {
var total = 0;
for (var i = 0; i < items.length; i++) {
total = total + items[i].price * items[i].qty;
}
return total;
}
The AI will suggest improvements like:
- Using
const/letinstead ofvar - Using
reduce()for cleaner code - Adding type checking
Sample Prompt To Try In CODE
Create a simple counter app with increment,
decrement, and reset buttons. Use a modern
dark theme.
Step 6: Transform Code
Convert code between languages:
- Click Transform under Reform
- Paste JavaScript code
- Set source: JavaScript
- Set target: TypeScript
- Click Transform
- Get TypeScript with proper types added
Step 7: Save Your Work
ReformCode auto-saves, but you can also:
- Save to Snippets: Store useful code for reuse
- Bookmark: Save search results and analyses
- Export: Download workspace artifacts or ZIP files
Key Navigation
| Shortcut | Action |
|---|---|
Cmd/Ctrl + K | Quick search |
Cmd/Ctrl + S | Save current work |
Cmd/Ctrl + Enter | Run AI analysis |
Credit Usage
Your 20 free credits go far:
| Action | Cost |
|---|---|
| Quick code analysis | 1-2 credits |
| Deep code review | 3-6 credits |
| CODE workspace generation | 3-5 credits |
| Code transformation | 2-4 credits |
What's Next?
Explore Features
- Universal Search: Find quality repos and packages
- CODE Workspace: Build with files, agent chat, preview, diagnostics, and validation
- REFORM Analyze: Review, score, remix, and adapt code
- Evidence Studio: Package analysis proof into customer-ready artifacts
- History: View all past activity
- Saved: Access bookmarked items
Learn More
- Workspace Guide: Master CODE
- Reform Wizard Guide: Master REFORM
- Transformer Guide: Convert code
- Release Gate 2.0: Understand launch verification
- Keyboard Shortcuts: Work faster
Need More Credits?
- Pro Plan: $15/month for 150 credits
- Team Plan: $99/month for 600 credits (5 seats)
- Upgrade in Settings
Getting Help
- FAQ: Common questions
- Documentation: Full guides
- Support: Contact us through the app
Pro Tips
- Connect GitHub: Get the most from repo features
- Start with cheap models: Use Gemini Flash for quick checks
- Use auto-save: Your work is preserved automatically
- Bookmark generously: Save items you might need later
- Learn shortcuts: Keyboard shortcuts save time
Welcome to ReformCode! Start exploring at reformcode.com