https://github.com/ichinya/quiverkeep-web
Browser thin client for connecting to QuiverKeep core.
https://github.com/ichinya/quiverkeep-web
ai-usage client frontend quiverkeep remote-core thin-client web
Last synced: 3 months ago
JSON representation
Browser thin client for connecting to QuiverKeep core.
- Host: GitHub
- URL: https://github.com/ichinya/quiverkeep-web
- Owner: ichinya
- Created: 2026-03-15T05:39:28.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-15T07:28:58.000Z (3 months ago)
- Last Synced: 2026-03-15T19:19:57.150Z (3 months ago)
- Topics: ai-usage, client, frontend, quiverkeep, remote-core, thin-client, web
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# quiverkeep-web
> Web thin client for QuiverKeep.
`quiverkeep-web` will host the browser-based product client that connects to `quiverkeep-core`. It is the web counterpart to the desktop UI, not the promo site. The repository must stay contract-driven and use `quiverkeep-core` as the single source of truth.
## Responsibilities
- connect to local or remote `quiverkeep-core` instances;
- render browser UX for status, limits, providers, history, and related product views;
- consume core APIs without redefining domain calculations;
- evolve independently from desktop while staying contract-compatible.
## Boundaries
- business logic remains in `quiverkeep-core`;
- promo and marketing copy belong in `quiverkeep-landing`;
- web-only logic must stay presentational;
- no direct access to storage or hidden core internals.
## Status
Repository initialized. Implementation has not started yet.