-
Notifications
You must be signed in to change notification settings - Fork 626
Open
Description
Hey Lightpanda team!
I generated a structured documentation site for Lightpanda Browser using DocSmith, an AI-powered docs generator that works as a Claude Code skill.
The docs cover:
- Overview (performance metrics, feature status)
- Quick Start (CDP server, Puppeteer, Playwright)
- Architecture (engine, network layer, CDP protocol)
- Building from Source (Zig toolchain setup)
- Testing and Contributing
Everything was generated from the codebase, no manual writing.
Why this might be useful:
- Since Lightpanda isn't Chromium-based, the architecture is new to most people. Having the engine/network/CDP internals documented in one place helps
- There are multiple integration paths (Puppeteer, Playwright, chromedp) and a docs site makes it easier to compare them
- Build-from-source and testing guides could help new contributors get started
Happy to help maintain this if the team finds it useful.
How it was made:
DocSmith analyzes the codebase and generates documentation with a single command. Works with Claude Code, Cursor, Codex, and other AI coding agents.
- Install:
npx skills add AIGNE-io/doc-smith-skills - Generate:
/doc-smith-create - Publish:
/doc-smith-publish
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels