"引到永生,那门是窄的,路是小的,找着的人也少。"
You don't lack knowledge. You lack the will to act on what you already know.
Not another meditation app. Not another goal tracker. A diagnostic engine for the soul.
Socratic questioning across 5 dimensions: cognition, emotion, behavior, relationship, and mission. Real-time evasion detection catches denial, deflection, minimization, and rationalization.
5 Dimensions7 AI masters with distinct personalities, powered by MIMO. From Socrates to the Gatekeeper, each challenges you through their unique lens of human transformation.
7 Masters30-day progressive challenge system. Each day, do the thing you least want to do. Breakthrough moments tracked and rewarded with XP.
30 DaysReal human witnesses who observe your evolution. Accountability through presence, not judgment. Your transformation becomes visible.
Real PeopleFive-layer visualization: from the Sleep layer through Awakening, Breakthrough, and Mastery to the Divinity layer. XP-gated progression.
5 LayersFrom unconscious sleep to divine mastery. Each layer unlocks deeper challenges and more powerful masters.
Daily challenge: +10 XP · Breakthrough: +50 XP · Crossing complete: +200 XP
Each master is an AI personality with a distinct methodology for uncovering your deepest patterns.
Logical contradiction exposure. Asks the question behind your answer.
Shadow integration. Guides you to face what you've buried.
Procrastination dissection. Shows you the anatomy of your avoidance.
Relationship pattern recognition. Reflects who you become around others.
Life architecture audit. Systems thinking for your existence.
Pain transmutation. Converts suffering into fuel for growth.
Final crossing verification. The narrow gate itself speaks.
Four-layer stack. Clean separation, full testability, production-ready.
Three lines to start your soul audit. The AI does the rest.
# Start NarrowGate pip install -r requirements.txt python src/api/main.py # Begin a soul audit via API curl -X POST http://localhost:8090/api/audit/start \ -H "Content-Type: application/json" \ -d '{"username": "seeker"}' # Response: # { # "audit_id": "audit_a1b2c3", # "question": "What do you believe about yourself # that might not be true?", # "dimension": "cognition" # }
RESTful API with 12 core endpoints. Full OpenAPI documentation at /docs.
| Method | Path | Description |
|---|---|---|
| POST | /api/audit/start | Initialize a soul audit session |
| POST | /api/audit/answer | Submit response with AI follow-up |
| POST | /api/audit/complete | Finalize audit, generate gate candidates |
| GET | /api/audit/{id}/gates | Retrieve narrow gate candidates |
| GET | /api/masters | List all available master guides |
| POST | /api/masters/choose | Select a master for guidance |
| POST | /api/crossing/start | Begin a 30-day crossing challenge |
| POST | /api/crossing/complete | Mark daily challenge as complete |
| POST | /api/witness/add | Add a witness to your evolution |
| GET | /api/witness/list | List your witness network |
| GET | /api/evolution/{user_id} | Get evolution pyramid status |
| POST | /api/evolution/breakthrough | Record a breakthrough event |
You already know what you need to do.
The question is whether you'll do it.