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

How to Use PNPM in Netlify Build

PNPM is now natively supported by Netlify.

Mar 19, 2021

Deploying a Static API to Netlify

A super simple example of building a static API that walks through the deploy process using Netlify. Part of a series of tutorials on building and deploying static APIs.

Apr 10, 2020

What You Need to Know When Using Netlify Forms

Netlify forms are an incredibly powerful feature. They enable you to accept dynamically-driven user data on your static site. But you must understand a few key concepts about Netlify forms if you're going to have success working with them.

May 02, 2019