Main landing webpage for Futon manga reader.
This repository contains a modern responsive landing page built with:
- React + TypeScript
- Vite
- Tailwind CSS
- Three.js with @react-three/fiber and @react-three/drei
- Cloudflare Pages-friendly setup (wrangler.toml present)
- 3D hero canvas (
Hero3Dcomponent) - Newsletter signup UI with animated terminal-style status
- Theme and interaction animations
-
Install dependencies:
npm install
-
Start dev server:
npm run dev
-
Build production bundle:
npm run build
-
Preview production build:
npm run preview
- The signup form currently posts to
/api/newsletter(client-side). - Add server-side handling via Cloudflare Functions / other backend to send Discord webhook or persist emails.
MIT
Thanks to artofaria for the cat 3d model.