Replace README with product README
This commit is contained in:
parent
e79e4d7ec5
commit
8ff5b127f3
25
README.md
25
README.md
|
|
@ -1,3 +1,24 @@
|
|||
# sovereign-stack-pwa
|
||||
# Sovereign Stack PWA
|
||||
|
||||
Sovereign Stack PWA — local-first offline-capable encrypted vault + Lightning/L402 client + open-weight LLM bridge. MIT.
|
||||
Local-first, Lightning-native PWA for sovereign computing. Offline-capable encrypted vault, L402 payments, open-weight LLM bridge.
|
||||
|
||||
## Install
|
||||
```bash
|
||||
git clone https://forge.alexanderwhitestone.com/git/stackchain/sovereign-stack-pwa.git
|
||||
cd sovereign-stack-pwa
|
||||
bash install.sh
|
||||
```
|
||||
|
||||
## Run
|
||||
```bash
|
||||
cd ~/sovereign-stack-pwa
|
||||
python3 -m http.server 8080
|
||||
# Visit http://localhost:8080 on any device
|
||||
```
|
||||
|
||||
## Stack
|
||||
- PWA shell with offline service worker
|
||||
- Encrypted vault using IndexedDB
|
||||
- Lightning / L402 payment module (planned)
|
||||
- Ollama bridge for local open-weight LLMs (planned)
|
||||
- MIT license. No black boxes.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user