Remix.run Logo
troupo 2 days ago

I know it's early days, but here's a must-have wish list for me:

- ability to run locally somehow. I have my own IDE, tools etc. Browser IDEs are definitely not something I use willingly.

- ability to get all code, and deploy it myself, anywhere

---

Edit: forgot to add. I like that every video in Elixir/Phoenix space is the spiritual successor to "15-minute rails blog" from 20 year ago. No marketing bullshit, just people actually using the stuff they build.

chrismccord 2 days ago | parent | next [-]

You can push and pull code to and from local desktop already: hamburger menu => copy git clone/copy git push.

You could also have it use GitHub and do PRs for a codex/devin style workflows. Running phoenix.new itself locally isn't something we're planning, but opening the runtime for SSH access is high on our list. Then you could do remote ssh access with local vscode or whatever.

prophesi 2 days ago | parent [-]

> Running phoenix.new itself locally isn't something we're planning

So no plans to open the source code?

abrookewood 2 days ago | parent | next [-]

Everyone has to eat.

prophesi a day ago | parent [-]

For sure. I'm just hesitant to recommend sending one's codebase to a server running code I can't inspect. I suppose that's the status quo with LLM's these days, though.

chrismccord 2 days ago | parent | prev [-]

confirm

chrismccord 2 days ago | parent | prev | next [-]

"15-minute rails blog" changed the game so I definitely resonate with this. My videos are pretty raw, so happy to hear it works for some folks.

fridder 2 days ago | parent | prev [-]

run locally or in your private cloud would be amazing. The latter bit would be a great paid option for large enterprises