{"id":46040494,"url":"https://github.com/travisbreaks/sovereign-matrix","last_synced_at":"2026-03-01T06:13:57.998Z","repository":{"id":341310175,"uuid":"1169547716","full_name":"travisbreaks/sovereign-matrix","owner":"travisbreaks","description":"Ruthless project prioritization system. Multi-dimensional weighted scoring with real-time visualization. Kill what doesn't matter. React 19 + Tailwind + Framer Motion.","archived":false,"fork":false,"pushed_at":"2026-03-01T04:37:25.000Z","size":37,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-01T05:56:46.088Z","etag":null,"topics":["dashboard","data-visualization","decision-framework","framer-motion","prioritization","react","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://travisbreaks.org/research/sovereign-matrix/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/travisbreaks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"agents.md","dco":null,"cla":null}},"created_at":"2026-02-28T21:12:17.000Z","updated_at":"2026-03-01T04:37:28.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/travisbreaks/sovereign-matrix","commit_stats":null,"previous_names":["travisbreaks/sovereign-matrix"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/travisbreaks/sovereign-matrix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/travisbreaks%2Fsovereign-matrix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/travisbreaks%2Fsovereign-matrix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/travisbreaks%2Fsovereign-matrix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/travisbreaks%2Fsovereign-matrix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/travisbreaks","download_url":"https://codeload.github.com/travisbreaks/sovereign-matrix/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/travisbreaks%2Fsovereign-matrix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29962005,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T05:59:08.471Z","status":"ssl_error","status_checked_at":"2026-03-01T05:58:04.208Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dashboard","data-visualization","decision-framework","framer-motion","prioritization","react","tailwindcss","typescript"],"created_at":"2026-03-01T06:13:57.480Z","updated_at":"2026-03-01T06:13:57.982Z","avatar_url":"https://github.com/travisbreaks.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sovereign Matrix\n\nA dynamic project prioritization system with weighted scoring and real-time visualization. Built to help you ruthlessly prioritize what matters and kill what doesn't.\n\n[![Live Demo](https://img.shields.io/badge/demo-live-brightgreen)](https://travisbreaks.org/research/sovereign-matrix/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n[![React](https://img.shields.io/badge/React-19-61dafb)](https://react.dev)\n[![Tailwind](https://img.shields.io/badge/Tailwind-v4-38bdf8)](https://tailwindcss.com)\n[![Framer Motion](https://img.shields.io/badge/Framer_Motion-animated-ff0055)](https://motion.dev)\n\n![sovereign-matrix](https://assets.travisbreaks.com/github/sovereign-matrix.png)\n\n## Features\n\n- **Real-time Weighted Scoring** - Adjust importance across 4 dimensions (Enjoyment, Resources, Viability, Scale)\n- **Visual Priority Ranking** - Animated sorting shows what demands your attention\n- **LocalStorage Persistence** - Projects and weights survive page refreshes\n- **Full CRUD Operations** - Add, edit, and delete projects with intuitive UI\n- **Status Gradients** - Color-coded badges from green (BUILD NOW) to red (KILL/ARCHIVE)\n- **Cyberpunk Aesthetic** - Neon-themed UI with smooth Framer Motion animations\n\n## Tech Stack\n\n- **React 19** - Modern UI framework with concurrent features\n- **TypeScript** - Type-safe development\n- **Tailwind CSS v4** - Utility-first styling with custom neon theme\n- **Framer Motion** - Smooth animations and transitions\n- **Vite** - Lightning-fast build tool and dev server\n\n## Getting Started\n\n### Installation\n\n```bash\nnpm install\n```\n\n### Development\n\n```bash\nnpm run dev\n```\n\nOpen [http://localhost:5173](http://localhost:5173) to view in your browser.\n\n### Build\n\n```bash\nnpm run build\n```\n\n### Preview Production Build\n\n```bash\nnpm run preview\n```\n\n## Usage\n\n### Adjusting Weights\n\nUse the sliders in the Control Deck to adjust how much each factor matters:\n- **Enjoyment** - How much joy this brings you\n- **Resources** - Availability of time, money, skills\n- **Viability** - Feasibility and likelihood of success\n- **Scale** - Potential impact and reach\n\nProjects automatically re-sort based on your priorities.\n\n### Managing Projects\n\n- **Add** - Click \"New Project\" button in the header\n- **Edit** - Hover over a project card and click the pencil icon\n- **Delete** - Hover over a project card and click the trash icon (requires confirmation)\n\n### Status Types\n\n- **BUILD NOW** - Immediate priority, building phase\n- **PRIORITIZE** - High priority, ready to execute\n- **SUSTAIN** - Maintain current state\n- **WATCH** - Monitor but don't invest heavily\n- **KILL/ARCHIVE** - Stop or archive\n\n## Data Persistence\n\nAll data is stored in browser localStorage:\n- `sovereign-projects` - Your project list\n- `sovereign-weights` - Your priority weights\n\nClear your browser data to reset everything.\n\n## License\n\n[MIT](LICENSE)\n\n---\n\nPart of the [travisBREAKS](https://travisbreaks.org) portfolio.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftravisbreaks%2Fsovereign-matrix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftravisbreaks%2Fsovereign-matrix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftravisbreaks%2Fsovereign-matrix/lists"}