Modern, responsive, and blazing-fast admin dashboard built with Svelte 5 and Tailwind CSS v4. This frontend is part of the Pulseform Survey ecosystem ā an advanced survey creation and analytics platform.
This frontend connects seamlessly to
pulseform-survey-api
, the backend REST API built with NestJS and MongoDB.
src/
āā lib/ # Reusable UI components and helpers
āā routes/ # App routes powered by SvelteKit
āā app.css # Tailwind + custom CSS
āā app.html # HTML entrypoint
npm install
npm run dev
Then visit http://localhost:5173
š In active development ā feedback, issues and contributions are welcome!