A professional online data collection platform shell for researchers, built with Svelte 5.
DataCollect Pro is a modern web application that enables researchers to create, distribute, and analyze surveys. The platform provides tools for both survey creators and participants, with features for data collection, analytics, and user management. Further integration and modification is possible through instructions below.
git clone <repository-url>
cd datacollect-pro
npm install
npm run dev
http://localhost:5173
npm run dev
- Start development servernpm run build
- Build for productionnpm run preview
- Preview production buildnpm run check
- Type check the projectnpm run lint
- Lint the codenpm run format
- Format the codedatacollect-pro/
├── src/
│ ├── lib/ # Shared utilities and stores
│ ├── routes/ # SvelteKit pages and layouts
│ └── app.html # HTML template
├── static/ # Static assets
└── package.json # Dependencies and scripts