Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

261 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpliXio

SimpliXio turns scattered thoughts, project noise, and open loops into 3 priorities and one next action.

SimpliXio product system

Note

Built for founders and builders with too many inputs and not enough clarity. SimpliXio answers one daily question: "What matters now, and what should I do next?"

Why SimpliXio

  • You capture messy thoughts quickly.
  • SimpliXio filters noise into 3 priorities.
  • Each priority includes why it matters.
  • You get one clear next action.

SimpliXio is not a note backlog, task manager, CRM, ATS, or chatbot. It is the daily decision layer that reduces scattered inputs into what matters now.

Product Flow

capture -> enrich -> rank -> surface -> act -> review -> learn

The visible product stays simple:

  • What matters now
  • 3 priorities
  • Why they matter
  • One next action
  • Feedback that improves future ranking

Trust

  • Private by default.
  • Public content runs through redaction and quality checks.
  • Private outreach stays needs_approval by default.
  • Human judgement stays in control.
  • Discord, newsletter, and acquisition outputs are draft-first unless explicitly approved.

Install

Requirements: Python 3.11+, macOS 14+ / iOS 17+ (native apps), Xcode 15+ (Swift)

git clone https://github.com/SimplixioMindSystem/Thinking-Engine.git
cd Thinking-Engine
make install

Or manually:

python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt

Usage

.venv/bin/python -m cortex_core pipeline
.venv/bin/python -m cortex_core serve

Native app (iOS + macOS + watchOS):

brew install xcodegen
cp CortexOSApp/local.yml.example CortexOSApp/local.yml
# Edit CortexOSApp/local.yml and set your DEVELOPMENT_TEAM (Apple Developer Membership page)
make generate
open CortexOSApp/CortexOS.xcodeproj

Leave server URL empty in Settings to run fully offline.

API

Server runs on port 8420.

  • GET /sync/today: Canonical SimpliXio Today output (3 priorities + why + action + ignored)
  • GET /sync/snapshot: Single-call snapshot for offline-first client hydration
  • POST /integrations/pull: Pull context from RSS / GitHub / Notion
  • POST /context/signals/capture: Capture one raw signal into deterministic ranking
  • GET /context/signals/queues: Ranked queues (what_matters_now, decision queue, action-ready queue)

System architecture and scoring model:

Public-safe developer demo:

python3 examples/simplixio_signal_demo.py --dry-run

This shows how an external tool can send safe project signals into SimpliXio and receive the same core output: 3 priorities, why they matter, and one next action.

Developer Credibility Layer

SimpliXio is not being turned into a developer platform. The public examples exist to make the product loop inspectable for builders while keeping private product logic and private user data protected.

Decision Examples

Decision Examples are public-safe pages that make SimpliXio searchable and easier to understand. Each page shows a frequent decision pain as a concrete transformation:

messy input -> signals detected -> ignored noise -> 3 priorities -> why -> action

Validate or rebuild them with:

python3 cortexos_automation_scripts/scripts/build_decision_examples.py --check
python3 cortexos_automation_scripts/scripts/build_decision_examples.py

Public Proof

The SimpliXio Desire Loop turns product value into safe public proof:

capture messy input -> 3 priorities -> why -> action -> public-safe proof

Rebuild it with:

python3 cortexos_automation_scripts/scripts/build_public_proof_archive.py

TestFlight

cd CortexOSApp/fastlane
cp .env.example .env
# Edit .env: set ASC_KEY_PATH, ASC_ISSUER_ID, ASC_KEY_ID, TEAM_ID
cd ..
fastlane ios testflight_release
fastlane mac testflight_release
fastlane watch_testflight
fastlane all_testflight

Growth Automation

.venv/bin/python scripts/cortex_growth_loop.py
cd cortexos_automation_scripts
python3 scripts/run_weekly_pipeline.py --strict-quality
python3 scripts/run_acquisition_pipeline.py --mode daily --strict-quality
python3 scripts/run_acquisition_pipeline.py --mode weekly --strict-quality

What these automation pipelines do:

  • Weekly marketing pipeline: builds Today/Weekly Review/Decision Replay/newsletter artifacts from real product output, drafts posts, runs quality gate, and only queues publish when safe flags are enabled.
  • Daily acquisition pipeline: collects public lead signals, scores fit, drafts outreach (approval-required), runs compliance checks, and writes CRM logs/summaries.

Detailed runbook:

Positioning + trust playbooks:

Tests

make test
make test-python
make test-swift

Releases

Sponsor this project

Packages

Contributors

Languages