Documentation and landing pages for Boundless Flow (无界音流).
🌐 Live site: https://boundless-flow.github.io/
This folder contains the static documentation site for Boundless Flow, including:
- product landing pages in Chinese and English
- end-user guides for STT, translation, proofreading, summaries, and TTS
- appendix pages for installation, model downloads, and beginner-friendly setup
- shared screenshots and visual assets used across the site
index.html/index-en.html: product landing pageswelcome.html/welcome-en.html: what Boundless Flow is and how to get startedonboarding.html/onboarding-en.html: 5-step onboarding wizard walkthroughstt.html/stt-en.html: real-time STT and native-stt offline transcriptiontranslation.html/translation-en.html: real-time translation workflowproofreading-summary.html/proofreading-summary-en.html: AI proofreading and summary featurestts-voice-cloning.html/tts-voice-cloning-en.html: TTS and voice cloningsts.html/sts-en.html: STS speech-translation workbenchlinglu.html/linglu-en.html: LingLu · live topic tree minutes (v0.4) — 9 LLM providers, 8 scenarios, 5 report themes (incl. sumi-ink Chinese aesthetic), Ollama-firstappendix.html/appendix-en.html: installation and configuration appendixstyle.css: shared site stylesheetimages/: screenshots, banners, and product illustrations
boundless-flow-v0.4-upgrade-plan.md: upgraded v0.4 migration plan tailored to the current plugin workspace, including architecture mapping, phased rollout, data contracts, and implementation milestones
-
Create the repo as
boundless-flow/boundless-flow.github.io
(the special<username>.github.ionaming makes GitHub Pages serve the site directly athttps://boundless-flow.github.io/). -
Push this folder as the
mainbranch root:git init git remote add origin https://github.com/boundless-flow/boundless-flow.github.io.git git add . git commit -m "chore: initial site publish" git push -u origin main
-
In the repo Settings → Pages:
- Source: Deploy from branch
- Branch:
main/(root) - Save.
The site is live in ~1 minute.
Source docs live in ai-whiteboard-next/plugins/boundless-flow/docs/.
After editing docs there, re-sync with:
Copy-Item -Path "plugins\boundless-flow\docs\*" `
-Destination "..\..\boundless-flow.github.io\" `
-Recurse -ForceThis site is maintained from the Boundless Flow plugin workspace and should stay aligned with the main project README, screenshots, and feature set.
See boundless-flow for the main project license.