Back to browse
Darby, a Hugo docs theme with in-browser AI Q&A (no back end, no keys)

Darby, a Hugo docs theme with in-browser AI Q&A (no back end, no keys)

by aktech·Jul 16, 2026·2 points·0 comments

AI Analysis

●●SolidCozySlick

Hugo theme with a local Llama 3.2 assistant running entirely in the browser via WebGPU.

Strengths
  • Zero-backend AI: runs the chat model client-side, eliminating API costs and privacy concerns.
  • Polished DX: includes Mermaid diagrams, callouts, and keyboard-first navigation out of the box.
  • Standard Hugo module installation avoids complex Node.js build pipelines.
Weaknesses
  • 1B parameter model may struggle with complex technical queries compared to cloud APIs.
  • WebGPU support is still spotty on older browsers and Linux configurations.
Target Audience

Open source maintainers and technical writers using Hugo

Similar To

Mintlify · Docusaurus · VitePress

Post Description

Darby is an open source Hugo docs theme with the polish of the paid docs platforms: clean typography, dark mode, full-text search, code blocks with copy and filename tabs, callouts, tabs, beautifully rendered mermaid diagrams, auto sidebar and TOC.

No Node build, no CSS framework. Add as a Hugo module, configure colors and fonts in hugo.toml, write Markdown. Static output, host anywhere free.

Also has an AI docs assistant that runs entirely in the browser: Llama 3.2 1B on WebGPU, no backend, no API keys.

Demo: https://iamit.in/darby/

MIT licensed.

Similar Projects

Security●●Solid

I audited my own back ends on 5 BaaS – leak in every one

Active anon-key probing confirms leaks live instead of just inferring them from config.

Solve My ProblemNiche Gem
renzom13
422mo ago
Developer Tools●●Solid

VibeDB – store anything with zero config

Zero-config single-file persistence plus two query styles (Mongo-like dicts or a Pythonic Q builder) makes everyday prototyping painless. The built-in Studio UI and auto-index hints are thoughtful extras for inspecting data and nudging performance, though this competes with established tiny DBs and SQLite/JSON patterns — great for side projects, but check concurrency and durability needs first.

Niche GemShip It
StevenSLXie
205mo ago