Security tools, research work, and automation pipelines
Loading projects
// How to add a new project
Open data/projects.json and add a new object to the array. The site will automatically render it — no HTML editing needed.
{
"id": "my-new-tool",
"number": "06",
"title": "My New Tool",
"status": "active" // active | indev | research
"statusLabel": "Active",
"featured": false,
"desc": "What does it do?",
"tags": ["Python", "CLI"],
"github": "https://github.com/Mr74nX/my-new-tool",
"live": ""
}