Recreation of Nintendo's very own SplatNet 1!
  • JavaScript 62.2%
  • CSS 29.5%
  • HTML 8.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-03-16 05:19:43 +01:00
assets Add missing weapon icons 2026-03-15 16:39:35 +01:00
equipment implement better mii fetching using now defunct mii clicker as a reference (thanks dwyazzo90)! 2026-03-16 05:19:20 +01:00
friend_list implement better mii fetching using now defunct mii clicker as a reference (thanks dwyazzo90)! 2026-03-16 05:19:20 +01:00
ranking implement better mii fetching using now defunct mii clicker as a reference (thanks dwyazzo90)! 2026-03-16 05:19:20 +01:00
sign_in update layout 2026-01-31 00:48:18 +01:00
site_policy remap to new assets folder 2026-02-03 03:59:56 +01:00
stages implement better mii fetching using now defunct mii clicker as a reference (thanks dwyazzo90)! 2026-03-16 05:19:20 +01:00
users/auth/splatfestival work: remove all other uses of config.js 2026-03-14 03:06:30 +01:00
.gitignore implement auto-login on login page 2026-02-06 23:01:30 +01:00
404.html remove 404 page in place of redirect 2026-02-03 05:58:14 +01:00
analytics.js run through beautifier 2026-02-05 09:29:16 +01:00
autoredirect.js work: remove all other uses of config.js 2026-03-14 03:06:30 +01:00
cover.png Revert "update changes from https://git.crafterpika.cc/kittentm/splatnet" 2026-01-30 23:53:01 +01:00
currentprogress.png Revert "update changes from https://git.crafterpika.cc/kittentm/splatnet" 2026-01-30 23:53:01 +01:00
favicon.ico Revert "update changes from https://git.crafterpika.cc/kittentm/splatnet" 2026-01-30 23:53:01 +01:00
header.html work: remove all other uses of config.js 2026-03-14 03:06:30 +01:00
index.html work: remove all other uses of config.js 2026-03-14 03:06:30 +01:00
LICENSE sync license with splatnet-backend 2026-02-05 08:38:18 +01:00
logout.js work: remove all other uses of config.js 2026-03-14 03:06:30 +01:00
readme.md update readme 2026-03-15 07:53:26 +01:00
regular.otf Revert "update changes from https://git.crafterpika.cc/kittentm/splatnet" 2026-01-30 23:53:01 +01:00
Splatoon1.otf Revert "update changes from https://git.crafterpika.cc/kittentm/splatnet" 2026-01-30 23:53:01 +01:00
style.css Adjust scale a bit 2026-02-26 06:31:57 +01:00



Basically 0% lol


Dependencies

This project operates on a frontend - backend basis. The backend is not optional, it is required. As for hosting this front end, you can use anything you would like. The production server uses Caddy if you need an example.

🔗 Backend Repo

Pages HTML recreated:

  • Site Policy

Requires Telemetry portion of backend:

  • Rank
  • Equipment
    • Show most recent weapon
    • Show current Rank + Level
    • Show all weapons w/ turf inked #

Requires backend

  • Friends List
  • Stage Info
    • Basic Stage Fetching (using pretendo)
      • Ditch Splatcord API to allow use for other networks other than pretendo
    • Show stage pngs
    • Show all stage times
    • Show Ranked Mode
  • Main Page
    • HTML
    • Autologin support
  • Login Page
    • HTML
    • Log in support via SPFN

Across all pages:

  • Title Bar
  • Page switching (hamburger menu)
    • Show Mii name
    • Render mii via mii-unsecure
    • Link/unlink Twitter functionality
  • Squid swimming background
    • Port to use canvas
  • Proper mobile support
    • Mobile formatting
  • WiiU browser support (DO NOT PRIORITIZE)
  • Japanese localization (maybe?)