{"id":35478107,"url":"https://github.com/keywaysh/keyway-dashboard","last_synced_at":"2026-02-03T02:18:15.392Z","repository":{"id":332407824,"uuid":"1123793182","full_name":"keywaysh/keyway-dashboard","owner":"keywaysh","description":"Keyway Dashboard - Authenticated secrets management app","archived":false,"fork":false,"pushed_at":"2026-01-08T08:59:19.000Z","size":821,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-13T19:41:26.348Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://keyway-dashboard.vercel.app","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/keywaysh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-27T16:26:40.000Z","updated_at":"2026-01-08T18:19:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/keywaysh/keyway-dashboard","commit_stats":null,"previous_names":["keywaysh/keyway-dashboard"],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/keywaysh/keyway-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keywaysh%2Fkeyway-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keywaysh%2Fkeyway-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keywaysh%2Fkeyway-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keywaysh%2Fkeyway-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keywaysh","download_url":"https://codeload.github.com/keywaysh/keyway-dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keywaysh%2Fkeyway-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28630938,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"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":[],"created_at":"2026-01-03T13:13:37.172Z","updated_at":"2026-01-21T09:03:02.673Z","avatar_url":"https://github.com/keywaysh.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Keyway Dashboard\n\n[![Keyway Secrets](https://www.keyway.sh/badge.svg?repo=keywaysh/keyway-dashboard)](https://www.keyway.sh/vaults/keywaysh/keyway-dashboard)\n[![Release](https://img.shields.io/github/v/release/keywaysh/keyway-dashboard?color=34D399)](https://github.com/keywaysh/keyway-dashboard/releases)\n[![TypeScript](https://img.shields.io/badge/TypeScript-5.0-blue?logo=typescript\u0026logoColor=white)](https://www.typescriptlang.org/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n\n**Manage your secrets visually.** The web interface for [Keyway](https://keyway.sh).\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\".github/screenshot.png\" alt=\"Keyway Dashboard\" width=\"800\"\u003e\n\u003c/p\u003e\n\n---\n\n## Features\n\n- 🔐 **Visual secret management** — Create, edit, and organize secrets across environments\n- 🔄 **Provider sync** — Push secrets to Vercel, Railway, Netlify\n- 👥 **Team collaboration** — GitHub-based permissions, no separate access control\n- 📊 **Audit trail** — See who accessed what, when, and from where\n- 🚨 **Security alerts** — Get notified of suspicious access patterns\n- 🗂️ **Version history** — Track changes and restore previous values\n- 🗑️ **Soft delete** — 30-day recovery window for deleted secrets\n\n---\n\n## Quick Start\n\n1. Go to [app.keyway.sh](https://app.keyway.sh)\n2. Sign in with GitHub\n3. Create your first vault from any repo you have access to\n\n\u003e **Prefer the CLI?** Run `brew install keywaysh/tap/keyway \u0026\u0026 keyway init`\n\n---\n\n## Stack\n\n| Layer | Technology |\n|-------|------------|\n| Framework | Next.js 15 (App Router) |\n| Styling | Tailwind CSS v4 |\n| Components | shadcn/ui |\n| Data | React Query |\n| Auth | GitHub OAuth |\n\n---\n\n## Development\n\n### Prerequisites\n\n- Node.js 20+\n- [pnpm](https://pnpm.io/) 9+\n- Running [keyway-backend](https://github.com/keywaysh/keyway-backend)\n\n### Setup\n\n```bash\n# Install dependencies\npnpm install\n\n# Copy environment file\ncp .env.example .env.local\n\n# Start dev server\npnpm dev\n```\n\n### Commands\n\n| Command | Description |\n|---------|-------------|\n| `pnpm dev` | Start dev server |\n| `pnpm build` | Production build |\n| `pnpm test` | Run tests |\n| `pnpm lint` | Lint code |\n\n---\n\n## Related\n\n- [keyway-backend](https://github.com/keywaysh/keyway-backend) — API server\n- [cli](https://github.com/keywaysh/cli) — Command-line tool\n- [keyway-docs](https://github.com/keywaysh/keyway-docs) — Documentation\n- [keyway-action](https://github.com/keywaysh/keyway-action) — GitHub Action\n\n---\n\n## Security\n\nFound a vulnerability? See [SECURITY.md](SECURITY.md) for reporting guidelines.\n\n---\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeywaysh%2Fkeyway-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeywaysh%2Fkeyway-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeywaysh%2Fkeyway-dashboard/lists"}