Earlier quoted context omitted.
I'm currently using it for my website https://vidcap.co (its on beta). There are three things that I'm using it for, but I'm sure other features goes pretty deeply. 1. Pairs the domain with the file server - I can buy a domain on Godaddy and then have it pair to my Netlify fileserver. Its pretty easy to get started. In the past I used Godaddy for everything, but now I do not have to. 2. Deployment mangement. If you h…
It seems you're now experiencing the HN hug of death. Is it a quota issue or Netlify not able to handle the load?
Netlify Dev
51–60 of 237 posts
Re: Netlify Dev
#52Massive respect to the Netlify team. I played around with having my static site hosted by them (for free!) and got only a modicum of extra performance from a $5/mo Digital Ocean droplet. With this ngrok competitor making it easier to experiment with lambdas/serverless technologies, they're creating a compelling reason to use them for production builds.
How is this a ngrok competitor?
Re: Netlify Dev
#53Looks super cool and super happy with Netlify hosting. I just gave it a spin though and got this: Netlify Dev ◈ Starting Netlify Dev... Netlify Dev ◈ Overriding dist with setting derived from netlify.toml [dev] block: null Netlify Dev ◈ No dev server detected, using simple static server Netlify Dev ◈ Unable to determine public folder for the dev server. Setup a netlify.toml file with a [dev] section to specify your d…
https://github.com/netlify/netlify-dev-plugin#project-detect...
Re: Netlify Dev
#54Can anyone explain the elevator pitch of Netlify to me? I know it's become quite popular in the last couple of years and I can't figure out why. I don't doubt that it's good at what it does, but it seems to do the same thing as any number of services. For example, I see a lot of people talk about it for static sites. But you get free static sites through GitHub, nearly free static sites on Amazon S3. What does Netlif…
Re: Netlify Dev
#55Earlier quoted context omitted.
It seems you're now experiencing the HN hug of death. Is it a quota issue or Netlify not able to handle the load?
Considering that Netlify is handling the #1 HN traffic just fine, I’d guess something else is at play.
Re: Netlify Dev
#56Earlier quoted context omitted.
Basically - once you have the toolchain for generating sites on your local environment, Netlify automates all of the toolchain in the cloud by just hitting 'git push'. It then has ancillary services for more "functional" components that often static sites lack (functions, forms, etc). It's one of my favorite platforms because of its simplicity.
I get this experience on my own VPS with Dokku, mostly. I thought Netlify’s big bonus is their CDN and pricing?
Re: Netlify Dev
#57Can anyone explain the elevator pitch of Netlify to me? I know it's become quite popular in the last couple of years and I can't figure out why. I don't doubt that it's good at what it does, but it seems to do the same thing as any number of services. For example, I see a lot of people talk about it for static sites. But you get free static sites through GitHub, nearly free static sites on Amazon S3. What does Netlif…
I jumped to Netlify after I had my static site on s3 and thought to myself "securing it through letsencrypt could be nice" and after 3 hours I couldn't get it working, so I ported the site over to Netlify in ~15 mins including the lets-encrypt integration and pointing the domain over.
Re: Netlify Dev
#58Can anyone explain the elevator pitch of Netlify to me? I know it's become quite popular in the last couple of years and I can't figure out why. I don't doubt that it's good at what it does, but it seems to do the same thing as any number of services. For example, I see a lot of people talk about it for static sites. But you get free static sites through GitHub, nearly free static sites on Amazon S3. What does Netlif…
Both of those services you listed are generic tools. Netlify is for one use case - front end developers deploying websites. That means things like automatic asset compression and minification, feature support for things you’d normally need to setup a backend server for (login, form capture, etc), automatic SSL certs, CMS, etc. Yes, most of their features can be replicated with other tools, but the point of Netlify is…
Re: Netlify Dev
#59I instantly thought of the incomplete/error prone Zeit Now dev that was introduced a few weeks ago. If this(Netlify Dev) can replicate the entire system stably I might move on to Netlify Edge. Replicating and testing is a pretty big deal :-) Offtopic, but can anyone explain the differences between Zeit Now v2 and Netlify Edge?
We are working on adding support for a 100% local development workflow in Netlify Dev. It would be lovely to know what you think is missing from stateful local workflows in both Zeit and Netlify.
Re: Netlify Dev
#60I did a test to https://trusting-heisenberg-a82012.netlify.com/ and I get "Page Not Found Looks like you've followed a broken link or entered a URL that doesn't exist on this site.
Back to our site"
Other than that, it is a neat idea.