[{"data":1,"prerenderedAt":262},["ShallowReactive",2],{"term-r\u002Frender":3,"related-r\u002Frender":241},{"id":4,"title":5,"acronym":6,"body":7,"category":220,"description":221,"difficulty":222,"extension":223,"letter":224,"meta":225,"navigation":226,"path":227,"related":228,"seo":235,"sitemap":236,"stem":239,"subcategory":6,"__hash__":240},"terms\u002Fterms\u002Fr\u002Frender.md","Render",null,{"type":8,"value":9,"toc":214},"minimark",[10,15,19,23,26,30,203,207,210],[11,12,14],"h2",{"id":13},"eli5-the-vibe-check","ELI5 — The Vibe Check",[16,17,18],"p",{},"Render is another developer-friendly hosting platform that does web services, databases, cron jobs, and static sites all in one place. It's like a less scary Heroku that still has a free tier for small projects. Your app + your database + your cron job all living happily together.",[11,20,22],{"id":21},"real-talk","Real Talk",[16,24,25],{},"Render is a unified cloud platform offering web services, static sites, background workers, cron jobs, and managed databases. It auto-deploys from Git, supports Docker, and provides free SSL. Known for easy PostgreSQL provisioning and a clean dashboard.",[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-yaml shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","# render.yaml — infrastructure as code\nservices:\n  - type: web\n    name: my-api\n    env: node\n    buildCommand: npm install\n    startCommand: node server.js\n    envVars:\n      - key: DATABASE_URL\n        fromDatabase:\n          name: my-db\n          property: connectionString\ndatabases:\n  - name: my-db\n    plan: free\n","yaml","",[38,39,40,49,60,76,87,98,109,120,128,142,150,161,172,180,192],"code",{"__ignoreMap":36},[41,42,45],"span",{"class":43,"line":44},"line",1,[41,46,48],{"class":47},"sHwdD","# render.yaml — infrastructure as code\n",[41,50,52,56],{"class":43,"line":51},2,[41,53,55],{"class":54},"swJcz","services",[41,57,59],{"class":58},"sMK4o",":\n",[41,61,63,66,69,72],{"class":43,"line":62},3,[41,64,65],{"class":58},"  -",[41,67,68],{"class":54}," type",[41,70,71],{"class":58},":",[41,73,75],{"class":74},"sfazB"," web\n",[41,77,79,82,84],{"class":43,"line":78},4,[41,80,81],{"class":54},"    name",[41,83,71],{"class":58},[41,85,86],{"class":74}," my-api\n",[41,88,90,93,95],{"class":43,"line":89},5,[41,91,92],{"class":54},"    env",[41,94,71],{"class":58},[41,96,97],{"class":74}," node\n",[41,99,101,104,106],{"class":43,"line":100},6,[41,102,103],{"class":54},"    buildCommand",[41,105,71],{"class":58},[41,107,108],{"class":74}," npm install\n",[41,110,112,115,117],{"class":43,"line":111},7,[41,113,114],{"class":54},"    startCommand",[41,116,71],{"class":58},[41,118,119],{"class":74}," node server.js\n",[41,121,123,126],{"class":43,"line":122},8,[41,124,125],{"class":54},"    envVars",[41,127,59],{"class":58},[41,129,131,134,137,139],{"class":43,"line":130},9,[41,132,133],{"class":58},"      -",[41,135,136],{"class":54}," key",[41,138,71],{"class":58},[41,140,141],{"class":74}," DATABASE_URL\n",[41,143,145,148],{"class":43,"line":144},10,[41,146,147],{"class":54},"        fromDatabase",[41,149,59],{"class":58},[41,151,153,156,158],{"class":43,"line":152},11,[41,154,155],{"class":54},"          name",[41,157,71],{"class":58},[41,159,160],{"class":74}," my-db\n",[41,162,164,167,169],{"class":43,"line":163},12,[41,165,166],{"class":54},"          property",[41,168,71],{"class":58},[41,170,171],{"class":74}," connectionString\n",[41,173,175,178],{"class":43,"line":174},13,[41,176,177],{"class":54},"databases",[41,179,59],{"class":58},[41,181,183,185,188,190],{"class":43,"line":182},14,[41,184,65],{"class":58},[41,186,187],{"class":54}," name",[41,189,71],{"class":58},[41,191,160],{"class":74},[41,193,195,198,200],{"class":43,"line":194},15,[41,196,197],{"class":54},"    plan",[41,199,71],{"class":58},[41,201,202],{"class":74}," free\n",[11,204,206],{"id":205},"when-youll-hear-this","When You'll Hear This",[16,208,209],{},"\"Render is my go-to for side projects — it just works.\" \u002F \"The free Render instance spins down after 15 minutes of inactivity.\"",[211,212,213],"style",{},"html pre.shiki code .sHwdD, html code.shiki .sHwdD{--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic}html pre.shiki code .swJcz, html code.shiki .swJcz{--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178}html pre.shiki code .sMK4o, html code.shiki .sMK4o{--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF}html pre.shiki code .sfazB, html code.shiki .sfazB{--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D}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":51,"depth":51,"links":215},[216,217,218,219],{"id":13,"depth":51,"text":14},{"id":21,"depth":51,"text":22},{"id":28,"depth":51,"text":29},{"id":205,"depth":51,"text":206},"cloud","Render is another developer-friendly hosting platform that does web services, databases, cron jobs, and static sites all in one place.","beginner","md","r",{},true,"\u002Fterms\u002Fr\u002Frender",[229,230,231,232,233,234],"Railway","Fly.io","Heroku","PaaS","Managed Service","Static Hosting",{"title":5,"description":221},{"changefreq":237,"priority":238},"weekly",0.7,"terms\u002Fr\u002Frender","fORvEDraw4eY4vReWBZ_OZHUsDaMIA2ujVcBUl8VmW4",[242,246,249,252,256,259],{"title":230,"path":243,"acronym":6,"category":220,"difficulty":244,"description":245},"\u002Fterms\u002Ff\u002Ffly-io","intermediate","Fly.io is a cool newer platform that takes your Docker container and runs it close to your users anywhere in the world.",{"title":231,"path":247,"acronym":6,"category":220,"difficulty":222,"description":248},"\u002Fterms\u002Fh\u002Fheroku","Heroku was the OG platform that made deploying apps easy before Vercel existed.",{"title":233,"path":250,"acronym":6,"category":220,"difficulty":222,"description":251},"\u002Fterms\u002Fm\u002Fmanaged-service","A managed service is when the cloud provider runs the thing for you — you don't patch it, back it up, or fix it when it crashes.",{"title":232,"path":253,"acronym":254,"category":220,"difficulty":222,"description":255},"\u002Fterms\u002Fp\u002Fpaas","Platform as a Service","PaaS is when someone else handles the boring server stuff (OS, security patches, networking) and you just throw your code at it.",{"title":229,"path":257,"acronym":6,"category":220,"difficulty":222,"description":258},"\u002Fterms\u002Fr\u002Frailway","Railway is the platform that says 'just connect your GitHub repo and we'll figure everything else out.",{"title":234,"path":260,"acronym":6,"category":220,"difficulty":222,"description":261},"\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.",1776518307511]