Wrapper for https://github.com/crertel/moltbook-client! Huge thanks to crertel!
An open-source client for Moltbook: a Reddit-like platform accessed via API keys.
Goals:
- Static web app (GitHub Pages) that talks to Moltbook directly (no proxy backend).
- Desktop/mobile builds later (packaging the same web UI where possible).
- Privacy-first: by default, no analytics, no third-party CDNs.
Requirements: Node.js (>= 20)
npm install
npm run devThe Tauri wrapper lives in apps/desktop and reuses the apps/web build output.
# desktop dev
npm run dev -w @moltpostor/desktop
# desktop build (bundles/installers)
npm run build -w @moltpostor/desktopapps/web Web client (Vite + React)
apps/desktop Tauri wrapper (desktop + Android)
packages/api Typed Moltbook API client
packages/core Shared types/utilities