Extremely fast online playground for every programming language.
Go to file
Radon Rosborough ff95d0aadb Add financials README 2021-08-29 14:28:54 -07:00
.github Update FUNDING.yml 2021-08-09 18:18:18 -07:00
backend Catch more errors 2021-08-26 18:46:04 -07:00
bin Don't fail when .env is missing 2021-07-06 03:23:06 +00:00
doc Move dev server elsewhere 2021-07-22 21:11:16 -07:00
docker Optimize Dockerfile 2021-08-14 22:01:05 -07:00
financials Add financials README 2021-08-29 14:28:54 -07:00
frontend Remove some unused imports & variables 2021-08-15 18:21:29 -07:00
langs Slow down Unison testing to make more reliable 2021-08-21 00:00:39 -07:00
lib Deal with Carp being sloooooooow 2021-08-15 18:34:11 -07:00
packer Deal with Carp being sloooooooow 2021-08-15 18:34:11 -07:00
shared Fix permissions on sqlite build dir 2021-02-07 09:35:39 -08:00
supervisor Add taint to supervisor 2021-08-15 17:36:24 -07:00
system [#97] Tear down exec commands properly 2021-08-20 21:02:57 -07:00
tf Many things fixed 2021-08-01 12:42:01 -07:00
tools Many things fixed 2021-08-01 12:42:01 -07:00
.clang-format Add code formatters for Riju itself 2021-07-17 00:50:42 -07:00
.dockerignore Load language configurations into server 2021-03-18 19:03:28 -07:00
.gitignore Classify costs 2021-08-29 14:03:31 -07:00
CONTRIBUTING.md Let's gooooo 2021-07-12 06:09:45 +00:00
LICENSE.md Re-add license 2021-01-13 21:13:43 -08:00
Makefile Debug some horrifying permission errors 2021-08-12 19:15:27 -07:00
README.md Progress on sandbox, drop node-pty dependency 2021-08-12 19:38:39 -07:00
SECURITY.md Start updating documentation 2021-07-11 02:25:23 +00:00
package.json Effective teardown, and Sentry integration 2021-08-14 21:37:31 -07:00
webpack.config.cjs I hate writing Webpack configs. I hate it so much. 2020-12-27 12:42:06 -08:00
yarn.lock Effective teardown, and Sentry integration 2021-08-14 21:37:31 -07:00

README.md

Riju

Riju is a very fast online playground for every programming language. In less than a second, you can start playing with a Python interpreter or compiling INTERCAL code.

Check it out at https://riju.codes!

Service uptime available at https://riju.statuspage.io/.

Is it free?

Riju will always be free for everyone. I pay for the hosting costs myself.

A number of people have asked me if they can donate to help keep Riju online. In response, I have set up a few methods, which you can see in the "Sponsor this project" sidebar on GitHub. All donations will be used solely to cover hosting costs, and any surplus will be donated to the Electronic Frontier Foundation.

Is it safe?

Riju does not collect your personal information.

  • Your code is deleted from the server as soon as you close Riju.
  • Your terminal input and output is never saved or logged anywhere.
  • Riju uses Fathom Analytics to measure traffic. Fathom collects very limited data and does not sell it to third parties, unlike Google Analytics.
  • Riju does not serve advertisements or share data with any third party aside from Fathom Analytics.

All of the above notwithstanding, any service that allows people to run code online is inherently risky. For this reason, I can't make any guarantees about the security or privacy of your data.

See also Reporting a security issue.

Are there rules?

Yes, there is one rule and it is "please be nice". Examples of not being nice include:

  • Trying to consume as many resources as possible. All this will do is prevent others from using Riju, which isn't nice.
  • Mining cryptocurrency. Since hosting Riju comes out of my paycheck, this is exactly equivalent to stealing, which isn't nice.

Can I help?

Absolutely, please see Contributing guide.

Similar projects

Acknowledgements

  • A big thank you to Mike Diarmid of Invertase for being an early sponsor of the project and helping out with hosting costs! Thanks to Mike's generous support I have the runway to get Riju stable enough for everyone to use.
  • Thank you to the maintainers of Monaco, node-pty, and Xterm.js! Without any one of these open-source libraries, version 1.0 of Riju could not have come to life!