
I built 3 open-source tools for developers and freelancers — here's what I learned published: false
azkal-cli — AI project scaffolder The problem: Every new project starts the same way. Spend 30 minutes setting up folder structure, configs, tsconfig, eslint, tailwind, .gitignore... before writing a single line of actual code. The fix: Describe your project in plain English, and AI picks the stack and generates everything. Run: npx azkal "build me a SaaS with auth, payments, and a dashboard" It analyzes your description, picks the optimal stack (Next.js, Express, Vite, etc.), and generates a complete project with working configs, boilerplate, README, and .gitignore. Built with TypeScript, Commander.js, and Claude AI. https://github.com/Ialkyyyy/azkal-cli | https://www.npmjs.com/package/azkal azkal-pulse — Site audit Chrome extension The problem: Lighthouse tells you what's wrong with a site but not how to fix it. And when a client asks "what's wrong with my website?" you have to manually translate scores into actionable advice. The fix: One-click audit that gives you scores AND copy-p
Continue reading on Dev.to Webdev
Opens in a new tab




