Official website for Bend - Backend Scaffolder for Modern Development.
- 🎨 Modern, responsive design with dark theme
- 🎯 Interactive 3D hero section with React Three Fiber
- 🔍 Functional search system
- 📱 Mobile-friendly navigation
- ⚡ Built with Next.js 16 and React 19
- 🎭 Smooth animations with Framer Motion
- 🎨 Styled with Tailwind CSS v4
- Node.js 18+
- npm, yarn, or pnpm
-
Clone the repository: ```bash git clone https://github.com/bendhq/bend-website.git cd bend-website ```
-
Install dependencies: ```bash npm install
yarn install
pnpm install ```
- Run the development server: ```bash npm run dev
yarn dev
pnpm dev ```
- Open http://localhost:3000 in your browser.
```bash npm run build npm run start ```
This project is optimized for deployment on Vercel:
``` bend-website/ ├── app/ # Next.js app directory │ ├── docs/ # Documentation pages │ ├── guide/ # Guide pages │ ├── resources/ # Resources page │ ├── search/ # Search functionality │ ├── layout.tsx # Root layout │ ├── page.tsx # Home page │ └── globals.css # Global styles ├── components/ # React components │ ├── ui/ # shadcn/ui components │ ├── hero.tsx # Hero section │ ├── hero-3d.tsx # 3D interactive background │ ├── features.tsx # Features section │ └── ... # Other components └── public/ # Static assets ```
- Framework: Next.js 16
- UI Library: React 19
- Styling: Tailwind CSS v4
- 3D Graphics: React Three Fiber & Three.js
- Animations: Framer Motion
- Icons: Lucide React
- Components: shadcn/ui
MIT License - see LICENSE file for details