Juxtaposition applet UI for the Wii U and 3DS
Go to file
William Oldham 1313f0fffd
Some checks failed
Build and Publish Docker Image / build-publish (push) Has been cancelled
fix: add missing tab parameter to topics
2025-03-23 20:09:42 +00:00
.github/workflows chore: add linting github actions 2025-01-21 09:18:58 +00:00
src fix: add missing tab parameter to topics 2025-03-23 20:09:42 +00:00
.dockerignore chore: normalise line endings 2025-01-08 23:54:15 +00:00
.gitattributes chore: add gitattributes to normalise line endings 2025-01-08 23:53:42 +00:00
.gitignore chore: normalise line endings 2025-01-08 23:54:15 +00:00
config.example.json fix: use a reliable way to get the cookie domain 2025-03-23 19:43:09 +00:00
Dockerfile chore: normalise line endings 2025-01-08 23:54:15 +00:00
eslint.config.mjs chore: remove unneeded global ignores for eslint 2025-01-21 09:24:13 +00:00
LICENSE Create LICENSE 2022-08-16 10:17:20 -05:00
package-lock.json fix: add musl dependencies for the sharp library 2025-03-23 16:20:52 +00:00
package.json style: update common-eslint package, and actually fix block linting 2025-02-01 20:53:21 +00:00
README.md chore: add weblate widget to readme 2022-08-19 20:51:30 +02:00
tsconfig.json Database refactor (#46) 2023-10-22 15:08:33 -05:00

Juxt-Web

Pretendo replacement for https://portal.olv.nintendo.net and https://ctr.olv.nintendo.net

What is this?

This is the PN miiverse replacement web UI, which works with the 3DS and Wii U Miiverse Applets

Install and usage

First install NodeJS and MongoDB. Download/clone this repo and run npm i to install all dependencies. Edit example.config.json to your liking and rename it config.json. Run the server via npm run start.

Check out the Wiki for information on how to set up your mongoDB to work with the application

What works

  • View most types of Miiverse posts
    • Text, Painting, Screenshot, Youtube, etc.
  • Yeah! Posts
  • View Communities
  • Follow Communities
  • Follow Users
  • View User Profiles
  • Guest browsing mode
  • Full Out-of-box experience
  • Authentication with an account server
  • User Bio and privacy settings

Currently implemented endpoints

  • [GET] /titles/show
  • [GET] /communities
  • [GET] /communities/[title ID]/new
  • [POST] /communities/follow
  • [GET] /users/show?pid=[user ID]
  • [GET] /users/me
  • [POST] /users/follow
  • [POST] /post/empathy

Localization

If you'd like to help localize Pretendo Network, you can check out our project on Weblate.

Translation status

Footnotes

  • The rules still need to be rewritten, as of now they simply reflect what Nintendo came up with at the time
  • This still isn't fully production ready, as it lacks proper error handling in 99% of the client side JS.
  • Because of the above, as well as the sheer complexity of patching the applets themselves, I will not be offering support with setting this up for yourself for the time being. Once the documentation is complete in the wiki I'll be happy to help :)