Skip to main content
Day 2
Beginner
5 minContent

Day 2 - Add Your Favorite DevOps Tool

Share a DevOps tool you love by adding it to the Toolbox page.

What You'll Do

Add your favorite DevOps tool to the DevOps Toolbox. Help other engineers discover tools that make their work easier.

Step by Step

1. Find the toolbox data

Open lib/toolbox-data.ts and find the category that best fits your tool.

2. Add your tool entry

Add a new object to the appropriate category array:

{
  name: 'Tool Name',
  description: 'A one-line description of what the tool does.',
  url: 'https://tool-website.com',
  icon: ToolIcon, // Lucide icon name
}

3. Preview locally

pnpm dev
# Visit http://localhost:3000/toolbox

Make sure your tool shows up in the right category and the link works.

4. Submit your PR

git checkout -b hacktoberfest/add-tool-name
git add lib/toolbox-data.ts
git commit -m "Add [Tool Name] to toolbox"
git push origin hacktoberfest/add-tool-name

Share It

"Just added my favorite DevOps tool to the @thedevopsdaily Toolbox! What's yours? #Hacktoberfest #DevOpsDaily"

Ready to start?

Fork the repo and follow the steps above.

Open on GitHub

Completed Day 2? Share it!