You are browsing as a guest. Sign up (or log in) to start making projects!

InvalidJoker

@InvalidJoker

Joined June 5th, 2026

  • 5Devlogs
  • 2Projects
  • 1Ships
  • 3Votes
Hi! I'm Jannis, a 16yo student from Germany.
Ship

# Relay's first ship

I think Relay is finally ready for its first-ever ship!

You can find instructions on how to use it at https://relay.koder.wtf

For a long time, I've been looking for a nice solution to tunnel my local Minecraft servers and websites so I could share them with friends, and Relay is exactly that.

Obviously, Relay isn't even close to being finished yet and will continue to receive updates over time. :D

So yeah, go ahead and give it a try! :p

  • 5 devlogs
  • 17h
Try project → See source code →
Open comments for this post

2h 51m 44s logged

Relay is now public

I think Relay has reached a point where I’m comfortable letting other people try it out. It’s now available at https://relay.koder.wtf/dashboard.

The CLI supports Windows, macOS, and Linux, and can be installed with a simple script (https://relay.koder.wtf/#how-it-works).

Currently, each user gets 2 reserved ports, 3 subdomains, and 1 completely custom domain.

There’s still plenty of work ahead. Over the coming weeks, I’ll continue improving Relay and completely rework the dashboard, as it doesn’t look quite as polished as I’d like yet. I also plan to add a way for users to request additional subdomains directly through the platform.

For now, I’d love for people to try it out and share their feedback.

Relay is now public

I think Relay has reached a point where I’m comfortable letting other people try it out. It’s now available at https://relay.koder.wtf/dashboard.

The CLI supports Windows, macOS, and Linux, and can be installed with a simple script (https://relay.koder.wtf/#how-it-works).

Currently, each user gets 2 reserved ports, 3 subdomains, and 1 completely custom domain.

There’s still plenty of work ahead. Over the coming weeks, I’ll continue improving Relay and completely rework the dashboard, as it doesn’t look quite as polished as I’d like yet. I also plan to add a way for users to request additional subdomains directly through the platform.

For now, I’d love for people to try it out and share their feedback.

Replying to @InvalidJoker

0
9
Open comments for this post
Reposted by @InvalidJoker

6h 14m 54s logged

First Working Version

I’ve got a first real version of Relay up and running :D

The dashboard works, and both the HTTP and TCP proxy are stable.
Next up is mostly cleanup: polishing the frontend, improving the CLI tools, and finally implementing run configurations so you can have a relay.toml file in your project and don’t have to type the entire command every time.

After that, I’ll put together a demo deployment so people can actually try it out and break it a bit.

First Working Version

I’ve got a first real version of Relay up and running :D

The dashboard works, and both the HTTP and TCP proxy are stable.
Next up is mostly cleanup: polishing the frontend, improving the CLI tools, and finally implementing run configurations so you can have a relay.toml file in your project and don’t have to type the entire command every time.

After that, I’ll put together a demo deployment so people can actually try it out and break it a bit.

Replying to @InvalidJoker

1
55
Open comments for this post

6h 14m 54s logged

First Working Version

I’ve got a first real version of Relay up and running :D

The dashboard works, and both the HTTP and TCP proxy are stable.
Next up is mostly cleanup: polishing the frontend, improving the CLI tools, and finally implementing run configurations so you can have a relay.toml file in your project and don’t have to type the entire command every time.

After that, I’ll put together a demo deployment so people can actually try it out and break it a bit.

First Working Version

I’ve got a first real version of Relay up and running :D

The dashboard works, and both the HTTP and TCP proxy are stable.
Next up is mostly cleanup: polishing the frontend, improving the CLI tools, and finally implementing run configurations so you can have a relay.toml file in your project and don’t have to type the entire command every time.

After that, I’ll put together a demo deployment so people can actually try it out and break it a bit.

Replying to @InvalidJoker

1
55
Open comments for this post

4h 53m 16s logged

I’ve started working on the frontend for Relay and made some structural changes.

One major change is the removal of the dedicated Rust backend. All functionality is now handled directly within the Svelte application, simplifying development and deployment complexity.

For the UI, I chose a minimal design built with shadcn-svelte. This gives Relay a clean, modern look.

Upcoming Features:

The dashboard will soon allow you to:

  • Create and manage custom domains and subdomains
  • Reserve specific ports for your projects, so you don’t have to send new ports to your friends everytime

More updates soon :D

I’ve started working on the frontend for Relay and made some structural changes.

One major change is the removal of the dedicated Rust backend. All functionality is now handled directly within the Svelte application, simplifying development and deployment complexity.

For the UI, I chose a minimal design built with shadcn-svelte. This gives Relay a clean, modern look.

Upcoming Features:

The dashboard will soon allow you to:

  • Create and manage custom domains and subdomains
  • Reserve specific ports for your projects, so you don’t have to send new ports to your friends everytime

More updates soon :D

Replying to @InvalidJoker

0
17
Open comments for this post
Reposted by @InvalidJoker

45m 19s logged

What is Relay?

Relay is a TCP tunneling service. Unlike many other services on the market, it will be open-source and free to use (with some limitations, of course).

We also plan to offer unique features, such as persistent domains, so your friends won’t have to update the URL every time they want to visit your site.

Relay is currently a work in progress, so don’t expect anything too crazy just yet.

I’ll keep you updated :)

What is Relay?

Relay is a TCP tunneling service. Unlike many other services on the market, it will be open-source and free to use (with some limitations, of course).

We also plan to offer unique features, such as persistent domains, so your friends won’t have to update the URL every time they want to visit your site.

Relay is currently a work in progress, so don’t expect anything too crazy just yet.

I’ll keep you updated :)

Replying to @InvalidJoker

1
16
Open comments for this post
Reposted by @InvalidJoker

2h 38m 51s logged

I wanted the CLI to be as intuitive as possible, so I came up with the following design.

I’ve also made progress on building the Relay server itself. It now includes a communication layer for interacting with the CLI and supports client authentication.

I wanted the CLI to be as intuitive as possible, so I came up with the following design.

I’ve also made progress on building the Relay server itself. It now includes a communication layer for interacting with the CLI and supports client authentication.

Replying to @InvalidJoker

1
75
Open comments for this post

2h 38m 51s logged

I wanted the CLI to be as intuitive as possible, so I came up with the following design.

I’ve also made progress on building the Relay server itself. It now includes a communication layer for interacting with the CLI and supports client authentication.

I wanted the CLI to be as intuitive as possible, so I came up with the following design.

I’ve also made progress on building the Relay server itself. It now includes a communication layer for interacting with the CLI and supports client authentication.

Replying to @InvalidJoker

1
75
Open comments for this post

45m 19s logged

What is Relay?

Relay is a TCP tunneling service. Unlike many other services on the market, it will be open-source and free to use (with some limitations, of course).

We also plan to offer unique features, such as persistent domains, so your friends won’t have to update the URL every time they want to visit your site.

Relay is currently a work in progress, so don’t expect anything too crazy just yet.

I’ll keep you updated :)

What is Relay?

Relay is a TCP tunneling service. Unlike many other services on the market, it will be open-source and free to use (with some limitations, of course).

We also plan to offer unique features, such as persistent domains, so your friends won’t have to update the URL every time they want to visit your site.

Relay is currently a work in progress, so don’t expect anything too crazy just yet.

I’ll keep you updated :)

Replying to @InvalidJoker

1
16

Followers

Loading…