The official website for betterfetch, the blazing-fast and minimal system info tool.
Built with β€οΈ using React, Vite, Tailwind CSS v4, and JavaScript.
π₯οΈ Check it out here: betterfetch.vercel.app
This is a modern frontend app scaffolded with Vite, using:
- βοΈ React for components and routing
- π¨ Tailwind CSS v4 for utility-first styling
- π¨ DaisyUI for beautiful UI components
- β‘ pnpm for fast and efficient package management
- ποΈ Pages:
Home,About,Downloadβ all routed via React Router DOM
betterfetch/website/
βββ public/ # Static assets
βββ src/
β βββ assets/ # Logos, icons, illustrations
β βββ components/ # Shared UI components
β βββ pages/ # Page components
β βββ App.tsx # App entry with routing
β βββ main.tsx # ReactDOM root
βββ index.html # Vite HTML entry
βββ vite.config.ts # Vite config file
βββ pnpm-lock.yaml # Pnpm lockfile
βββ deno.lock # deno lockfile
βββ package.json # Scripts and dependencies
- Node.js β₯ 18
- pnpm (recommended)
# Clone the repo
git clone https://github.com/betterfetch/website.git
cd website
# Install dependencies
pnpm install
# Start the dev server
pnpm devπ¦ To build for production:
pnpm build- β‘ Lightning fast β built with Vite
- π± Responsive design
- π¨ Fully themable β powered by Tailwind and DaisyUI
- π SEO-ready β optimized meta tags
- π Modular code β clean folder structure
This website reflects the simplicity and elegance of betterfetch itself: lightweight, beautiful, and functional.
The source code follows modern frontend best practices and aims to stay minimal yet extensible.
Contributions are welcome and appreciated!
- Fork this repo
- Create a new branch:
git checkout -b feature/your-feature-name - Commit your changes:
git commit -m "feat: your message" - Push to the branch:
git push origin feature/your-feature-name - Open a pull request π
Please follow our contribution guidelines.
Found a bug or have an idea?
Open an issue or start a discussion!
Clean. Fast. Open Source.
