Go to file
2022-03-19 17:22:50 +01:00
docs deploy 379120a 2022-03-19 13:27:59 +01:00
public attempt to fix css again 2021-12-12 12:19:50 +01:00
src link to profile when member/group is not from own system 2022-03-19 17:22:50 +01:00
styles add colored background setting functionality 2022-03-19 10:43:31 +01:00
.gitignore
404.html fix: fix single page app navigation 2021-12-12 12:31:54 +01:00
index.html fix: fix styling 2021-12-30 13:02:19 +01:00
LICENSE Create LICENSE 2021-12-12 10:50:56 +01:00
package.json feat: add shard status page 2022-01-11 22:09:50 -05:00
README.md Update README.md 2022-01-09 16:24:49 +01:00
style.css fix: inconsistent borders on select lists 2021-12-21 00:19:23 +01:00
svelte.config.js
tsconfig.json im getting tired of these value errors 2022-03-01 12:29:31 +01:00
vite.config.js fix: https error on the dev server 2021-12-15 13:52:33 +01:00
yarn.lock feat: update to latest pluralkit API 2022-01-23 02:49:04 -05:00

Currently viewable here! https://pk-webs-beta.spectralitree.com/

pk-webs: beta

This repo is a complete rewrite of pk-webs. Written in svelte instead of react.

pk-webs uses PluralKit's api to display, members and groups registered on PluralKit. You can also supply your system's token to edit your own data.

This is a third-party application, and not officially supported by the PluralKit devs.

If you encounter a bug, please either open an issue, or bring it up in the PluralKit support server (which has a channel for community resources like this one)

Technology

This project is built using Vite, using the svelte-ts template.

Some of the other stuff used to get this working:

The code used to make routing work on github pages can be found here

Contributing

Feel free to contribute! This repo does not have any format for issues or pull requests, so just go ahead and open one. I tend to not immediately notice whenever new issues/PRs are opened, so expect a couple days of delay (or poke me in PluralKit's official discord!)

Privacy

pk-webs is a static web-app. It only saves your token, settings and other small things it needs to keep track of in your localstorage. We do not have access to your token, and it does not use this token for anything other than what you tell it to do.

That being said, there might be bugs, and there's no guarantee everything will work correctly! Again, if you find a bug, do let us know.