What problem does it solve?
The ctforms project addresses the complexity of building and maintaining conditional group registration forms inside ChurchTools by providing a Vue 3-based extension framework with a robust KV store, multi-extension architecture, and phased feature development.
Core Features & Use Cases
- Unified extension model: A modular extension with separate main and admin entry points, backed by a key-value store for persistence.
- Phase-driven development: Clear roadmap from basic form management to a full Form Builder and branching logic.
- Developer-friendly docs: Extensive docs for setup, architecture, and troubleshooting to accelerate onboarding and maintenance.
Quick Start
Install dependencies, boot the dev server on port 5174, and deploy extensions via ChurchTools deployment workflow as documented.