1.5 KiB
1.5 KiB
Danbooru Viewer
A modern style viewer for Danbooru or other Booru API base site.
How To Use
- Enter this URL: https://danbooru.defaultkavy.com.
- Or, replace
danbooru.donmai.us
todanbooru.defaultkavy.com
without changing pathname and url query, will directly open the same page on Danbooru Viewer. - Or, clone this repository and run commands for self-hosting:
bun i --production bun run start
Features
- Same path as the original website.
- Support URL query like
/posts?tags=ord:fav+minato_aqua
.
- Support URL query like
- Search tags with autocomplete.
- Infinite scroll posts with waterfall image layout.
- Mobile friendly.
Hotkeys
- Global Shortcut
Q
: Back.E
: Forward./
: Open search bar.
- Posts Browser Page
W/A/S/D
: Navigation posts in direction.Tab
: Toogle post detail panel.Space/Enter
: Open selected post page.
- Post Page
A/D
: Switch to previous/next post page.Spacebar
: Play/Pause video.
Roadmap to V1.0
- Posts Page
- Posts Search with any tags
- Booru Account Login (Using API keys)
- Favorite Post with Account
- Post Detail Panel in Posts Browser
- Saved Searches
- User Page
- Post Commentary
- More...