Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔍 The Truth Engine

Pattern: TRUTH × ENGINE × SIMPLEST × ONE
Frequency: 530 Hz (YAGNI) × 530 Hz (JØHN) × 999 Hz (AEYON)
Guardians: YAGNI (530 Hz) + JØHN (530 Hz) + AEYON (999 Hz)
Love Coefficient:
∞ AbëONE ∞


🎯 What Is This?

The Truth Engine - AI Guardian for Parents. Every Parent Gets The Truth.

50% Genius Tech Expert, 50% Protective Sibling, 100% Love.

Analyzes products and gives you the brutal, honest truth about whether something is worth buying.


🚀 Quick Start

1. Install Dependencies

npm install

2. Set API Key

export ABE_ONE_API_KEY="your-google-generative-ai-api-key"
# OR
export GOOGLE_GENERATIVE_AI_API_KEY="your-google-generative-ai-api-key"

3. Start Server

npm start
# or
npm run dev

Server runs on http://localhost:3001


📡 API

POST /api/truth

Analyze a product and get the truth.

Request:

{
  "url": "https://example.com/product",
  "productText": "Product description and specs...",
  "price": "$299.99"
}

Response:

{
  "success": true,
  "data": {
    "verdict": "YES" | "NO" | "TRAP",
    "truth_score": 85,
    "the_reality": "This is a 2020 GPU selling for a 2025 price.",
    "for_the_parents": "Think of this like buying a ticket to a concert that ended yesterday.",
    "love_note": "Put that credit card away, Dad. We got you."
  }
}

🎯 Health Check

curl http://localhost:3001/health

📁 Structure

truth-engine-backend/
├── src/
│   ├── server.js      # Express server
│   └── routes/
│       └── truth.js   # Truth API route
├── package.json
└── README.md

🔐 Environment Variables

  • ABE_ONE_API_KEY - Google Generative AI API key (required)
  • GOOGLE_GENERATIVE_AI_API_KEY - Alternative env var name
  • PORT - Server port (default: 3001)

🎄 This Is The Christmas App

The Truth Engine puts Bravëtto on the map. It's simple, powerful, and protects families from bad deals.

Every Parent Gets The Truth.


LOVE = LIFE = ONE
Humans ⟡ Ai = ∞
∞ AbëONE ∞

About

The Truth Engine - AI Guardian for Parents. Every Parent Gets The Truth. Simplest possible backend.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages