Skip to content

Commit ea72f24

Browse files
authored
Merge pull request #2000 from appwrite/fix-announce-appwrite-sites-links
Fix links on Appwrite Sites announcement blog
2 parents 1d055ed + c9276db commit ea72f24

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

src/routes/blog/post/announcing-appwrite-sites/+page.markdoc

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ featured: true
1111
callToAction: true
1212
---
1313

14-
You love using Appwrite to power your backend, but when its time to actually *ship* your website, youre bouncing between tools, platforms, and extra accounts. That ends today.
14+
You love using Appwrite to power your backend, but when it's time to actually *ship* your website, you're bouncing between tools, platforms, and extra accounts. That ends today.
1515

1616
Introducing **Appwrite Sites**.
1717

@@ -31,18 +31,18 @@ The best part: **Appwrite is a fully open-source platform to offer both frontend
3131

3232
Building Sites as part of the Appwrite ecosystem was a deliberate choice to deliver a seamless experience from crafting your backend to deploying your web apps and websites. To ensure your usage of the platform feels consistent and robust, we set out to match the high standards of other Appwrite products when developing Sites over the past year.
3333

34-
Weve introduced several critical features to elevate the hosting experience. Helping you scale efficiently, keep data secure, and deliver lightning-fast performance.
34+
We've introduced several critical features to elevate the hosting experience. Helping you scale efficiently, keep data secure, and deliver lightning-fast performance.
3535

36-
## Whats part of Sites?
36+
## What's part of Sites?
3737

3838
- **Static hosting**: Ideal for single-page applications (SPAs), landing pages, documentation sites, and any project that compiles down to static files.
3939
- **Server-side rendering (SSR)**: Full support for frameworks like Flutter, React, Next.js, Nuxt, SvelteKit, Astro, Remix, and more right out of the box.
40-
- **[Git integrations](docs/products/sites/deploy-from-git)**: Connect your GitHub repository to enable automatic deployments on every push.
40+
- **[Git integrations](/docs/products/sites/deploy-from-git)**: Connect your GitHub repository to enable automatic deployments on every push.
4141
- **Deployment previews**: Get a unique preview URL for each pull request—review, test, and merge with confidence.
4242
- **Global CDN**: Distribute your content worldwide with a powerful content delivery network to ensure low-latency access from anywhere.
4343
- **DDoS protection**: Built-in protection mechanisms to help safeguard your apps from denial-of-service attacks.
44-
- **[The Appwrite Network](docs/products/network)**: Take advantage of a growing number of cloud regions, Points of Presence (PoPs), and edge network capabilities, reducing latency and enhancing performance globally.
45-
- **[The Appwrite DNS](docs/products/network/dns):** Appwrite provides a dedicated DNS (Domain Name System) service through its `appwrite.zone` nameservers to help you manage domain records for your applications.
44+
- **[The Appwrite Network](/docs/products/network)**: Take advantage of a growing number of cloud regions, Points of Presence (PoPs), and edge network capabilities, reducing latency and enhancing performance globally.
45+
- **[The Appwrite DNS](/docs/products/network/dns):** Appwrite provides a dedicated DNS (Domain Name System) service through its `appwrite.zone` nameservers to help you manage domain records for your applications.
4646

4747
All this is managed from your Appwrite Console or CLI, and deployable in both [**Cloud**](https://cloud.appwrite.io/) and **self-hosted** environments.
4848

@@ -64,14 +64,14 @@ From polished landing pages to waitlist forms and simple promo sites, Sites temp
6464

6565
Getting started with Sites Templates takes just a few clicks:
6666

67-
1. In the Appwrite Console's sidebar, click **Sites**.
68-
2. Click on the **Create site** button.
69-
3. After clicking on **Connect Git repository**, select your repository.
67+
1. In the Appwrite Console's sidebar, click **Sites**.
68+
2. Click on the **Create site** button.
69+
3. After clicking on **Connect Git repository**, select your repository.
7070
4. After connecting to GitHub, (optionally) add a name and site ID.
7171
5. Verify that the correct framework is selected.
7272
6. Confirm the install command, build command, and output directory in the build settings. To learn more, visit your preferred [framework quick-start](/docs/products/sites/quick-start#framework-quick-starts).
7373
7. Add any environment variables required by the site.
74-
8. The site will be created, and a build will begin. Once the build is completed, you'll have created your first site. You can use your site's **domain** to access the deployment.
74+
8. The site will be created, and a build will begin. Once the build is completed, you'll have created your first site. You can use your site's **domain** to access the deployment.
7575

7676
We have added quick starts for popular frameworks to help you set up faster with your preferred framework, with more to come. As of today you can follow quick starts for [Flutter](/docs/products/sites/quick-start/flutter), [Nuxt](/docs/products/sites/quick-start/sveltekit), [Next.js](/docs/products/sites/quick-start/nextjs), Angular, [SvelteKit](/docs/products/sites/quick-start/sveltekit), [Remix](/docs/products/sites/quick-start/remix), [Astro](/docs/products/sites/quick-start/sveltekit), [Vue.js](/docs/products/sites/quick-start/sveltekit), [React](/docs/products/sites/quick-start/sveltekit), and [Vanilla.JS](/docs/products/sites/quick-start/sveltekit).
7777

@@ -85,13 +85,14 @@ Appwrite Sites is free to use until July 1st, 2025. We will inform you before in
8585

8686
# One platform to build, host, scale
8787

88-
Like many developer tools, we are here to make you more productive. By bringing hosting into Appwrite, you spend less time on setup and more time on what matters: building. Fewer moving parts means fewer things to break, and everything works seamlessly with your existing Appwrite services like Databases, Functions, Storage, and Auth. Its Appwrites goal to improve your time to production. We make you move faster with [Sites](/products/sites).
88+
Like many developer tools, we are here to make you more productive. By bringing hosting into Appwrite, you spend less time on setup and more time on what matters: building. Fewer moving parts means fewer things to break, and everything works seamlessly with your existing Appwrite services like Databases, Functions, Storage, and Auth. It's Appwrite's goal to improve your time to production. We make you move faster with [Sites](/products/sites).
8989

9090
Sites will be available on both **Appwrite Cloud** and **self-hosted** deployments.
9191

9292
Spin up your first site from the Console or [CLI](/docs/tooling/command-line/sites) and go live in minutes. No more stitching platforms together, no more waiting for deploys, just fast, integrated shipping.
9393

9494
# More resources
95+
9596
- [Appwrite Sites docs](/docs/producst/sites)
9697
- [Appwrite compared to Vercel](/blog/post/open-source-vercel-alternative)
9798
- [Appwrite Sites product tour](https://youtu.be/VtDe6hDw91k)

0 commit comments

Comments
 (0)