mirror of
https://github.com/warmbly/warmbly.git
synced 2026-09-10 08:06:04 +00:00
Removes DMARC reports, DNS verifier, Postmaster snapshots, and DNS verifications from the dashboard. Adds connect-drawer fields for the new catalog set (HubSpot, Salesforce, Pipedrive, Close, Zapier, Make, n8n, Slack, Discord), keeps Calendly, Cal.com, and Google Sheets. Category order is now CRM, Automation, Notifications, Meetings, Data.
Warmbly Web App
React + TypeScript frontend for Warmbly.
Stack
- React 19
- Vite (Rolldown)
- TypeScript
- TanStack Query
- Zustand
- Tailwind CSS 4
Prerequisites
- Node.js 20+
- pnpm 10+
Setup
cd web
pnpm install
cp .env.example .env
Run
pnpm dev
Default dev URL: http://localhost:5173
Quality Checks
pnpm lint
pnpm test:run
pnpm build
Project Layout
src/approute pages and layoutssrc/componentsUI and feature componentssrc/lib/apiAPI clients, hooks, and modelssrc/storesZustand store slices