2023-05-18 22:03:21 +07:00
2023-05-18 22:03:21 +07:00
2023-05-18 22:03:21 +07:00
2023-05-18 22:03:21 +07:00
2023-05-18 22:03:21 +07:00
2023-05-18 22:03:21 +07:00
2023-05-18 20:18:44 +07:00
2023-05-18 20:18:44 +07:00
2023-05-15 07:28:10 +07:00
2023-05-18 22:03:21 +07:00

PixivFE

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

What is this?

This is an alternative front-end for Pixiv, also my second Go project, so the code may not look good for those who are experienced :(

Why? Because nobody made a front-end that I like.

Note that this project is still under its preparation stage. It is not prepared for production, or to be called a "real alternative front-end", yet.

Previews

Homepage: currently contains recommended works, daily rankings, pixivision's articles and newest works on Pixiv. Route: / Homepage Homepage

Artwork's page: informations about the artwork, recent artworks by the artist and related artworks. Route: /artworks/<id> (id for the preview: 107664519) Artwork Artwork

User's page: Route: /user/<id> (id for the preview: 11065404) User

Installation

Run these commands below, then access the site on localhost:8080

git clone https://codeberg.org/VnPower/pixivfe.git
cd pixivfe
go install main.go
go run main.go

To-do

  • Base
    • Navigation bar
    • Searching
    • Pagination
    • Configuration file
    • Write a real independent API
  • Index page
    • Recommended artworks
    • Daily rankings
    • Spotlight (pixivision)
    • Discovery
      • Artworks
      • Users
    • 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

License

This project was made for learning and experimental purposes.

MIT AGPL3

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%