Skip to content

Commit 1f14882

Browse files
authored
Update +page.markdoc
1 parent 715ca0c commit 1f14882

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

src/routes/blog/post/appwrite-compared-to-supabase/+page.markdoc

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -135,19 +135,13 @@ Self-hosting support essentially means a developer can deploy the application on
135135

136136
## Hosting
137137

138-
Hosting refers to serving web applications over the internet. Appwrite offers native hosting as part of its all-in-one platform. Supabase, while it provides backend services, does not include frontend hosting.
139-
140-
*Similarities:*
141-
142-
- Both platforms are open source and developer-friendly.
143-
- Both integrate well with modern frontend frameworks like Next.js, React, and Vue when paired with external hosting.
144-
- Developers can use custom domains. Appwrite handles this directly, while Supabase setups depend on the external host.
138+
Hosting refers to serving web applications over the internet. Appwrite offers native hosting as part of its all-in-one platform. That means you can build, deploy and host your application all from a single platform. Supabase, while it provides backend services, does not include frontend hosting.
145139

146140
*Differences:*
147141

148-
- Appwrite includes built-in hosting for static and dynamic sites via Appwrite Sites. Supabase does not offer frontend hosting.
149-
- Appwrite supports Git, CLI, and manual uploads with features like preview URLs and rollbacks. Supabase requires deploying your frontend separately (e.g. on Vercel or Netlify).
142+
- Appwrite includes built-in hosting for static and dynamic sites via Appwrite Sites. Supabase does not offer frontend hosting; you must be dependent on third-party tools like Vercel or Netlify to host your application.
150143
- Appwrite Sites supports server-side rendering out of the box. Supabase depends on the capabilities of the third-party frontend host.
144+
- With Appwrite, developers can manage everything from frontend and backend to environments, deployments, and monitoring from a single control panel, while Supabase requires using multiple services and dashboards, increasing complexity.
151145

152146
## Support
153147

0 commit comments

Comments
 (0)