Skip to content
Discussion options

You must be logged in to vote

You can host the frontend (React app) for free on

Vercel – Excellent for React; auto-deploys from GitHub. Great developer experience.
Netlify – Also React-friendly with continuous deployment and free custom domains.

Both platforms are static site hosts but perfect for React SPAs built with create-react-app, Vite, etc.

Backend (Express + Node.js)
To host your backend server for free:

Render

Free tier available (Web Services).
Can deploy Express apps.
Includes a free tier with auto-sleep (cold starts after inactivity).
Can connect to external services like MongoDB Atlas.
Railway
Super simple to deploy Node.js/Express apps.

You need to manage usage carefully to stay within the free limit.

Re…

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by muhammad00707-max
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
General General topics and discussions that don't fit into other categories, but are related to GitHub Question Ask and answer questions about GitHub features and usage
6 participants