CodeIssuesDiscussionsWikiPull RequestsProjectsCommitsActionsReleasesContributorsPulse● GatesSecuritySettingsDeploymentsPipelineInsightsAgents✨ Explain✨ Ask AI✨ Workspace✨ Spec✨ Tests▓ Debt Map✨ NL Search🏛 Archaeology
Blame · Line-by-line history
README.md
Each line is annotated with the commit that last touched it. Click any SHA to jump to that commit and see the surrounding change.
| 06d5ffe | 1 | # gluecron |
| 2 | ||
| 3 | AI-native code intelligence platform — git hosting, automated CI, and green ecosystem enforcement. | |
| 4 | ||
| 5 | ## Quick Start | |
| 6 | ||
| 7 | ```bash | |
| 8 | bun install | |
| 9 | bun dev | |
| 10 | ``` | |
| 11 | ||
| 12 | Then visit `http://localhost:3000` to register and create your first repository. | |
| 13 | ||
| 14 | ## Features | |
| 15 | ||
| 16 | - **Git hosting** — clone, push, fetch via Smart HTTP protocol | |
| 17 | - **Web code browser** — file tree, syntax-highlighted source, commit log, unified diffs | |
| 18 | - **Authentication** — registration, login, sessions with bcrypt password hashing | |
| 19 | - **User profiles** — avatar, bio, public repository listing | |
| 20 | - **Repository management** — create repos via web UI, public/private visibility | |
| 21 | - **Branch switching** — dropdown to navigate between branches | |
| 22 | - **Stars** — star/unstar repositories | |
| 23 | - **SSH keys** — add/remove SSH keys for your account | |
| 24 | - **GateTest integration** — automated code scanning on every push | |
| 25 | - **Crontech deploy** — trigger deploys on push to main | |
| 26 | ||
| 27 | ## Stack | |
| 28 | ||
| 29 | Bun + Hono + Drizzle ORM + Neon (PostgreSQL) |