Discover your inner archetype. Unveil your Sigma, Alpha, or Beta traits through data-driven analysis.
PersonaScope is a lightweight, frontend-only web application designed to analyze user personality traits. By answering 100 targeted multiple-choice questions, users generate a detailed JSON profile embedded with reasoning prompts, ready for advanced AI analysis.
Experience the application live:
🚀 Click Here to Open PersonaScope
🚀 The Concept PersonaScope simplifies personality testing by removing the need for complex backend servers. It runs entirely in the browser, ensuring user privacy and speed. The core innovation lies in its output: instead of a static score, it generates a Structured JSON Artifact containing both the user's responses and a sophisticated prompt for LLMs (like ChatGPT, Gemini, or Claude).
🛠 Step-by-Step Guide
-
Landing Page (
index.html):- Upon visiting the site, users are greeted with the project instructions.
- Clicking "Start Assessment" initializes the quiz session.
-
Assessment Phase (
quiz.html):- Users answer 100 scenario-based questions.
- Each question offers three distinct choices (A, B, C).
-
Data Export & Analysis:
- Upon completion, clicking Submit triggers a download of a
.jsonfile. - The Innovation: This file contains not just answers, but a Merged Reasoning Prompt.
- Users simply upload/paste this JSON content into any AI model.
- Upon completion, clicking Submit triggers a download of a
✨ Why PersonaScope?
- ⚡ Lightweight Architecture: Built with pure HTML5, CSS3, and JavaScript. Zero dependencies.
- 🌍 Universal Compatibility: Hosted on GitHub Pages; accessible from any device.
- 🔒 Privacy First: No data is sent to any server. Processing is local.
- 🤖 AI-Ready Output: Pre-formatted data for Large Language Models.
- 🎨 Clean UI: Minimalist design focusing on user experience.
🤖 The Unique Selling Point
- Complete the quiz and download the
result.json. - Open ChatGPT, Gemini, or Claude.
- Paste the content of the JSON file.
- Instant Result: The AI will use the embedded "System Prompt" to analyze your Sigma/Alpha/Beta percentages.
📂 File Organization
PersonaScope/
│
├── index.html # Landing Page (UI & Instructions)
├── quiz.html # Main Quiz Logic & Interface
├── style.css # Styling sheet
├── script.js # Logic handler
└── README.md # Documentation🔮 Upcoming Updates
- Direct API Integration: Connect directly with OpenAI/Gemini API for real-time analysis.
- Visual Dashboard: Display charts and graphs of personality traits directly in the browser.
- Mobile Optimization: Enhanced responsive design for smoother mobile experience.
- Multi-language Support: Adding Bengali and other languages to reach a wider audience.
👨💻 Susmito Datta Inventor, Developer, & Dreamer.
I am a passionate developer focused on building tools that bridge the gap between human psychology and Artificial Intelligence.
© 2026 Susmito Datta. All Rights Reserved.
Built for educational and entertainment purposes.
Made with ❤️ and Logic by Susmito