Deployment Combinations
Namviek offers flexible deployment options combining different services for frontend and backend hosting. Here's a comprehensive overview of all supported combinations:
1. Vercel-based Deployments
Frontend | Backend | Database | Cache |
---|---|---|---|
Vercel | AWS Lightsail | MongoDB Atlas | Built-in |
Vercel | Digital Ocean | MongoDB Atlas | Redis Cloud |
Vercel | Render | MongoDB Atlas | Redis Cloud |
2. Netlify-based Deployments
Frontend | Backend | Database | Cache |
---|---|---|---|
Netlify | AWS Lightsail | MongoDB Atlas | Built-in |
Netlify | Digital Ocean | MongoDB Atlas | Redis Cloud |
Netlify | Render | MongoDB Atlas | Redis Cloud |
Recommended Combinations
For Beginners
✨ Vercel + Render (Easiest Setup)
- Frontend: Deploy to Vercel
- Backend: Deploy to Render
- Features:
- One-click deployments
- Free tier available
- Automatic HTTPS
- Simple configuration
For Production
💪 Vercel + AWS Lightsail (Most Reliable)
- Frontend: Deploy to Vercel
- Backend: Deploy to AWS Lightsail
- Features:
- Better performance
- More control
- Built-in caching
- Continuous Deployment support
For Cost-Effective
💰 Netlify + Digital Ocean (Budget-Friendly)
- Frontend: Deploy to Netlify
- Backend: Deploy to Digital Ocean
- Features:
- Affordable pricing
- Good performance
- Easy scaling
Deployment Cost Comparison
Combination | Monthly Cost | Free Tier |
---|---|---|
Vercel + Render | $0-7 | Yes |
Vercel + Digital Ocean | $5-10 | Partial |
Vercel + AWS Lightsail | $5-10 | Partial |
Netlify + Render | $0-7 | Yes |
Netlify + Digital Ocean | $5-10 | Partial |
Netlify + AWS Lightsail | $5-10 | Partial |
Additional Requirements
All deployments require:
- MongoDB Atlas account (free tier available)
- Redis Cloud account (for DO/Render deployments)
- Domain name (optional)
- Gmail Authentication
Next Steps
- Choose your deployment combination
- Follow the Quick Start Guide
- Set up environment variables
- Configure integrations
- Set up custom domain (optional)