Deploy Your Frontend
For AI agents: see llms.txt for the complete documentation index. Markdown versions are available by adding .md to a page URL or requesting Accept: text/markdown.
The easiest way to publish your full-stack web app is to use a hosting provider like Vercel or Netlify.
Both Vercel and Netlify integrate with Git to deploy code whenever a new revision is pushed. To host your app:
-
Commit all files and push to your favorite Git hosting provider such as GitHub, GitLab or Bitbucket.
-
Follow the appropriate guide below.
If you aren't using Netlify or Vercel, you can follow the Custom Hosting guide.