Go to file
2022-05-09 15:00:37 -04:00
docs deploy 199d0df 2022-04-28 20:30:58 +02:00
public attempt to fix css again 2021-12-12 12:19:50 +01:00
src feat: description templates 2022-05-09 15:00:37 -04:00
styles tweak: make buttons and links in nav the same color 2022-04-25 20:20:53 +02:00
.gitignore initial commit 2021-12-09 12:53:54 +01:00
404.html fix: fix single page app navigation 2021-12-12 12:31:54 +01:00
index.html feat: add Sentry and Plausible integrations 2022-04-07 07:26:52 -04:00
LICENSE Create LICENSE 2021-12-12 10:50:56 +01:00
package.json feat: add Sentry and Plausible integrations 2022-04-07 07:26:52 -04: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 initial commit 2021-12-09 12:53:54 +01:00
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: add Sentry and Plausible integrations 2022-04-07 07:26:52 -04: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.