dnilasor
One of the main reasons I came to work at Render was its focus on developer experience. At the time, I was moving away from AWS because I wanted a platform that was more abstract but still offered control and convenience.
Render just released free plans so you can host apps in their native environment (i.e., Elixir/Node/Docker/Go/Rust etc.) at no cost.
I know that this community has many makers, so if you’re looking for an easy way to deploy and host your next project, consider giving Render.com a try. You can read more about it in a blog post from the lead engineer who built the free plans here.
Trending in Discussions
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
New
Hey there,
It’s been more than a year since we started using LiveView as our main UI library and building a whole library of UI componen...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Quite interesting article Google brought me. Didn’t find any mentions about it here.
What do you think in general? Would you use togethe...
New
Hi everyone!
The first release candidate for the Expert language server project is now available!
We’ve published a press release detai...
New
Hi there! :wave:
@frigidcode and I (but mostly him) have been running an Elixir Book club, we’re almost done with Designing Elixir Syste...
New
A little off-topic, but I feel like people here have a good head on their shoulders.
I used to be quite good at making software. Was luc...
New
Other Trending Topics
Cairn is a small OTP library for message delivery, lightweight function processes, supervised work, and waiting on results.
The goal is ...
New
Edit: 2026 May 15 - This post is archived.
Mob is alive!!
Main docs: mob v0.7.11 — Documentation
A bit of explanation for the slightly c...
New
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Just published claude-code-elixir, a plugin marketplace for Claude Code with Elixir support. These are the plugins I’ve been using for my...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #ai
- #elixirconf-us
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #elixirconf-eu
- #metaprogramming
- #hex










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
Rainer
Ah that’s great to hear, need check it out when I have time
I’m running 2 hobby projects on render, which I really like. But even if render was already cheap for what it offers, just for a small petproject it quite sums up…
eksperimental
Hi. Do these free plans offer persistent disk storage?
dimitarvp
Render continues to impress. I keep looking for an excuse to use them and they keep making themselves more tempting!
eksperimental
I am answering myself based on their docs. Deploy for Free – Render Docs
anuragg
(Render founder) Chiming in to say we’re really excited to be able to finally offer this because it enables many more developers (Elixir and otherwise) to try Render without breaking the bank. Feel free to post more questions here!
dimitarvp
Thanks for your work! Impressive service all around.
I am only slightly concerned about the potential 30s of startup of free services that were frozen after 15 minutes of inactivity – any idea if that can be improved somewhat? (Aside from having scripts on our machines that ping the server once every 15 minutes.)
anuragg
This is definitely a mild concern, but we’re going to continue to reduce this start time because we want to offer the scale-to-zero feature to paid apps as well.
frigidcode
Pay for a plan
dimitarvp
Sure, I have no problem with paying – and the prices are very reasonable, too. I’m talking about evaluating a provider on the free tier while I’m exercising an idea. If I like what I see I’m buying without asking questions.
Rainer
I’ve already got 2 older render services which are running fine. Now I tried to deploy another one, just the plain phoenix template (1.6.6) with the generated Dockerfile. But all I get is a failed deploy with “Exited with status 128”.
The console only shows a successful build and the last messages I get are:
Any ideas on this?