[{"data":1,"prerenderedAt":154},["ShallowReactive",2],{"term-n\u002Fnetlify":3,"related-n\u002Fnetlify":134},{"id":4,"title":5,"acronym":6,"body":7,"category":114,"description":115,"difficulty":116,"extension":117,"letter":118,"meta":119,"navigation":71,"path":120,"related":121,"seo":128,"sitemap":129,"stem":132,"subcategory":6,"__hash__":133},"terms\u002Fterms\u002Fn\u002Fnetlify.md","Netlify",null,{"type":8,"value":9,"toc":108},"minimark",[10,15,19,23,26,30,97,101,104],[11,12,14],"h2",{"id":13},"eli5-the-vibe-check","ELI5 — The Vibe Check",[16,17,18],"p",{},"Netlify is like Vercel's cooler older sibling that was doing the automatic-deploy-from-GitHub thing before it was cool. You push code, it builds and deploys your site in seconds. It also does forms, auth, and functions without you needing to touch a real server.",[11,20,22],{"id":21},"real-talk","Real Talk",[16,24,25],{},"Netlify is a cloud platform for web hosting and serverless backend services. It offers continuous deployment from Git, a global CDN, serverless functions, edge functions, form handling, identity\u002Fauth, and split testing. Particularly popular with JAMstack and static site workflows.",[11,27,29],{"id":28},"show-me-the-code","Show Me The Code",[31,32,37],"pre",{"className":33,"code":34,"language":35,"meta":36,"style":36},"language-toml shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","# netlify.toml — project config\n[build]\n  command = \"npm run build\"\n  publish = \"dist\"\n\n[[redirects]]\n  from = \"\u002F*\"\n  to = \"\u002Findex.html\"\n  status = 200\n","toml","",[38,39,40,48,54,60,66,73,79,85,91],"code",{"__ignoreMap":36},[41,42,45],"span",{"class":43,"line":44},"line",1,[41,46,47],{},"# netlify.toml — project config\n",[41,49,51],{"class":43,"line":50},2,[41,52,53],{},"[build]\n",[41,55,57],{"class":43,"line":56},3,[41,58,59],{},"  command = \"npm run build\"\n",[41,61,63],{"class":43,"line":62},4,[41,64,65],{},"  publish = \"dist\"\n",[41,67,69],{"class":43,"line":68},5,[41,70,72],{"emptyLinePlaceholder":71},true,"\n",[41,74,76],{"class":43,"line":75},6,[41,77,78],{},"[[redirects]]\n",[41,80,82],{"class":43,"line":81},7,[41,83,84],{},"  from = \"\u002F*\"\n",[41,86,88],{"class":43,"line":87},8,[41,89,90],{},"  to = \"\u002Findex.html\"\n",[41,92,94],{"class":43,"line":93},9,[41,95,96],{},"  status = 200\n",[11,98,100],{"id":99},"when-youll-hear-this","When You'll Hear This",[16,102,103],{},"\"The Netlify build failed because of a missing env variable.\" \u002F \"We use Netlify Forms so we don't need a backend for the contact page.\"",[105,106,107],"style",{},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":36,"searchDepth":50,"depth":50,"links":109},[110,111,112,113],{"id":13,"depth":50,"text":14},{"id":21,"depth":50,"text":22},{"id":28,"depth":50,"text":29},{"id":99,"depth":50,"text":100},"cloud","Netlify is like Vercel's cooler older sibling that was doing the automatic-deploy-from-GitHub thing before it was cool.","beginner","md","n",{},"\u002Fterms\u002Fn\u002Fnetlify",[122,123,124,125,126,127],"Vercel","Static Hosting","JAMstack","Serverless","CDN","Edge Function",{"title":5,"description":115},{"changefreq":130,"priority":131},"weekly",0.7,"terms\u002Fn\u002Fnetlify","oEsBb6UfPrDD-z87QsvkNCF5Hu6TUaa1Ju5Frz1yw_o",[135,139,142,145,148,151],{"title":126,"path":136,"acronym":137,"category":114,"difficulty":116,"description":138},"\u002Fterms\u002Fc\u002Fcdn","Content Delivery Network","A CDN is a network of servers spread around the world that store copies of your files.",{"title":127,"path":140,"acronym":6,"category":114,"difficulty":116,"description":141},"\u002Fterms\u002Fe\u002Fedge-function","Edge functions run your code at the CDN edge — meaning close to the user, not in some faraway data center.",{"title":124,"path":143,"acronym":6,"category":114,"difficulty":116,"description":144},"\u002Fterms\u002Fj\u002Fjamstack","JAMstack stands for JavaScript, APIs, Markup.",{"title":125,"path":146,"acronym":6,"category":114,"difficulty":116,"description":147},"\u002Fterms\u002Fs\u002Fserverless","Serverless doesn't mean there are no servers — it means YOU don't have to think about servers. Someone else manages them, scales them, and patches them.",{"title":123,"path":149,"acronym":6,"category":114,"difficulty":116,"description":150},"\u002Fterms\u002Fs\u002Fstatic-hosting","Static hosting is when you serve pre-built HTML, CSS, and JavaScript files directly — no server-side logic, no database queries per request.",{"title":122,"path":152,"acronym":6,"category":114,"difficulty":116,"description":153},"\u002Fterms\u002Fv\u002Fvercel","Vercel is the magic platform that takes your frontend code and puts it on the internet in like 30 seconds.",1776518297251]