Form builder with schema validation, multi-step, and file upload
SvelteKit, TypeScript, PostgreSQL, Prisma, Drizzle ORM
Backend service with SvelteKit, frontend user interface, and database persistence
# Clone the repository
git clone https://github.com/elitsuri/svelte-forms-pro
cd svelte-forms-pro
# Copy environment variables
cp .env.example .env
docker compose up --build