A documentation generator for Node.js
Design System for docent
The OpenAI TTS provider plugin for docent. Wraps the official `openai` npm package's `audio.speech.create()` and exposes it through @bjelser/kit's TtsProviderPlugin contract.
Documentation intelligence for AI agents - Your guide through the codebase
docent's thin CLI shell. Subcommand routing on top of @bjelser/kit's public Engine surface; loads @bjelser/core and any user docent.config.ts plugins.
Your agent guide through any codebase. Scaffolds AI-friendly docs into any repo.
Download ebook pdf mobi epub Michiel van Vugt Net iets slimmer is available now
The ElevenLabs TTS provider plugin for docent. Wraps the `elevenlabs` npm package's `convertWithTimestamps` for native character-level alignment, folded into word-level alignment for the engine.
The OpenAI-compatible TTS provider plugin for docent. A generic adapter for any endpoint that speaks the OpenAI `/v1/audio/speech` wire shape — LiteLLM proxies, self-hosted Kokoro-FastAPI, vLLM TTS servers, alternative providers. Uses `fetch`; no SDK peer