33 lines
603 B
Markdown
33 lines
603 B
Markdown
|
|
# 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.
|
||
|
|
|
||
|
|
Built with Claudish itself. Opus 4.5 and Gemini 3.0 Pro working together in a single session. Practicing what we preach.
|
||
|
|
|
||
|
|
## Run it
|
||
|
|
|
||
|
|
```bash
|
||
|
|
pnpm install
|
||
|
|
pnpm dev
|
||
|
|
```
|
||
|
|
|
||
|
|
Opens at `localhost:3000`.
|
||
|
|
|
||
|
|
## Deploy it
|
||
|
|
|
||
|
|
```bash
|
||
|
|
pnpm firebase:deploy
|
||
|
|
```
|
||
|
|
|
||
|
|
Builds and ships to Firebase Hosting in one command.
|
||
|
|
|
||
|
|
## Stack
|
||
|
|
|
||
|
|
- Vite + React 19 + TypeScript
|
||
|
|
- Tailwind CSS 4
|
||
|
|
- Firebase Hosting + Analytics
|
||
|
|
|
||
|
|
## Live
|
||
|
|
|
||
|
|
https://claudish.com
|