Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more! Learn more →
Coder Alternatives
Similar projects and alternatives to coder
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
-
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
-
Mattermost
Mattermost is an open source platform for secure collaboration across the entire software development lifecycle..
-
-
awesome-tunneling
List of ngrok/Cloudflare Tunnel alternatives and other tunneling software and services. Focus on self-hosting.
-
dapr
Dapr is a portable runtime for building distributed applications across cloud and edge, combining event-driven architecture with workflow orchestration.
-
-
dbgate
Database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others. Runs under Windows, Linux, Mac or as web application
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
coder discussion
coder reviews and mentions
- Coder: Seamless Remote Dev Environments via Terraform
-
Quartz: A Deterministic Time Testing Library for Go
I'm Quartz's primary author, and I hadn't seen this proposal until today.
They are similar in the sense of using a faked clock to make things deterministic. Other than not having to inject the Clock interface, tests using Quartz will probably look fairly similar to this proposal in many cases.
The proposal has a simpler API than Quartz, being able to just run some goroutines and wait until everything is blocked.
However, this brings some limitations on what can be tested, such as time elapsing while computation is occurring (not just elapsing while things are waiting for something else). IMO this is an important limitation, as many interesting time-of-check, time-of-use bugs and edge cases occur because time does elapse during computation in real systems.
An example of this from coder/coder that motivated the design of Quartz's API: https://github.com/coder/coder/blob/a5e4bf38fec66c5e7ecc96b0...
-
Show HN: Lapdev, a new open-source remote dev environment management software
Founder of coder (https://github.com/coder/coder) here. We choose Terraform as our provisioning layer so that users can provision full blown VMs as their development environment.
We have many teams using GPUs with Coder for ML workloads but doing GUI/Game remote development where interactivity is essential remains elusive.
-
15 open-source tools to elevate your software design workflow
If you're looking for a collaboration tool, try Coder.
- Coder v2.0.0 Released
-
ngrok-go: embed ingress into your Go apps as a net.Listener
You're right, Tailscale is not 100% open source but the clients and DERP system being open source is enough for you to create what is requested here. A perfect example is https://github.com/coder/coder
-
Repository with sqlc, how to hide transactions?
Coder is using SQLc. You are responsible for handling transactions, see this example:
-
Company wants us to code C# in VS Code. What would you miss if you couldn't use VS/Rider?
The company i work for is planning on implementing Coder ( GitHub - coder/coder: A tool that provisions remote development environments via Terraform) with VS Code.
-
m8a scenario #1 - Using Coder to Develop Keycloak Templates Live (almost)...
Next, you'll need a workspace template to be able to create a workspace. Again, the Coder's docs explain how to do this well and there is an example k8s template you can start from.
-
What are well-developed web applications in Golang?
Coder https://github.com/coder/coder
-
A note from our sponsor - Sevalla
sevalla.com | 2 Sep 2025
Stats
coder/coder is an open source project licensed under GNU Affero General Public License v3.0 which is an OSI approved license.
coder is marked as "self-hosted". This means that it can be used as a standalone application on its own.
The primary programming language of coder is Go.