
I have 4 android apps , that is using same appwrite , but different project , for uploading content i have 4 admin panel , i want to host all 4 admin panel , i know there is only 2 to 3 admin , so traffic will be 2 or 3 , so which hosting will be best for deploying 3 to 4 react appwrite admin panel website . Technology Used : appwrite , react

If you're just wanting to host a react app, you could use Netlify or Vercel. Both offer free tiers. Netlify lets you make commercial apps in their free tier, whereas Vercel does not, but other than that they're very similar.
Recommended threads
- Google signin with appwrite
I want to use Google sign in in android and create session from idToken using appwrite. But, i don't know if it's achievable or not. because i don't want to use...
- Realtime didn't work in react native exp...
``` useEffect(() => { const { client } = createClient(); const unsubscribe = client.subscribe(`databases.${process.env.EXPO_PUBLIC_APPWRITE_DATABASE}.t...
- Realtime didn't work in react native exp...
``` useEffect(() => { const { client } = createClient(); const unsubscribe = client.subscribe(`databases.${process.env.EXPO_PUBLIC_APPWRITE_DATABASE}.t...
