Set Up Your First Project
Projects are the primary way to organise and track dependencies in deprec8. Each project represents a deployable codebase or service.
Create a Project
- Navigate to the Projects page
- Click New Project
- Enter a name and optional description
- Click Create
Add Dependencies
There are two ways to populate your project with dependencies:
Upload a Manifest File
The fastest way to get started. Upload a dependency manifest file and deprec8 will automatically identify your dependencies:
package.json(Node.js / JavaScript)pyproject.tomlorrequirements.txt(Python)Gemfile(Ruby)go.mod(Go)pom.xml(Java / Maven)build.gradle(Java / Gradle)
See Manifest Upload for full details.
Manual Tracking
You can also manually add individual components to track. Use the search on the Browse page to find a component, then add it to your project.
View Project Deprecations
Once your project has dependencies, the project detail page shows:
- All tracked dependencies with their current deprecation status
- A summary of upcoming deprecation milestones
- Urgency indicators highlighting what needs attention first
Project Limits
The number of projects you can create depends on your pricing tier. Free accounts include personal project tracking. Upgrade your plan for additional projects and team features.