All 77 Dependencies
Every package Formizee depends on, ranked by repo health score.
Formizee provides the backend infrastructure most form-heavy sites need — submission handling, email notifications, and analytics — without requiring teams to run their own server for something as common as a contact or signup form. It targets the same use case as Formspree and Typeform, but as a self-hostable, open-source alternative.
The project is a Turborepo monorepo with a clear separation of concerns: `apps/api` handles form submission processing, `apps/dashboard` is the form-builder and analytics UI, `apps/vault` manages secrets/credentials, `apps/logdrain` handles log aggregation, and `apps/docs`/`apps/web` cover documentation and marketing. It's built with Next.js and shadcn/ui for the frontend, and deploys on serverless infrastructure (Cloudflare hosts the API and vault components in Formizee's own deployment).
Apache-2.0 licensed, Formizee is fully open source with no separate enterprise-gated codebase — the same code that runs the hosted service is what you'd self-host.