diff --git a/README.md b/README.md index f80669c..67b835a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,35 @@ -# 🧭 Compass Ultra +

+ Compass Ultra — release intelligence platform +

+ +# 🧭 Compass Ultra > **Release intelligence for teams that ship behind feature flags.** +

+ Live app + Try the demo + AI DevOps checker +

+ +

+ MIT License + Production ready + Deployed on Vercel + Backend on Railway +

+ +### Languages + +

+ JavaScript 59% + Python 19.2% + CSS 14.3% + TypeScript 7% +

+ +### Translations +

English Español @@ -17,10 +45,30 @@ Compass Ultra is a release control room for feature-flagged software. Review flag state, policy gates, rollout risk, snapshot diffs, AI-assisted risk analysis, and audit-ready release proof — before production changes go live. -[🚀 Live App](https://www.compassultra.com) · [🎮 Try the Demo](https://www.compassultra.com/app?demo=true) · [🤖 AI DevOps Checker](https://www.compassultra.com/ai-devops) +[🚀 Live App](https://www.compassultra.com) · [🎮 Try the Demo](https://www.compassultra.com/app?demo=true) · [🤖 AI DevOps Checker](https://www.compassultra.com/ai-devops) · [🔒 Trust](https://www.compassultra.com/trust) ![demo](docs/demo.gif) +## At a glance + +```mermaid +flowchart LR + A[Import flags] --> B[Evaluate context] + B --> C[Policy gates] + C --> D[AI risk analysis] + D --> E[Snapshot diff] + E --> F[PDF certificate] + F --> G[GitHub / Jira / Slack] + + style A fill:#0d1b33,stroke:#58a6ff,color:#e6edf3 + style B fill:#0d1b33,stroke:#58a6ff,color:#e6edf3 + style C fill:#0d1b33,stroke:#ffb800,color:#e6edf3 + style D fill:#0d1b33,stroke:#bc8cff,color:#e6edf3 + style E fill:#0d1b33,stroke:#33d69f,color:#e6edf3 + style F fill:#0d1b33,stroke:#33d69f,color:#e6edf3 + style G fill:#0d1b33,stroke:#58a6ff,color:#e6edf3 +``` + --- ## ✨ Why Compass Ultra? @@ -313,11 +361,16 @@ No credit card required. Trials downgrade to Free automatically unless the custo --- -## 📦 Source Code +## 📦 Repositories -This public repository contains the Compass Ultra launch page, documentation, GitHub Pages assets, and public-facing project materials. +| Repo | What it is | +| --- | --- | +| **[Compass-Ultra](https://github.com/DaCameraGirl/Compass-Ultra)** (this repo) | Public showcase — README, docs, GitHub Pages landing, demo GIF | +| **[Compass-Ultra-Pro](https://github.com/DaCameraGirl/Compass-Ultra-Pro)** | Production React/Vite app deployed to [www.compassultra.com](https://www.compassultra.com) | +| **[compass-ultra-backend](https://github.com/DaCameraGirl/compass-ultra-backend)** | API, AI risk analysis, billing, cloud snapshots | +| **[compass-ultra-web-intel](https://github.com/DaCameraGirl/compass-ultra-web-intel)** | Snowflake / dbt Web Intel pipeline proof | -The production application and backend are maintained separately. Public users can explore the live app and demo without needing access to private implementation repositories. +This public repository is the **marketing and docs surface**. The live product runs on Vercel and Railway — explore the demo without needing private repo access. --- @@ -354,13 +407,11 @@ Compass Ultra is designed as a release review layer. ## ✅ Status -Compass Ultra is live: - -**Production:** [https://www.compassultra.com](https://www.compassultra.com) - -**Demo:** [https://www.compassultra.com/app?demo=true](https://www.compassultra.com/app?demo=true) - -**AI DevOps Checker:** [https://www.compassultra.com/ai-devops](https://www.compassultra.com/ai-devops) +

+ Production + Sandbox demo + AI DevOps checker +

--- diff --git a/docs/readme-banner.svg b/docs/readme-banner.svg new file mode 100644 index 0000000..cd9b291 --- /dev/null +++ b/docs/readme-banner.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + Compass Ultra + Release intelligence for feature-flagged software + + LIVE ON VERCEL + + AI RISK + POLICY GATES + + PDF RELEASE PROOF + www.compassultra.com + \ No newline at end of file diff --git a/index.html b/index.html index ba19caa..ca16a4f 100644 --- a/index.html +++ b/index.html @@ -1,21 +1,185 @@ - - -Compass Ultra - + + + Compass Ultra — Release Intelligence + + + + + + -
-

DaCameraGirl / Compass-Ultra

-

Compass Ultra

-

Release intelligence for teams that ship behind feature flags. Review flag state, policy gates, rollout risk, snapshot diffs, AI-assisted analysis, and audit-ready release proof before production changes go live.

-
Open live appTry demoAI DevOps checkerSource
-

Feature Flag Review

Make risky rollout percentages, stale flags, missing owners, and production overrides visible before ship time.

Policy Gates

Turn release readiness into a repeatable workflow with owners, approvals, rollback notes, and proof.

Snapshot Diff

Compare what changed since the last approved state so teams can make a clear ship, caution, or hold decision.

-

Release Signal

Compass Ultra turns scattered Slack threads and feature flag chaos into a control room for launch decisions.

-
+
+ +

Public showcase repo · production at compassultra.com

+

Ship with proof, not guesswork.

+

Compass Ultra is the release control room around feature flags — policy gates, AI risk analysis, snapshot diff, and PDF certificates before peak-traffic deploys.

+ +
+ Live on Vercel + Sandbox demo · no login + AI risk + deterministic fallback + React · Vite · Auth0 · Stripe +
+ +
+ Open live app + Try peak-sale demo + AI DevOps checker + Showcase README + Production source +
+ +
+
+

Policy gates

+

Nine automated checks for canary limits, dependencies, approvers, overrides, and change-ticket traceability.

+
+
+

AI risk analysis

+

Live AI release review with financial impact estimates and a local fallback when the service is unavailable.

+
+
+

Release proof

+

Snapshot diff, PDF readiness certificates, and GitHub / Jira / Slack payloads from one workspace.

+
+
+ +
+

Release review loop

+

Load flags → evaluate context → run gates → analyze risk → diff snapshots → export certificate → notify DevOps.

+
+
Importflags
+
Contextevaluate
+
Gatespolicy
+
AIrisk
+
Diffsnapshots
+
PDFproof
+
+ +
+ +
+

Product screenshots

+

Peek at the workspace, demo flow, and AI analysis panel. Full interactive demo runs on the live site.

+
+ Compass Ultra landing and hero + Peak sale demo workspace + AI risk analysis panel +
+ Animated demo of Compass Ultra release workflow +
+ + +
- + \ No newline at end of file