HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ericmsimons

no profile record

Submissions

The Self-Rendering Eval Shirt

blog.stackblitz.com
1 points·by ericmsimons·2 tahun yang lalu·1 comments

comments

ericmsimons
·2 tahun yang lalu·discuss
Bolt = StackBlitz, ie Bolt doesn't have it's own subscription plans - if you go to your stackblitz billing profile I linked above you can cancel and downgrade to the free plan!
ericmsimons
·2 tahun yang lalu·discuss
To get the mvp out we had to cut scope somehow, mobile was one of them, and an easy one because this app is meant to be used on desktop :)

Will be adding responsive styling shortly to it!
ericmsimons
·2 tahun yang lalu·discuss
Hi- Eric cofounder of StackBlitz/Bolt here, not sure what OP is talking about? You can cancel your subscription at any time over at https://stackblitz.com/settings/billing

Here's a screenshot I just took of my own billing page (see the "cancel subscription" link under the "Current Plan" section): https://imgur.com/a/6ZTWgEL
ericmsimons
·2 tahun yang lalu·discuss
Technically speaking yes, but practically it turns out you often need multiple levers to actually get resolution when dealing with bad faith actors.

At some point I intend to write a blog post about what happened so other startups have a frame of reference on how to deal with this sort of thing. Truly wild stuff and can be very counterintuitive.
ericmsimons
·2 tahun yang lalu·discuss
Good question, here's the link to it: https://patents.google.com/patent/US20220417315A1/en?q=(stac...

It's somewhat specific to our use case as you'll see when you read through. A motivation for securing this was that we've had issues (one instance in particular) where we caught a direct competitor directly copy+pasting code from our compiled builds into their own competing product. Asking them nicely to stop didn't do anything, nor getting emails from our lawyers.

The main lever a startup has to solve this is to keep innovating and being the best product in the market, which is what we have done & continue to do. But having a patent is a useful lever for general deterrence from bad actors like this. (Also want to say thanks and give credit to Vinay Hiremath, cofounder of Loom, who went through similar in the early days of Loom and helped point us down the path of securing a patent)
ericmsimons
·2 tahun yang lalu·discuss
stackblitz ceo here, just to clarify:

we haven’t ever pivoted from webcontainers, not sure what you’re talking about there. it’s been our main thing since forever :)

stackblitz itself is a product suite built on top of webcontainers. note that many issues in the repo you linked are not for webcontainers specifically, but instead mostly for stackblitz specific functionality.

we have about 3m devs/mo using us for free on stackblitz.com, so we do the best we can for free public issue triage but do prioritize our paying customers (we are a business after all :)
ericmsimons
·2 tahun yang lalu·discuss
We originally thought the same but a few years back started seeing increasing demand outside of stackblitz itself.

Surprisingly a very large and growing number of use cases across interactive edu tools, AI code execution (https://webcontainers.io/ai), SaaS dev envs for end users to write code, amongst others
ericmsimons
·2 tahun yang lalu·discuss
Thanks for this feedback- we’ll definitely make it easier to land on the webcontainer.new demo from the homepage. I think our main concern initially was that without docs context it might be too confusing what’s going on, but I think we could find ways to ease that in that experience itself
ericmsimons
·2 tahun yang lalu·discuss
Hi HN! Cofounder of StackBlitz/WebContainers here, cool to wake up and see this on the front page unexpectedly :) Happy to answer any questions!

Btw one emergent use case we've seen growing rapidly has been code execution for AI agents. Would love thoughts/questions/feedback if you’re working on things in that space: https://webcontainers.io/ai
ericmsimons
·2 tahun yang lalu·discuss
Hey HN- creator here! Thought this was a fun example of a quine and wanted to share. I also made a video & thread that explains how it works: https://twitter.com/ericsimons40/status/1759955628825710760

Happy to answer any q's!
ericmsimons
·3 tahun yang lalu·discuss
This is what we do at StackBlitz (stackblitz.com). All hosted in the browser without the need for servers, including fullstack applications.