2024-09-17 21:58:32 +07:00
2024-09-17 21:58:32 +07:00
2024-09-17 21:33:37 +07:00
2024-09-17 21:33:37 +07:00
2024-09-17 00:56:56 +10:00
2024-09-04 20:42:45 +07:00
2024-09-16 23:31:38 +10:00
2024-01-01 19:31:31 +07:00
2024-08-28 13:58:51 +00:00
2024-09-17 15:55:11 +10:00
2024-09-17 00:18:55 +10:00
2024-09-11 22:47:13 +10:00
2024-09-17 20:44:54 +07:00
2024-08-28 13:58:51 +00:00

PixivFE

A open source alternative frontend for Pixiv.

Get it on Codeberg

CI badge Go Report Card

Docker Pulls Docker Stars

Questions? Feedback? You can PM me on Matrix! You can also see the Known quirks page to check if your issue has a known solution.

You can keep track of this project's development using the roadmap.

Features

  • Lightweight - both the interface and the code
  • Privacy-first - the server will do the work for you
  • No bloat - we only serve HTML, CSS and minimal JS code
  • Open source - you can trust me!

Development

Prerequisites:

  • Go (to build PixivFE from source)
  • Sass (will be run by PixivFE in development mode)
  • Make (to use the Makefile)

To install Dart Sass, you can choose any of the following methods.

Then, run the project:

# Clone the PixivFE repository
git clone https://codeberg.org/VnPower/PixivFE.git && cd PixivFE

# Build the project
make build

# Run PixivFE in development mode (styles and templates reload automatically)
PIXIVFE_DEV=1 <other_environment_variables> make run

Using the Makefile

The project includes a Makefile to simplify common development tasks. Run make help to view the available commands.

Hosting PixivFE

You can use PixivFE for personal use! Assuming that you use an operating system that can run POSIX shell scripts, install go, clone this repository, and use the Makefile to build and run the project. I recommend self-hosting your own instance for personal use, instead of relying entirely on official instances.

To deploy PixivFE using Docker or the compiled binary, see Hosting PixivFE.

Public Instances

Name URL Country Cloudflare? Observatory Grade Status
exozyme (Official) https://pixivfe.exozy.me US No MDN HTTP Observatory Grade Status
dragoongoose https://pixivfe.drgns.space US No MDN HTTP Observatory Grade Status
ducks.party https://pixivfe.ducks.party NL No MDN HTTP Observatory Grade Status
perennialte.ch https://pixiv.perennialte.ch AU No MDN HTTP Observatory Grade Status
darkness.services https://pixivfe.darkness.services US Yes MDN HTTP Observatory Grade Status
thebunny.zone https://pixivfe.thebunny.zone HR No MDN HTTP Observatory Grade Status
thebunny.zone (🧅) http://pixivfe.bunny5exbgbp4sqe2h2rfq2brgrx3dhohdweonepzwfgumfyygb35wyd.onion HR No MDN HTTP Observatory Grade Status

If you are hosting your own instance, you can create a pull request to add it here!

For more information on instance uptime, see the PixivFE instance status page.

This information is duplicated at https://pixivfe-docs.pages.dev/instance-list/.

Hosting Image Proxy Server

PixivFE can work with or without an external image proxy server. Here is the list of public image proxies. See hosting a Pixiv image proxy if you want to host one yourself.

S
Description
No description provided
Readme 26 MiB
Languages
SCSS 35.5%
Go 32.3%
HTML 27.1%
CSS 3.2%
JavaScript 0.8%
Other 1.1%