• Stars
    star
    141
  • Rank 259,971 (Top 6 %)
  • Language
    TypeScript
  • License
    GNU Affero Genera...
  • Created about 2 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Monorepo for Revolt's frontend.

‼️ READ: THIS IS STILL IN DEVELOPMENT

This is still in early development. Everything you see here may - and likely will - be tweaked or changed further before release.

Revolt Frontend

This repository contains the code for Revolt's new frontend, built with Solid.js.

You can find the code style guidelines here.

Setup locally

# clone the repository
git clone --recursive https://github.com/revoltchat/frontend client
cd client

# update submodules if you pull new changes
# git submodule init && git submodule update

# install all packages
pnpm i

# build deps:
pnpm build:deps

# or build a specific dep (e.g. revolt.js updates):
# pnpm --filter revolt.js run build

# run dev server
pnpm dev

Finally, navigate to http://local.revolt.chat:5173.

Build client

# install packages
pnpm i

# build everything
pnpm build:all

Pulling in Revolt's assets

If you want to pull in Revolt brand assets after pulling, run the following:

# update the assets
git -c submodule."packages/client/assets".update=checkout submodule update --init packages/client/assets

You can switch back to the fallback assets by running deinit and continuing as normal:

# deinit submodule which clears directory
git submodule deinit packages/client/assets

Faster iteration with Revolt.js

To make it easier to work with revolt.js, you may want to temporarily make this change:

# packages/revolt.js/package.json
-  "module": "lib/esm/index.js",
+  "module": "src/index.ts",

Any edits to the revolt.js codebase will immediately be reflected while developing.

Using pnpm

Add a new package to a workspace:

pnpm add solid-hcaptcha --filter @revolt/auth

Deployment Information

The app currently needs the following routes:

  • /server
  • /channel
  • /friends
  • /admin
  • /app
  • /pwa

More Repositories

1

revolt

Repository for miscellaneous repository management and discussions: https://github.com/revoltchat/revolt/discussions
2,027
star
2

backend

Monorepo for Revolt backend services.
Rust
1,103
star
3

self-hosted

Deploy Revolt using Docker.
852
star
4

revite

Revolt client built with Preact.
TypeScript
839
star
5

desktop

Revolt Desktop App
TypeScript
739
star
6

awesome-revolt

Collection of Revolt libraries, bots, clients and other cool stuff.
297
star
7

revolt.js

Modern Typescript library for interacting with Revolt.
TypeScript
220
star
8

rvmob

React Native Revolt client. Community-led project.
TypeScript
115
star
9

vortex

(in development) Pluggable WebRTC Voice Server
Rust
113
star
10

revolt.py

Python wrapper for https://revolt.chat
Python
87
star
11

revolt.chat

Revolt landing page.
TypeScript
64
star
12

autumn

Pluggable file server micro-service.
Rust
50
star
13

translations

i18n translations of Revolt
TypeScript
49
star
14

themes

Official and community-made Revolt themes.
CSS
45
star
15

january

Image proxy and embed generator.
Rust
42
star
16

mutiny

GTK4 Revolt Client. Community-led project.
JavaScript
40
star
17

api

Typescript typings and OpenAPI v3 generator for the Revolt API.
TypeScript
35
star
18

android

Revolt Android app and internal API library
Kotlin
30
star
19

documentation

Moved to https://github.com/revoltchat/wiki.
JavaScript
24
star
20

fdroid

F-droid Repository
CSS
17
star
21

android-twa

Android Trusted Web Activity - available on Google Play and F-droid
Java
16
star
22

ios

Revolt iOS App
Swift
14
star
23

.github

Shell
13
star
24

legal

Legal documents such as Privacy Policy and Terms of Service.
11
star
25

cli

(superseded by monorepo) CLI for working with the Revolt stack.
TypeScript
11
star
26

rfcs

RFCs for changes to Revolt
Python
10
star
27

bonfire

Edge notifications service.
Rust
10
star
28

components

Components library for Revolt.
TypeScript
8
star
29

quark

Crate containing common database abstractions for Revolt.
Rust
5
star
30

client

Deprecated. – Mirror of https://gitlab.insrt.uk/revolt/client
TypeScript
4
star
31

contributions

Open source contribution tracker
JavaScript
3
star
32

wiki

Open contribution documentation powered by mdbook
CSS
2
star
33

genemoji

Revolt Emoji Pack Structure Unification Toolchain
TypeScript
2
star
34

cla

Contributor License Agreement
1
star