Hacker News new | past | comments | ask | show | jobs | submit login

I think this is really your big downside. You're inadvertently competing with Vite and Webpack right now. I don't know if there's a good way around that, though, seeing as your magic is that you've written a faster bundler.

I hate to be the Hacker News commenter who is like "are you going to open source it?" But I am curious, do you think you think you could release your toolchain in a way that people can run it locally and get the same benefits that you're advertising?

(I say this as someone who currently uses esbuild and Preact. Your service looks really cool, but you would have to convert me to react-create-app if that's all you support.)




So supporting Vite-based React apps is _very_ high on my list of priorities at the moment, precisely because I don't really want to be pushing people to create-react-app just to use Reflame, since it offers a strictly inferior experience compared to Vite today. :)

I ended up having to start with create-react-app support, mostly because that's what one of my ideal early customers was using, and I wanted to make it as easy as possible for them to make the switch.

So hopefully once Vite support is ready, that could unblock your use case? (though I guess you'd also need to be willing to switch to React from Preact, which I realize is not a small ask)

Re: open source. I do actually intend to open source pieces of it. The VSCode extension is an especially great candidate since it's relatively well contained and doesn't require any specific infra to run.

Open sourcing the backend pieces probably won't happen anytime soon though, because it is very tightly coupled to very specific infrastructure (fly.io, NGS, FaunaDB, Dynamo, just to name a few), and there's a ton of moving pieces that all need to be configured to precisely to work together in order for even basic functionality to work as expected (especially in a geo-agnostic setup, like the one I'm current operating).

The support overhead for a self-deployed setup would be absolutely massive, and I'd have to think really hard about taking it on even for a lucrative contract for a large enterprise client (and the answer in the end would probably still be no). There's no way I can possibly offer that for free while making any progress on improving the service.


Thanks, I didn't know how integrated your backend was. Good luck




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: