Disclaimer: This repository was created and maintained entirely by AI using vibe coding. No human has ever directly written or modified any of the code in this project.
This is a Next.js project using Bun, Tailwind CSS v4, and the latest best practices for theming and font loading.
To install dependencies (if needed):
bun installTo start the development server:
bun devOpen http://localhost:3000 in your browser to see the app.
You can edit the main page in src/app/page.tsx. The app supports hot reloading.
To format the codebase with Prettier:
bun formatTo lint the codebase with ESLint:
bun lint- Next.js 15 with the App Router
- Bun as the package manager and runtime
- Tailwind CSS v4 with
@theme-based custom theming - Prettier and ESLint for formatting and linting
- DM Sans and DM Mono loaded and configured via
next/font
This project is for demonstration and experimentation with AI-driven coding workflows.