Back to the main page.

Lua Share is a small website that let's you run Lua code. It has a permalink feature that creates a URL for the current code. This let's you share short code snippets with others.

Everything in Lua Share runs locally. There's absolutely 0 server-side logic, including for the permalink feature. Permalinks are generated client-side using a Lua specific preprocessing step followed by liblzma compression. (This does mean that larger code results in longer links.)

Dependencies used:

Built with C++, TypeScript, CMake, and esbuild.