daily.dev App Suite
Everything you see on daily.dev 👀
This monorepo contains daily.dev's application suite. The repo includes the web app and the extension, along with shared components for the two.
By using a monorepo approach, we can easily share code and maintain consistency across the different parts of the application suite.
The decision was made to allow faster iterations and to keep features parity in both platforms.
Technologies
- Node v24.14 (a
.nvmrc is presented for nvm users).
- pnpm for managing the monorepo and dependencies.