Tiptap Rich-TextInline <alap-link> nodes in a Tiptap editor — side-by-side with live preview
External DataLoad config from JSON files or remote endpoints
Bluesky / AT Protocol:atproto: protocol — live profiles, feeds, people search, post search, plus a combined page mixing allLinks + :web: + :atproto: in one expression
CMS Content Transformrehype-alap plugin — transforms CMS HTML with <a href="alap:query"> links into <alap-link> web components
CDN / Script TagZero npm, zero build step — load Alap via a <script> tag and go
Lightbox RendererAlternative renderer — menu items displayed in a lightbox overlay instead of a dropdown
Static Site Generators
These examples use their own build tools and run locally from your checkout — they are not available on examples.alap.info.
EleventyRun first: cd examples/sites/eleventy && pnpm dev (port 9990)
Astro IntegrationRun first: cd examples/sites/astro-integration && ./serve.sh (port 9010)
HugoRun first: cd examples/sites/hugo && ./run.sh (port 9170, requires Podman)
VitePressRun first: cd examples/sites/vitepress && pnpm dev