* refactor: move database, navigator scripts to state package
* feat: add Schema config for dwn
* test: add unit tests for InitializeDatabase
* feat: use templated index.html for the DWN frontend
* feat: introduce templ generation for templ
* chore(deps): update devbox.json to use latest packages
* chore: update devbox to use bun
* feat: introduce dwn config generation
* feat: add motr.mjs for vault management
* refactor: move front end from to (alert)
* feat: implement devbox integration and devbox-based process management
* feat: embed motr.mjs script for offline demo
* refactor: embed motr.mjs data in embed.go
* chore: update workflows to use actions/checkout@v4
* refactor: move process-compose.yaml to deploy directory
* refactor: remove unnecessary JSON conversion
* refactor: remove indexedDB dependency and replace with browser filesystem
* refactor: remove unused layout templating from global block
* feat: add support for building from source
* feat: add Credential creation and retrieval via Dexie database
* feat: add breadcrumbs component
* feat: add new supported attestation formats to genesis
* feat: refactor keyType to keytype enum
* refactor: remove unused imports and code
* refactor: update main.go to use src package
* refactor: move web-related structs from to
* refactor: move client middleware package to root
* refactor: remove unused IndexedDB dependency
* feat: update worker implementation to use
* feat: add Caddyfile and Caddy configuration for vault service
* refactor(config): move keyshare and address to Motr config
* fix: validate service origin in AllocateVault
* chore: remove IndexedDB configuration
* feat: add support for IPNS-based vault access
* fix: update commitizen version
* feat: add WASM build tags to db actions
* feat: Update all actions to follow `AddAsset` for error handling
* feat: remove database dependency in dwn and motr commands
* feat: add basic info form to registration view
* feat: implement basic browser navigation component
* refactor: move database related files to middleware
* fix: remove unused test command
* fix: update source directory for buf-publish workflow