-
Notifications
You must be signed in to change notification settings - Fork 278
Update top performing blogs + Add a new "News" category #2481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 15 commits
4c1f1f7
5005ce4
c54ac65
af0c762
f71e8d1
e6b1373
b2467dd
5b9912c
9ceb731
57f10ac
7ef5ddf
ecafd2f
e8bb9c4
b1a6d2f
a1b136f
5a7ec9d
172e0f6
10ec86f
f7d5231
16cb5ba
88324cf
50ef794
8cdf250
cd9c069
1824bcb
c286a83
761d2c5
d4f5b4c
8206180
c5ee7ad
83964bc
7ddcb30
358cd40
2aa80ac
4c702bd
f49d9bd
91be053
3c93ebf
b5f88aa
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,6 +11,8 @@ featured: false | |
| callToAction: true | ||
| --- | ||
|
|
||
| Updated on October 6, 2025 | ||
|
|
||
| Deploying modern web applications should be fast, flexible, and reliable. As developers, we've come to expect instant previews, custom domain support, seamless environment configuration, automatic HTTPS, and the ability to deploy everything from static pages to full server-rendered apps. | ||
|
|
||
| Vercel has been a default choice for frontend teams building with Next.js. But with the launch of **Appwrite Sites**, you now have a new, integrated way to deploy web apps, especially when you want your front end to live alongside your backend, database, authentication, and storage. | ||
|
|
@@ -216,6 +218,28 @@ You can get started today by heading to your Appwrite Console and creating a new | |
|
|
||
| If you have any questions, reach out to the Appwrite community on [Discord](https://appwrite.io/discord) or use the [contact form](https://appwrite.io/contact-us) on the website. | ||
|
|
||
| # Frequently asked questions (FAQs) | ||
|
|
||
| **1. Is there an open-source alternative to Vercel?** | ||
|
|
||
| Yes. Appwrite Sites is a modern, open-source alternative to Vercel. It lets you deploy static and server-side rendered apps while managing your backend, database, auth, and storage, all in one place. | ||
|
|
||
| The key difference is control: Vercel is fully managed and frontend-focused, while Appwrite Sites gives you the same smooth deployment experience with the flexibility to self-host or use the cloud. If you want an all-in-one, open, and developer-friendly setup, Appwrite Sites is worth considering. | ||
|
|
||
| **2. Does Vercel support backend services?** | ||
|
|
||
| Not directly. Vercel is built mainly for frontend hosting and serverless rendering. You can create API routes or edge functions, but they’re limited to lightweight serverless use cases, not full backend systems. | ||
|
||
|
|
||
| If you need databases, authentication, file storage, or custom server logic, you’ll have to connect Vercel to external services. | ||
|
|
||
| Appwrite Sites, on the other hand, combines hosting, backend, and APIs in one platform, so your front end and backend live together, reducing setup time and integration issues. | ||
|
|
||
| **3. Does Appwrite Sites support Git deployments and custom domains?** | ||
|
|
||
| Yes. Appwrite Sites fully supports Git-based deployments—you can connect your GitHub repo, select a branch, and automatically deploy on every commit or pull request. | ||
|
|
||
| It also supports custom domains, with automatic HTTPS and SSL certificates included. You can connect domains via CNAME or nameserver (NS) configuration, and even create branch-specific preview URLs for testing before production. | ||
|
|
||
| # More resources | ||
| - [Appwrite Sites docs](/doc/products/sites) | ||
Veera-mulge marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - [Announcing Appwrite Sites: the open-source Vercel alternative](announcing-appwrite-sites) | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both plans here are same. This seems redundant.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep removed separate table. Included the pricing info in the main table