Open MBTI is an open-source, quick, and accurate adaptation of the Myers-Briggs Type Indicator. It aims to provide clear and concise personality assessments through a streamlined 24-question format.
24 questions: https://github.com/stancsz/open-mbti-survey/tree/main/public/data
- 24-Question Test: Optimized for speed and clarity.
- Enhanced Accuracy: Refined questions to better capture personality nuances.
- Open Source: Community-driven development and improvement.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev