mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-06 04:22:07 +00:00
Update +page.markdoc
This commit is contained in:
@@ -13,7 +13,7 @@ unlisted: true
|
||||
|
||||
Next.js is widely adopted for building modern web applications due to its ability to handle server-side rendering (SSR), static site generation (SSG), and API routes efficiently. While deploying Next.js applications can be straightforward, finding a reliable and cost-effective hosting solution with built-in scalability and developer-friendly features can be challenging.
|
||||
|
||||
[Appwrite Sites](https://appwrite.io/products/sites) provides a hosting environment tailored for modern web applications, including Next.js, with built-in features designed to optimize performance, security, and collaboration. This article explores how Appwrite Sites enhances the deployment process, integrates with Next.js capabilities, and compares to other hosting solutions.
|
||||
[Appwrite Sites](/products/sites) provides a hosting environment tailored for modern web applications, including Next.js, with built-in features designed to optimize performance, security, and collaboration. This article explores how Appwrite Sites enhances the deployment process, integrates with Next.js capabilities, and compares to other hosting solutions.
|
||||
|
||||
# How Appwrite Sites enhances Next.js deployments
|
||||
|
||||
@@ -27,11 +27,11 @@ Next.js supports multiple rendering strategies, including SSR and SSG. Appwrite
|
||||
|
||||
## 3. Performance-driven global CDN
|
||||
|
||||
Application speed significantly impacts user experience and search engine rankings. Appwrite Sites uses a globally distributed [Content Delivery Network (CDN)](https://appwrite.io/docs/products/network/cdn) to cache and serve static assets efficiently. This setup reduces latency and improves load times, ensuring applications perform optimally regardless of the user's location.
|
||||
Application speed significantly impacts user experience and search engine rankings. Appwrite Sites uses a globally distributed [Content Delivery Network (CDN)](/docs/products/network/cdn) to cache and serve static assets efficiently. This setup reduces latency and improves load times, ensuring applications perform optimally regardless of the user's location.
|
||||
|
||||
## 4. Built-in DDoS protection and security
|
||||
|
||||
Security is a critical concern for web applications, especially as they scale. Appwrite Sites includes built-in [DDoS protection](https://appwrite.io/docs/products/network/ddos), safeguarding applications from denial-of-service attacks by automatically detecting and mitigating malicious traffic. This ensures uptime and stability without requiring additional security configurations from developers. Additionally, Appwrite Sites integrates **custom domain management**, allowing users to host applications on their own domains with SSL encryption included.
|
||||
Security is a critical concern for web applications, especially as they scale. Appwrite Sites includes built-in [DDoS protection](/docs/products/network/ddos), safeguarding applications from denial-of-service attacks by automatically detecting and mitigating malicious traffic. This ensures uptime and stability without requiring additional security configurations from developers. Additionally, Appwrite Sites integrates **custom domain management**, allowing users to host applications on their own domains with SSL encryption included.
|
||||
|
||||
{% call_to_action title="Host your Next.js app for free with Appwrite Sites" description="Benefit from a complete platform to develop, deploy, and build your websites and web apps." point1="Open source and no vendor lock-in" point2="Built-in security and DDoS protection" point3="Fully managed cloud solution" point4="Global CDN for improved performance" cta="Get started for free" url="https://cloud.appwrite.io/" /%}
|
||||
|
||||
@@ -44,7 +44,7 @@ Appwrite Sites integrates into your development workflow by generating **deploym
|
||||
|
||||
Appwrite Sites provides multiple ways to deploy your Next.js application:
|
||||
|
||||
- [Git integration](https://appwrite.io/docs/products/sites/deploy-from-git): Connect a Git repository to automatically deploy changes when you push to your main branch.
|
||||
- [Git integration](/docs/products/sites/deploy-from-git): Connect a Git repository to automatically deploy changes when you push to your main branch.
|
||||
- **CLI deployment**: Use the Appwrite CLI to deploy manually with a single command:
|
||||
|
||||
```bash
|
||||
@@ -79,4 +79,4 @@ Many Next.js applications rely on authentication, databases, and cloud functions
|
||||
|
||||
Unlike other solutions that rely on third-party integrations for authentication, databases, or serverless functions, Appwrite Sites provides these natively, reducing reliance on external services and ensuring better integration within a unified ecosystem.
|
||||
|
||||
For developers exploring an end-to-end solution that minimizes external dependencies while optimizing performance, Appwrite Sites presents a practical option. Explore more with our [Next.js Quick Start Guide](https://appwrite.io/docs/quick-starts/nextjs) and start deploying your Next.js applications by visiting [Appwrite Sites](https://appwrite.io/sites).
|
||||
For developers exploring an end-to-end solution that minimizes external dependencies while optimizing performance, Appwrite Sites presents a practical option. Explore more with our [Next.js Quick Start Guide](/docs/quick-starts/nextjs) and start deploying your Next.js applications by visiting [Appwrite Sites](/products/sites).
|
||||
|
||||
Reference in New Issue
Block a user