Project Management
The Project Management system helps you track multiple tech stacks, monitor compatibility, and document your technical decisions over time.Overview
Access your projects from the Dashboard or manage individual projects from the Projects page.Creating a Project
From the Wizard
After completing the Stack Wizard:- Review your compatibility score
- Click Create Project
- Name your project
- Add optional description
- Click Save Project
From the Dashboard
- Click New Project on the dashboard
- Enter project name and description
- Add your technologies manually
- Click Create
Project Dashboard
Your main project view shows:Active Projects
All your saved projects with:- Project name and description
- Primary framework/stack
- Compatibility score badge
- Last updated timestamp
- Quick actions (edit, delete, share)
Project Stats
- Total Projects - Number of saved stacks
- Average Score - Mean compatibility across projects
- Critical Issues - Projects with incompatibilities
- Recent Updates - Latest modifications
Project Details
Click any project to see comprehensive information:Stack Summary
Your complete technology stack with compatibility indicators:Compatibility Breakdown
Each technology pair shows:- Status - Compatible, Partial, or Incompatible
- Severity - Info, Warning, Error, Critical
- Message - Explanation of the compatibility
- Workaround - Suggested fixes for issues
Tasks
Track your implementation progress with built-in task management:Adding Tasks
- Navigate to your project
- Click Add Task in the Tasks section
- Enter task description
- Set priority (Low, Medium, High)
- Click Add
Task States
- Pending - Not started
- In Progress - Currently working
- Completed - Finished
Example Tasks
- “Configure NextAuth.js for edge runtime”
- “Set up PostgreSQL connection pooling”
- “Implement error handling for Stripe webhooks”
Notes & Decisions
Document your technical decisions for future reference:Adding Notes
- Scroll to the Notes section
- Click Add Note
- Enter your note content
- Optionally tag with a technology
- Click Save
Note Types
- Decision - Why you chose X over Y
- Configuration - Important setup details
- Issue - Problems encountered and solutions
- Idea - Future improvements to consider
Example Notes
Activity Timeline
Track all changes to your project:| Timestamp | Action | Details |
|---|---|---|
| 2025-01-15 10:30 | Stack Updated | Added Prisma ORM |
| 2025-01-14 15:45 | Task Completed | ”Set up auth” |
| 2025-01-13 09:00 | Project Created | Initial stack |
Sharing Projects
Share your stack with team members or the community:Private Sharing
- Open your project
- Click Share
- Copy the private link
- Share with your team (requires DevRadar login)
Public Sharing
Share your project publicly with a unique URL - no login required for viewers:- Open your project
- Click Share or Make Public
- Copy the public URL (format:
devradar.dev/p/{publicId}) - Share anywhere - on social media, in documentation, or with stakeholders
- Project name and description
- Compatibility score with visual indicator
- Full technology stack breakdown
- Project requirements and platforms
- View count and creation date
abc123, share:
Embed Badge
Add compatibility badges to your README:Project Settings
Configure your project settings:- Project Name - Edit at any time
- Description - Update as your project evolves
- Visibility - Toggle between private and public
- Archive - Hide from active dashboard (kept for reference)
Deleting Projects
Remove projects you no longer need:- Open the project
- Click Settings (gear icon)
- Scroll to Danger Zone
- Click Delete Project
- Confirm deletion
Best Practices
1. Document Your Decisions
Use notes to capture the “why” behind technology choices. Your future self will thank you.2. Update Regularly
When you modify your stack, update the project in DevRadar. Compatibility scores change as technologies evolve.3. Use Tasks for Tracking
Don’t just track technologies - track the work needed to implement them properly.4. Share Early
Share your project with team members before implementation to get feedback on compatibility.5. Archive, Don’t Delete
Completed projects can be archived rather than deleted. Keep the history for reference.What’s Next
- Stack Wizard - Create a new project
- Compatibility Checker - Verify additions
- API Reference - Programmatic project access
Manage your projects Go to Dashboard →