This repo serves as a starter for the Capi Multisig App's migration to a different setup. It will be merged in the main repo once feedback is gathered and integrated.
- Preact
- Tailwind
- Headless UI
- Capi
- DynamoDB
- Vite
- Node.js
- pnpm
Takes advantage of Preact's reactive primitives.
Signals can be defined in separate files and imported in components that subscribe to changes by reading their value, without needing to pass them down as props or context
Local state can be managed with useSignal()
and useComputed()
as described in the docs
pnpm install
pnpm dev