A privacy respecting frontend for Pixiv (WIP)
Go to file
2023-07-23 20:05:50 +07:00
configs Update: increase session expiration time from 1 day to 1 month 2023-07-23 20:05:50 +07:00
handler Update: increase session expiration time from 1 day to 1 month 2023-07-23 20:05:50 +07:00
models Feature: almost complete landing page 2023-06-29 16:05:46 +07:00
template Settings page update 2023-07-22 10:40:35 +07:00
views Feature: user's profile after login #6 2023-07-21 11:35:18 +07:00
.gitignore Testing out the settings page 2023-06-20 21:21:27 +07:00
Caddyfile README: wiki page and instances table 2023-06-08 18:54:17 +07:00
docker-compose.yml harden docker 2023-07-15 04:22:56 +00:00
Dockerfile Feature: Docker 2023-06-13 16:07:28 +07:00
go.mod Optimization: Pass in queries in an organized way #9 2023-07-05 21:32:00 +07:00
go.sum Optimization: Pass in queries in an organized way #9 2023-07-05 21:32:00 +07:00
LICENSE License: switch to AGPL3 2023-05-15 07:28:10 +07:00
main.go Optimization: Pass in queries in an organized way #9 2023-07-05 21:32:00 +07:00
nginx.conf Fix: temporary remove headers #14 2023-07-15 20:09:17 +07:00
README.md new instance: art.whateveritworks.org 2023-07-15 02:38:17 +00:00

PixivFE

A privacy-respecting alternative front-end for Pixiv that doesn't suck

Get it on Codeberg

Features

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

Hosting

Check out this page.. We currently have guides for Docker and Caddy.

Many thanks to dragongoose for writing the Docker guide!

Instances

Name Cloudflare? URL
exozyme (Official) No https://pixivfe.exozy.me
dragongoose No https://pixivfe.dragongoose.us
WhateverItWorks Yes https://art.whateveritworks.org

Hosted one yourself? Create a pull request to add it here!

To-do

  • Base
    • Navigation bar
    • Searching
    • Pagination
    • Configuration file
    • Write a real independent API
  • Index page
    • Recommended artworks
    • Daily rankings
    • Spotlight (pixivision)
    • Newest by all
    • Trending tags
    • Switcher (illusts/mangas)
  • Single pages
    • User
    • Artwork
    • Spotlight
  • List pages
    • Recommended artworks
    • Daily rankings
    • Discovery
      • Artworks
      • Users
    • Newest by all
    • Search results
    • Switcher
  • Settings
    • Login
    • Local history
    • Toggling R-18, R-18G, AI (?)
    • Custom pximg proxy
  • Optimization
    • Split web components into smaller templates
    • Clean the models + JSON
    • Navigation between pages
    • Lazy load images
    • Better error handling
    • Fully proxy images from Pixiv
    • Optimize pagination code

License

AGPL3