Comment by kylecarbs

Comment by kylecarbs 2 days ago

5 replies

It's tricky to do without a compute environment.

We can easily make a browser shell that let's people run basic commands, but presumably most want to try `vim` and other commands they'd typically invoke.

gregsadetsky 2 days ago

If you have a Dockerfile that bundles ghostty-web with a backend (even just `ttyd` or a simple socket server), I’d love to host the official demo for you. We can give it a dedicated isolated environment so people can run vim safely.

  • kylecarbs 2 days ago

    That would be great!

    `npx @ghostty-web/demo@next` starts an HTTP server on `localhost:8080`, so you could just wrap a basic Dockerfile with NPM installed (and maybe a variety of fun Linux tooling, ala vim).

    Feel free to shoot me an email: kyle@coder.com. I'll happily add it to the README.