Skip to content

Commit a0009a5

Browse files
authored
Merge branch 'main' into patch-7
2 parents 7849b04 + 9498f24 commit a0009a5

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

src/routes/blog/post/open-source-vercel-alternative/+page.markdoc

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -202,26 +202,6 @@ It's also a good choice if you:
202202
- Prefer to manage authentication, database, storage, and hosting in one place
203203
- Want rollback support, deployment visibility, and runtime logs built-in
204204

205-
# Appwrite Sites vs Vercel: feature comparison
206-
207-
| **Feature** | **Appwrite Sites** | **Vercel** |
208-
| --- | --- | --- |
209-
| Full-stack integration | Yes | No |
210-
| Static hosting | Yes | Yes |
211-
| Server-side rendering | Yes | Yes |
212-
| Git-based deployment | Yes | Yes |
213-
| Manual deployment via UI | Yes (drag-and-drop) | No |
214-
| Preview deployments | Branch, commit, PR | Branch, commit, PR |
215-
| Rollbacks | Yes | Yes |
216-
| CORS with Appwrite backend | Automatic (trusted by default) | Manual setup |
217-
| API key injection | Automatic (build + runtime) | Manual setup + rotation |
218-
| Environment variables | Build + runtime, auto-injected Appwrite vars | Build + runtime, manual |
219-
| Wide framework support | Yes | Yes |
220-
| Templates | Yes (multi-framework) | Yes (mostly Next.js) |
221-
| Timeout configuration | Yes (up to 30s) | Yes |
222-
| Logging | Build logs, request logs, SSR console output | Build + function logs |
223-
| Custom domains | Yes | Yes |
224-
225205
# Final thoughts
226206

227207
Both Appwrite Sites and Vercel are great platforms for deploying modern web applications. But they're built for slightly different workflows.

0 commit comments

Comments
 (0)