Next client built with Preact. https://app.avanpost20.ru
  • TypeScript 93.8%
  • SCSS 5.3%
  • HTML 0.5%
  • JavaScript 0.3%
Find a file
2026-02-02 14:09:32 +03:00
.github first commit 2026-02-01 21:05:07 +03:00
.vscode first commit 2026-02-01 21:05:07 +03:00
.yarn first commit 2026-02-01 21:05:07 +03:00
docker first commit 2026-02-01 21:05:07 +03:00
external first commit 2026-02-01 21:05:07 +03:00
public fix: small bug fix 2026-02-02 01:46:28 +03:00
scripts first commit 2026-02-01 21:05:07 +03:00
src fix: light parameter now works 2026-02-02 14:09:32 +03:00
.babelrc first commit 2026-02-01 21:05:07 +03:00
.dockerignore first commit 2026-02-01 21:05:07 +03:00
.env first commit 2026-02-01 21:05:07 +03:00
.env.build first commit 2026-02-01 21:05:07 +03:00
.gitignore first commit 2026-02-01 21:05:07 +03:00
.gitmodules first commit 2026-02-01 21:05:07 +03:00
.prettierignore first commit 2026-02-01 21:05:07 +03:00
.prettierrc.js first commit 2026-02-01 21:05:07 +03:00
.yarnrc.yml first commit 2026-02-01 21:05:07 +03:00
default.nix first commit 2026-02-01 21:05:07 +03:00
Dockerfile first commit 2026-02-01 21:05:07 +03:00
index.html first commit 2026-02-01 21:05:07 +03:00
LICENSE first commit 2026-02-01 21:05:07 +03:00
package.json fix: light parameter now works 2026-02-02 14:09:32 +03:00
README.md first commit 2026-02-01 21:05:07 +03:00
tsconfig.json first commit 2026-02-01 21:05:07 +03:00
vite.config.ts first commit 2026-02-01 21:05:07 +03:00
yarn.lock fix: light parameter now works 2026-02-02 14:09:32 +03:00

Deprecation Notice

This project is deprecated, however it still may receive maintenance updates.

PRs for small fixes are more than welcome.

Deploying a new release

Ensure .env.local points to https://app.revolt.chat/api.

cd ~/deployments/revite
git pull
git submodule update

# check:
git status

export REVOLT_SAAS_BRANCH=revite/main
export REMOTE=root@production
scripts/publish.sh

# SSH in and restart revite:
ssh $REMOTE
tmux a -t 4

Revite

Description

This is the web client for Revolt, which is also available live at app.revolt.chat.

Pending Rewrite

The following code is pending a partial or full rewrite:

Stack

Submodule Hint

This project contains submodules. Run git submodule init after you clone this repository to initialize the submodules. It is also recommended to run git submodule update after you pull from upstream.

Resources

Revite

Revolt

Quick Start

Get revite up and running locally.

git clone --recursive https://github.com/revoltchat/revite
cd revite
yarn
yarn build:deps
yarn dev

You can now access the client at http://local.revolt.chat:3000.

CLI Commands

Command Description
yarn pull Setup assets required for Revite.
yarn dev Start the Revolt client in development mode.
yarn build Build the Revolt client.
yarn build:deps Build external dependencies.
yarn preview Start a local server with the built client.
yarn lint Run ESLint on the client.
yarn fmt Run Prettier on the client.
yarn typecheck Run TypeScript type checking on the client.
yarn start Start a local sirv server with built client.
yarn start:inject Inject a given API URL and start server.
yarn lint | egrep "no-literals" -B 1 Scan for untranslated strings.

License

Revite is licensed under the GNU Affero General Public License v3.0.