Skip to content

losfroger/gelbooru-nuxt

Repository files navigation

Gelbooru Nuxt

Unofficial Gelbooru client using Nuxt, Quasar, Tailwind and Pinia. Using Gelbooru's official API.

βœ” Features

  • πŸš€ SSR
  • πŸ–Œ Material design
  • πŸ“± Mobile friendly
  • βš™ User customization

⚠ Caveats

  • The authentication is not real authentication, the API doesn't have a real way to verify it.

πŸ‘©β€πŸ’» Setup Dev

Make sure to install the dependencies:

bun install

Development Server

Start the development server on http://localhost:3000

bun run dev

πŸš€ Production (Docker)

With docker compose:

# build image
docker compose build

# run
docker compose up -d

# one line
docker compose up -d --build

πŸ“· Screenshots

Home page

Home page

Search results page

Search results page

Post details page

Post details page

Saved searches

Saced searches page