Secret Guesser
A fun and engaging web application that asks you a series of seemingly innocent questions, then makes a wildly accurate (or hilariously wrong) guess about your deepest, most hidden secret.
Features
- Progressive Question Flow: Starts with casual questions and gradually gets more personal
- AI-Powered Secret Guessing: Analyzes your answers to generate a personalized secret guess
- Accuracy Rating: Shows how confident the AI is about its guess
- Share Your Results: Easily share your revealed secret on social media
- Modern UI: Beautiful, responsive design with dark/light theme support
Tech Stack
- Frontend: React with TypeScript
- Styling: Tailwind CSS with shadcn/ui components
- Backend: Supabase for data storage and authentication
- Build Tool: Vite for fast development and optimized builds
Getting Started
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to
http://localhost:5173
How It Works
The Secret Guesser uses a combination of psychological profiling techniques and pattern matching to analyze your responses. While it may seem like magic, it's actually using a clever algorithm that:
- Categorizes questions by depth (casual, personal, deep)
- Assigns weights to different answer patterns
- Uses a probability model to select the most likely secret
- Adds a touch of randomness to keep things interesting
Contributing
Contributions are welcome! Feel free to submit a pull request or open an issue if you have ideas for improvements.
Note: This application is for entertainment purposes only. No actual mind reading is involved.