Update landing page GitHub URLs to new repo

- Change all GitHub links from MadAppGang/claude-code/mcp/claudish
  to MadAppGang/claudish
- Update README with cleaner formatting

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jack Rudenko 2025-11-28 21:26:08 +11:00
parent 74cf2cd734
commit 88863718ab
No known key found for this signature in database
GPG Key ID: E0CDF9F9DBB5E0B2
3 changed files with 10 additions and 10 deletions

View File

@ -10,8 +10,8 @@ const App: React.FC = () => {
<nav className="fixed top-0 left-0 right-0 z-50 bg-[#0f0f0f]/90 border-b border-white/5 backdrop-blur-sm">
<div className="max-w-7xl mx-auto px-6 h-14 flex items-center justify-end">
<div className="flex items-center gap-6 text-xs md:text-sm font-mono text-gray-400">
<a href="https://github.com/MadAppGang/claude-code/blob/main/mcp/claudish/docs/index.md" target="_blank" rel="noreferrer" className="hover:text-white transition-colors">Documentation</a>
<a href="https://github.com/MadAppGang/claude-code/tree/main/mcp/claudish" target="_blank" rel="noreferrer" className="hover:text-white transition-colors">GitHub</a>
<a href="https://github.com/MadAppGang/claudish/blob/main/docs/index.md" target="_blank" rel="noreferrer" className="hover:text-white transition-colors">Documentation</a>
<a href="https://github.com/MadAppGang/claudish" target="_blank" rel="noreferrer" className="hover:text-white transition-colors">GitHub</a>
</div>
</div>
</nav>
@ -58,8 +58,8 @@ const App: React.FC = () => {
{/* Links */}
<div className="flex flex-wrap justify-center gap-6 md:gap-8 text-xs md:text-sm font-mono text-gray-400 font-medium mb-8">
<a href="https://github.com/MadAppGang/claude-code/blob/main/mcp/claudish/docs/index.md" target="_blank" rel="noreferrer" className="hover:text-claude-ish transition-colors">Documentation</a>
<a href="https://github.com/MadAppGang/claude-code/tree/main/mcp/claudish" target="_blank" rel="noreferrer" className="hover:text-claude-ish transition-colors">GitHub</a>
<a href="https://github.com/MadAppGang/claudish/blob/main/docs/index.md" target="_blank" rel="noreferrer" className="hover:text-claude-ish transition-colors">Documentation</a>
<a href="https://github.com/MadAppGang/claudish" target="_blank" rel="noreferrer" className="hover:text-claude-ish transition-colors">GitHub</a>
<a href="https://openrouter.ai/" target="_blank" rel="noreferrer" className="hover:text-claude-ish transition-colors">OpenRouter</a>
<a href="https://x.com/jackrudenko" target="_blank" rel="noreferrer" className="hover:text-claude-ish transition-colors">Twitter</a>
<a href="https://madappgang.com" target="_blank" rel="noreferrer" className="hover:text-claude-ish transition-colors">MadAppGang</a>

View File

@ -1,10 +1,10 @@
# Claudish Landing Page
The marketing site for [Claudish](https://github.com/MadAppGang/claude-code/tree/main/mcp/claudish) — the tool that lets you run Claude Code with any model.
The marketing site for [Claudish](https://github.com/MadAppGang/claudish) - run Claude Code with any AI model via OpenRouter.
Built with Claudish itself. Opus 4.5 and Gemini 3.0 Pro working together in a single session. Practicing what we preach.
Built with Claudish itself: Opus 4.5 and Gemini 3.0 Pro collaborating in a single session.
## Run it
## Development
```bash
pnpm install
@ -13,13 +13,13 @@ pnpm dev
Opens at `localhost:3000`.
## Deploy it
## Deploy
```bash
pnpm firebase:deploy
```
Builds and ships to Firebase Hosting in one command.
Builds and deploys to Firebase Hosting.
## Stack

View File

@ -36,7 +36,7 @@ const SupportSection: React.FC = () => {
{/* Right: Action */}
<div className="shrink-0">
<a
href="https://github.com/MadAppGang/claude-code"
href="https://github.com/MadAppGang/claudish"
target="_blank"
rel="noopener noreferrer"
className="inline-flex items-center gap-3 px-5 py-3 bg-[#161616] border border-gray-700 hover:border-claude-ish/50 text-gray-300 hover:text-white font-mono text-sm transition-all group"