For Legacy Web: Difference between revisions

From Revolt Wiki
No edit summary
No edit summary
Line 1: Line 1:
[[Category:Client]]
[[Category:Client]]
Revite is the official client maintained by the official Revolt team. It was the first client to be made and is the most fully featured option.
Revite is the original official client for Revolt, created and developed by the Revolt Team. It was the first client to be made and is the most fully featured option.


== Development ==
== Development ==
Revite is written in TypeScript with the Preact framework. The client is currently being rewritten in Solid.js.
Revite is written in TypeScript with the Preact framework.
 
It is called Revite due to using the Vite build tool. Although Vite is pronounced "vit", it is widely accepted that Revite is pronounced "Re-v-eye-t".
 
It is currently in the process of being superseded by the new web frontend and the native apps for iOS and Android.


== Source Code ==
== Source Code ==
The Revite client is open source; the code is available on [https://github.com/revoltchat/revite GitHub]. It is licensed under the [https://github.com/revoltchat/revite/blob/master/LICENSE GNU Affero General Public License v3.0].
The Revite client is open-source under the [https://github.com/revoltchat/revite/blob/master/LICENSE GNU Affero General Public License v3.0]. The code is available [https://github.com/revoltchat/revite on GitHub].

Revision as of 03:50, 27 April 2025

Revite is the original official client for Revolt, created and developed by the Revolt Team. It was the first client to be made and is the most fully featured option.

Development

Revite is written in TypeScript with the Preact framework.

It is called Revite due to using the Vite build tool. Although Vite is pronounced "vit", it is widely accepted that Revite is pronounced "Re-v-eye-t".

It is currently in the process of being superseded by the new web frontend and the native apps for iOS and Android.

Source Code

The Revite client is open-source under the GNU Affero General Public License v3.0. The code is available on GitHub.