1
0
Fork
You've already forked rain
0
A lightweight and bleeding-edge discord client
  • TypeScript 88.8%
  • JavaScript 11.2%
2025年11月07日 22:05:42 +02:00
scripts initial commit: uses modified version of Kettu's build script, a reimplemented version of bunny's core plugin system (needs a full rewrite) and a painful implementation of pyoncord's metro system (also needs a rewrite) 2025年09月17日 20:23:51 +03:00
shims initial commit: uses modified version of Kettu's build script, a reimplemented version of bunny's core plugin system (needs a full rewrite) and a painful implementation of pyoncord's metro system (also needs a rewrite) 2025年09月17日 20:23:51 +03:00
src metro: fix load issue 2025年11月07日 22:03:35 +02:00
.gitignore initial commit: uses modified version of Kettu's build script, a reimplemented version of bunny's core plugin system (needs a full rewrite) and a painful implementation of pyoncord's metro system (also needs a rewrite) 2025年09月17日 20:23:51 +03:00
bun.lock metro: port bunny metro 2025年11月07日 19:32:57 +02:00
eslint.config.mjs initial commit: uses modified version of Kettu's build script, a reimplemented version of bunny's core plugin system (needs a full rewrite) and a painful implementation of pyoncord's metro system (also needs a rewrite) 2025年09月17日 20:23:51 +03:00
LICENSE license: licensed the project under GNU General Public License 2025年08月14日 10:07:42 +02:00
package.json metro: port bunny metro 2025年11月07日 19:32:57 +02:00
README.md docs(readme): update rain logo img source 2025年08月13日 17:33:30 +02:00
tsconfig.json config: use kettu's 2025年11月07日 22:05:42 +02:00

Rain logo

Welcome to rain

rain is a work-in-progress custom Discord client for android, designed to be lightweight and feature-packed!

What is rain?

rain is a work-in-progress custom client for discord aimed at being written from the ground up, depending on code from as little projects as possible (minus the kotlin side).

When will rain be available and what devices will it be available for?

rain currently is still nowhere near a state where it is ready for any sort of release. as for platforms it will be available for, android is the target however iOS is something that is being planned!

How can I support the project?

rain can be supported in many ways, you can contribute, make a bug report or donate

Bug-reporting

Bug reports are a crucial part of development, they make the project more stable and make developers aware of issues. before filing an issue please make sure it isnt a duplicate

Contributing

Contributing can be many things: a bug fix, a new plugin, translation. git commits are made in the layout of: category(target): what you did e.g. "made #### be #####"