π§ PerceptOS β The Emotional Reality Interpreter
What if the world wasnβt just seenβ¦ but felt through your emotional lens?
π Live App: https://perceptos.macaly-app.com
PerceptOS is a first-of-its-kind AI-powered interpreter that transforms news, events, and content based on your unique emotional makeup.
By analyzing your emotional DNA, personality traits, traumas, and beliefs, it mirrors the world not just as it is β but as you experience it.
- Personalized news & media reinterpretation
- Emotional intelligence development
- Mental health & trauma-awareness tools
- Cognitive bias detection & empathy training
- Reflective journaling & introspection
Define your emotional traits, fears, biases, and triggers.
Choose how reality is filtered:
- Empathy Boost
- Radical Honesty
- Trauma Shield
- Realist vs Optimist/Pessimist Mode
- Archetypal Voices (Child, Healer, Rebel, etc.)
See both:
- π§Ύ Objective Interpretation
- π Your Emotional Perception
Rewrites news or situations in various emotional archetypes.
| Area | Tools Used |
|---|---|
| Frontend | React.js 18, Next.js 15, Tailwind CSS |
| Backend | Node.js / FastAPI, Vercel Functions |
| AI/LLMs | OpenAI GPT-4o |
| State Mgmt | Zustand, Context API |
| Storage | LocalStorage (temporary) |
| Hosting | Vercel (via Macaly.app) |
perceptos/ βββ frontend/ # React + Next.js β βββ components/ β βββ pages/ β βββ styles/ β βββ utils/ βββ prompts/ # GPT prompt templates βββ public/ # Static assets βββ docs/ β βββ emotional-models.md β βββ vision.md β βββ launch-deck/ βββ .env.example βββ README.md
# 1. Clone the repo
git clone https://github.com/fahadnasir13/perceptos.git
cd perceptos/frontend
# 2. Install dependencies
npm install
# 3. Create .env file with your OpenAI key
cp .env.example .env
# 4. Start development server
npm run dev
β¨ Upcoming Features
AI-guided Emotional Journaling
Real-Time Media Feeds
Audio Narration (Voice Archetypes)
Bias Analyzer Dashboard
User Feedback/Insight Tracking
π #MadeInMacaly Submission
Built for the #MadeInMacaly 2025 competition to explore the intersection of AI, emotion, and reality.
π€ Creator
Fahad Nasir
AI & Full Stack Innovator
π GitHub: https://github.com/fahadnasir13
π LinkedIn: https://linkedin.com/in/fahadnasir15
π Portfolio: https://fahadnasir.macaly-app.com
π License
MIT License β Free to use, fork, and remix with credit.
π¬ Feedback or Collaboration?
Open to mental health experts, AI builders, educators, and emotional design thinkers.
Fork it, star it, or drop a suggestion!
---
## β
Commit Structure Suggestion
```bash
git commit -m "init: setup Next.js frontend with Tailwind"
git commit -m "feat: add Emotional DNA input flow"
git commit -m "feat: implement Mirror View comparison layout"
git commit -m "chore: add OpenAI API integration"
git commit -m "style: responsive redesign for lens selector"
git commit -m "docs: complete README and vision doc"