Skip to content

HeadyAI/headyme-core

Repository files navigation

HeadyMe

Your Personal Cloud

Your AI-powered personal cloud hub — the command center for your entire digital life.

Deploy Projected

Quick Start

git clone https://github.com/HeadyMe/headyme-core.git
cd headyme-core
cp .env.example .env   # configure as needed
npm install
npm start

The server starts on port 8080 by default (configurable via PORT).

Endpoints

Route Description
GET / Landing page with feature overview
GET /health Health check (JSON)
GET /status Extended runtime diagnostics
GET /docs Documentation and service map

Any unmatched route returns a structured 404 JSON response.

Configuration

All configuration is via environment variables — see .env.example.

Variable Default Description
PORT 8080 HTTP listen port
HOST 0.0.0.0 Bind address
BASE_URL https://headyme.com Public URL (used for CORS, links)
NODE_ENV development production enables HSTS & JSON logging
CORS_ORIGINS (same as BASE_URL) Comma-separated allowed origins

Features

  • Personal Dashboard — Unified view across all Heady services
  • AI Memory — 3D vector context that remembers everything
  • Cloud Storage — Secure, intelligent file management
  • Cross-Vertical Sync — Seamlessly share context between all Heady apps

Architecture

This service is autonomously projected from the Heady Latent OS.

pgvector (Brain) → Projection Engine → Domain Slicer → GitHub Push → Cloud Run

Heady Service Map

Service Repository
HeadyMe (this) headyme-core
Core Systems headysystems-core
Latent OS headyos-core
API Layer headyapi-core
MCP Orchestration headymcp-core
Connections headyconnection-core
Buddy Bridge headybuddy-core
I/O Services headyio-core
Bot Framework headybot-core
Documentation heady-docs

Deployment

  • Platform: Google Cloud Run
  • Container: node:20-slim
  • CI/CD: GitHub Actions → Cloud Run (see .github/workflows/deploy.yml)
  • Health check: GET /health
  • Graceful shutdown: Handles SIGTERM / SIGINT

Security

  • Security headers (CSP-adjacent): X-Content-Type-Options, X-Frame-Options, X-XSS-Protection, Referrer-Policy, Permissions-Policy
  • HSTS enabled in production
  • CORS restricted to configured origins (no wildcards in production)
  • Non-root container user (heady)
  • .dockerignore excludes secrets and dev files

© 2026 Heady Systems LLC. Powered by the Heady Latent OS.

About

Heady™ Personal Cloud Hub — your AI-powered command center. Projected from the Heady Latent OS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors