Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GitGenius Hub</title>
<title>VibeGithub</title>
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "GitGenius Hub",
"description": "A GitHub repository manager enhanced with Gemini AI to help you draft better issues and visualize repository data.",
"name": "VibeGithub",
"description": "A vibe-coded GitHub wrapper for commanding AI coding agents (Jules, GitHub Copilot) directly from issues",
"requestFramePermissions": []
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "gitgenius-hub",
"name": "vibegithub",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion views/TokenGate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const TokenGate: React.FC<TokenGateProps> = ({ onSuccess }) => {
<div className="bg-slate-900 dark:bg-slate-700 p-3 rounded-full mb-4 text-white">
<Github size={32} />
</div>
<h1 className="text-2xl font-bold text-slate-900 dark:text-slate-100">Welcome to GitGenius</h1>
<h1 className="text-2xl font-bold text-slate-900 dark:text-slate-100">Welcome to VibeGithub</h1>
<p className="text-slate-500 dark:text-slate-400 text-center mt-2">
Sign in with your GitHub account to manage your repositories with AI assistance.
</p>
Expand Down