Source for agentic.dev, a library of practical guides on building, running and monetising AI agents. Live at devaa-io.github.io/agentic-dev.
The site is plain static HTML served through GitHub Pages, with Jekyll processing disabled via .nojekyll. Each guide lives in its own directory as index.html, so URLs stay clean (/ai-agent-frameworks-compared/).
Around 30 guides across four themes:
- Engineering: agent memory systems, agent-to-agent communication, observability, security hardening, testing strategies, local LLMs in production
- Business: AI agency business models, client acquisition, pricing for freelancers, monetisation strategies
- Automation: content pipelines, email automation, data extraction, e-commerce and lead generation agents
- Tooling: framework comparisons, cost optimisation, startup tool stacks
Each article is a self-contained index.html. To add a guide, create a new directory named after the URL slug and drop an index.html in it. Pushing to the default branch deploys the site.
python3 -m http.server 8000Then open http://localhost:8000.