No description
Find a file
2026-06-26 15:53:34 +03:00
.forgejo
.gitlab
.woodpecker playwright 2026-06-24 19:48:54 +03:00
build cleanup unused imports 2026-06-25 13:46:27 +03:00
changelog.d lack of changelog 2026-06-17 20:12:43 +03:00
config
docker playwright 2026-06-24 19:48:54 +03:00
docs
public/static
src missing follow button is just weird 2026-06-26 15:53:34 +03:00
static this annoys me 2026-06-03 06:07:45 +03:00
test self-review 2026-06-26 14:42:01 +03:00
tools not using port 5050 anymore 2026-06-26 15:28:53 +03:00
.babelrc
.browserslistrc
.dockerignore
.editorconfig
.gitattributes
.gitignore remove visualizer as it boosts node version 2026-06-03 00:17:12 +03:00
.gitlab-ci.yml Merge remote-tracking branch 'origin/develop' into more-fixes 2026-06-26 15:29:08 +03:00
.mailmap
.node-version bump node version 2026-06-07 23:50:09 +03:00
.stylelintrc.json
biome.json cleanup unused imports 2026-06-25 13:46:27 +03:00
BREAKING_CHANGES.md
CHANGELOG.md
COFE_OF_CONDUCT.md
CONTRIBUTORS.md
docker-compose.e2e.yml Merge remote-tracking branch 'origin/develop' into more-fixes 2026-06-26 15:29:08 +03:00
eslint.config.mjs
image-1.png
image.png
index.html
LICENSE
package.json update playwright 2026-06-24 19:03:50 +03:00
postcss.config.js
preview.style.js
README.md
renovate.json
vite.config.js cleanup unused imports 2026-06-25 13:46:27 +03:00
yarn.lock update playwright 2026-06-24 19:03:50 +03:00

Pleroma-FE

Highly-customizable frontend designed for Pleroma.

screenshot

For Translators

To translate Pleroma-FE, use our weblate server: https://translate.pleroma.social/. If you need to add your language it should be added as a json file in src/i18n/ folder and added in a list within src/i18n/languages.js.

Pleroma-FE will set your language by your browser locale, but you can change language in settings.

For instance admins

You don't need to build Pleroma-FE yourself. Those using the Pleroma backend will be able to use it out of the box. Information of customizing PleromaFE settings/defaults is in our guide and in case you want to build your own custom version there's another

Build Setup

# install dependencies
npm install -g yarn
yarn

# serve with hot reload at localhost:8080
yarn dev

# build for production with minification
yarn build

# run unit tests
yarn unit

For Contributors:

You can create file /config/local.json (see example) to enable some convenience dev options:

  • target: makes local dev server redirect to some existing instance's BE instead of local BE, useful for testing things in near-production environment and searching for real-life use-cases.
  • staticConfigPreference: makes FE's /static/config.json take preference of BE-served /api/pleroma/frontend_configurations. Only works in dev mode.

FE Build process also leaves current commit hash in global variable ___pleromafe_commit_hash so that you can easily see which pleroma-fe commit instance is running, also helps pinpointing which commit was used when FE was bundled into BE.

Configuration

Set configuration settings in AdminFE, additionally you can edit config.json. For more details see documentation.