Privacy
Privacy-first address autocomplete
StreetKit is designed so address autocomplete does not require the rest of your form. The widget only needs the address text the user is typing.
What the widget uses
In hosted mode, the typed address query is used to determine
which static index shards to fetch. The widget may also fetch
static metadata, manifest, shard, and address detail files from
the configured indexBaseUrl.
StreetKit does not need names, email addresses, cart contents, account identifiers, payment details, or unrelated form fields to provide suggestions.
Hosted mode caveat
Hosted static files still create normal web requests to the configured index host. CDN and operational systems may record request metadata needed for delivery, debugging, security, or abuse prevention. StreetKit should make that behaviour clear before production use.
Product principles
- Do not collect complete form submissions for autocomplete.
- Do not use names, emails, carts, or accounts for suggestions.
- Do not sell, enrich, or repurpose address query data.
- Use cacheable static index files where practical.
- Support custom or self-hosted
indexBaseUrlpaths for stricter environments.