Generate text in the Claude Code styling font using ANSI Shadow ASCII art. Export as PNG, SVG, or text.
🔗 Live Demo: claude-code-font-generator.pages.dev
Next.js 15, TypeScript, Tailwind CSS
npm install
npm run dev
- Claude Code styling font (ANSI Shadow ASCII art)
- Multiple themes (light, dark, inverted)
- Glow effects and transparency
- Export: copy, TXT, PNG, SVG
- Typography controls
src/
├── app/ # Next.js pages
├── components/ # React components
├── lib/ # Font mapping logic
└── types/ # TypeScript types
npm run dev
- Development servernpm run build
- Production buildnpm run lint
- ESLint
Hosted on Cloudflare Pages with automatic deployments from the main branch.
- Connect your GitHub repo to Cloudflare Pages
- Set build command:
npm run build
- Set output directory:
out
- Deploy!
MIT License - see LICENSE file for details.