Quick Start Guide
Get up and running with ReformCode in under 5 minutes. This guide covers account setup, first analysis, and key features.
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: Analyze Code
Use the Code Editor to analyze code:
- Click ReformCode in the sidebar
- Ensure Code Editor tab is selected
- Paste some code (or use the example below)
- Select the programming language
- Choose an AI model (Gemini Flash for quick analysis)
- Click Analyze
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
Step 5: Try the Builder
Generate an app from a description:
- In ReformCode, click the Builder tab
- Type a prompt:
Create a simple counter app with increment, decrement, and reset buttons. Use a modern dark theme. - Click Generate or press
Cmd/Ctrl + Enter - Watch the AI build your app
- Interact with the live preview on the right
Step 6: Transform Code
Convert code between languages:
- Click the Transformer tab
- 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 Builder apps 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 |
| Builder generation | 3-5 credits |
| Code transformation | 2-4 credits |
What's Next?
Explore Features
- Universal Search: Find quality repos and packages
- ReformCode: Full AI coding tools
- History: View all past activity
- Saved: Access bookmarked items
Learn More
- Code Editor Guide: Master the editor
- Builder Guide: Create apps with AI
- Transformer Guide: Convert code
- 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