Rental accommodation using purely peer‑to‑peer technologies such as Nostr.
Read docs in full here.
This repo contains
.
├── app # Flutter client app deployed to stores and web
├── hostr_sdk # SDK for relays, Hostr models, trades, messaging, swaps
├── hostr_cli # CLI and Dart daemon used by MCP/local automation
├── models # Custom Nostr event types and validations
├── escrow # Escrow daemon, contracts, and settlement tooling
├── ai # Node/TypeScript MCP server and agent-facing automation
├── infrastructure # Terraform, DNS, CI deploy, and hosted VM setup
├── docker # Local/dev service config for relay, blossom, EVM, observability
├── dependencies/nips # Vendored NIP specs plus Hostr draft NIP-XX documents
└── scripts # Bootstrap, deploy, ABI, TLS, screenshot, and helper scriptsNew nips are needed to facilitate escrowed transactions via nostr. We also need to extend Nip-
git clone --recursive git@github.com:sudonym-btc/hostr.gitQuickstart: see the client app guide at app/README.md for run targets by environment.




