Home

Jamstack Made Getting Started Easier

Jamstack began as an architectural approach for building websites. As a byproduct, it also promoted the simplicity of deploying those sites.

There's so much tooling around building websites that it's easy to get lost in the core of what a website is — HTML files.

That's it. If you have an HTML file, you have a website ...

As long as you can deploy it.

And that wasn't always easy. Finding the service, wiring up the domain, and figuring out a process to push updates to the site made "building a website" more than just writing a simple HTML file.

Jamstack Lowered the Barrier to Entry

Netlify led the Jamstack movement, which began as an architectural approach that focused on decoupling various services and stitching them together, rather than using a monolithic application.

One byproduct of Jamstack that is often overlooked is that it also lowered the barrier to entry in building simple sites. Now you really can just have an HTML file and add it to Netlify by choosing "Deploy manually" from the new site options.

And if you want to be able to push updates, you can make new deploys, or you can use Git and GitHub so these deployments happen automatically.

Prioritizing the Basics

It seems like such a simple thing (because it is), but it's easy to overlook the process of getting started after we know how to do something, and so important that we give it attention.

The web is an increasingly complex space to join. The barrier to entry appears high. But it doesn't have to.

Try It!

Try it! Write a single HTML file, drag it into a new project in Netlify and see how fast you have a new site. It's kind of amazing!

Let's Connect

Keep Reading

Conditional Email Notifications through Netlify Forms and Hooks

Sending conditional email notifications based on the value of a user-submitted form field is still very much a thing, and it can be achieved via fun workaround when using Netlify forms.

May 18, 2019

How I Scaled a Hybrid Application using the Jamstack

I built an app for a one-day event that did not account properly for scale and took a huge performance hit. This is how we overcame that performance struggle using the Jamstack.

Apr 01, 2020

4 Less Common, but Super Powerful (Static) Netlify Uses

Netlify isn’t just for websites. Learn how you can use Netlify to serve your other sites with useful content, creating a single source of truth for your assets and data, as needed.

Sep 03, 2022