A modern frontend alternative for Danbooru
- Fast and responsive interface built with React and Vite
- Mobile-friendly design that adapts to all screen sizes
- Advanced tag search with autocomplete suggestions
- Virtualized masonry grid for smooth scrolling with thousands of images
- Configurable image loading (lazy/eager) for performance optimization
- Optional API key support for increased rate limits
- Clean, modern UI with Material-UI components
- Supports images, gifs, and videos
- Node.js 20.19.0+ or 22.12.0+
- npm 10+
git clone https://github.com/Ipmake/vipbooru.git
cd vipbooru
npm install
npm run devThe application will be available at http://localhost:5173
npm run build
npm run previewUse the search bar to search for images using Danbooru tags. Click any image to view it in full resolution with its details. Configure your preferences in the settings page, including optional API credentials and image loading strategy.
- React 19
- TypeScript
- Vite
- Material-UI v7
- React Router
- Axios
GNU General Public License v3.0 - see LICENSE file for details.
Created by Ipmake
This project is not affiliated with Danbooru. It's an independent frontend client.
