A modern, high-performance landing page for 401Labs built with the latest web technologies. This project showcases a premium, dark-mode-first aesthetic with glassmorphism, dynamic gradients, and smooth animations.
- Framework: Next.js 16 (App Router)
- Language: TypeScript
- Styling: Tailwind CSS v4
- UI Components: Shadcn UI
- Icons: Lucide React
- Runtime & Package Manager: Bun
- Premium Design: Curated dark mode ("Obsidian") with crisp light mode fallback.
- Dynamic Gradients: Custom-built mesh gradients for project cards.
- Responsive Layouts: Optimized for all device sizes.
- Performance: Turbopack-powered dev server and optimized builds.
- Centralized Config: Brand assets managed via
brand-config.json.
- Bun (v1.0 or later)
-
Clone the repository:
git clone https://github.com/401labs/401labs.git cd 401labs -
Install dependencies:
bun install
-
Run the development server:
bun dev
Open http://localhost:3000 with your browser to see the result.
Contributions are welcome! Please read our Contributing Guidelines for details on our code of conduct, and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.