Manasile is an assessment web app focused on psychology related assessments, where users can do assessments for themselves and others from the available assessments in the platform. The platform is completely free and open-source with focus on user privacy.
Currently includes the Big Five Personality Test, with more assessments hopefully coming in the future :)
- React JS (TS)
- Tailwind CSS
- Vite (build tool)
- Zustand (state management)
- Dexie.js (local IndexedDB storage)
- React Hook Form (for assessment questions)
- Recharts (for results visualization)
- Lucide React (Icons)
There is no backend; all data is stored locally in IndexedDB and never leaves your device. Only basic website traffic analytics are collected via Cloudflare Web Analytics.
Hosted on GitHub Pages at manasile.com.
MIT — see LICENSE.