Building otaviOS
otaviOS is a static site: every window is a real route, exported to HTML at build time.
How it works
- The content lives in Markdown files in the repository.
- A loader validates them and builds a tree of folders, documents and shortcuts.
- Each node gets a route, and its page opens the right program in a window.
The URL is always the focused window, so the browser's back button walks through your windows.