This repository hosts the LocalLoop documentation hub for the LOOP Protocol. It mirrors protocol artifacts (specification, schemas, RFCs, examples) and provides a lightweight viewer for markdown and JSON files. The site is built with Next.js (static export) and published via GitHub Pages. The project is an early, low-TRL concept with no public pilots or deployments yet.
app/: Next.js App Router pagespublic/viewer.html: markdown/JSON viewerpublic/projects/loop-protocol/: mirrored assets fromloop-protocolpublic/assets/: site styling and scriptspublic/assets/js/interest.js: public Expression of Interest form and listapp/docs/lab-demo/: lab demo runbook and visuals
If you add new docs or schemas in the protocol repo, copy them into
public/projects/loop-protocol/ (or use the aggregation workflow once configured).
bun install
bun run devbun run buildThe static export is written to out/ and deployed via GitHub Pages.
# Smoke checks
bun run test
# E2E checks (runs Playwright against the static export)
bun run test:e2eThis repository is intended to be published via GitHub Pages. If the GitHub org is
local-loop-io, the default URL will be https://local-loop-io.github.io.
If you reference this repository, please cite: Alphin Tom. "LocalLoop Docs Hub." LocalLoop, GitHub repository, 2025-2026. https://github.com/local-loop-io/local-loop-io.github.io
@misc{localloop_docs_hub_2025,
author = {Alphin Tom},
title = {LocalLoop Docs Hub},
year = {2025},
howpublished = {GitHub repository},
url = {https://github.com/local-loop-io/local-loop-io.github.io},
note = {Accessed 2025-12-19}
}