Skip to content

Conversation

@LauraDuRy
Copy link
Contributor

@LauraDuRy LauraDuRy commented Nov 13, 2025

What does this PR do?

(Provide a description of what this PR does.)

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)

Related PRs and Issues

(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)

Have you read the Contributing Guidelines on issues?

(Write your answer here.)

Summary by CodeRabbit

  • Documentation
    • New blog post published outlining the "developers’ cloud" vision, lifecycle stages (Imagine, Build, Deploy, Observe, Protect), AI with human-in-the-loop, cross-functional team structure, and roadmap.
    • Includes illustrative visuals and a walkthrough of end-to-end developer workflows, data lifecycle, reliability, and planned Apps/AI-powered features.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 13, 2025

Walkthrough

A new blog post was added at src/routes/blog/post/the-developers-cloud/+page.markdoc. The file contains frontmatter (layout, title, description, date, cover, timeToRead, author, category) and extensive Markdoc/Markdown content describing Appwrite’s evolution into a developers’ cloud, lifecycle stages (Imagine, Build, Deploy, Observe, Protect), AI integration with human-in-the-loop design, cross-functional team structure, a roadmap (including Apps and Sites), and two embedded images (graph1.png, graph2.png). No changes to code, exports, or API surfaces are present.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

  • Verify frontmatter fields and formatting
  • Confirm Markdoc/Markdown syntax validity and rendering
  • Check embedded image paths (graph1.png, graph2.png) resolve correctly
  • Quick proofread for spelling/grammar and consistency with site style guide

Pre-merge checks and finishing touches

❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'Eldad letter' is vague and does not clearly describe the main change—adding a blog post about Appwrite's developers' cloud evolution. Consider a more descriptive title such as 'Add blog post: The Developer's Cloud' or 'Document Appwrite's evolution into a developers' cloud' to better reflect the actual changeset.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch eldad-letter

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 844b461 and 4671d42.

⛔ Files ignored due to path filters (3)
  • static/images/blog/the-developers-cloud/dev-cloud-cover.png is excluded by !**/*.png
  • static/images/blog/the-developers-cloud/graph1.png is excluded by !**/*.png
  • static/images/blog/the-developers-cloud/graph2.png is excluded by !**/*.png
📒 Files selected for processing (1)
  • src/routes/blog/post/the-developers-cloud/+page.markdoc (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • src/routes/blog/post/the-developers-cloud/+page.markdoc
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
  • GitHub Check: assets
  • GitHub Check: build
  • GitHub Check: tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 0e19edb and 58873a1.

⛔ Files ignored due to path filters (3)
  • static/images/blog/the-developers-cloud/dev-cloud-cover.png is excluded by !**/*.png
  • static/images/blog/the-developers-cloud/graph1.png is excluded by !**/*.png
  • static/images/blog/the-developers-cloud/graph2.png is excluded by !**/*.png
📒 Files selected for processing (1)
  • src/routes/blog/post/the-developers-cloud/+page.markdoc (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
  • GitHub Check: assets
  • GitHub Check: tests
🔇 Additional comments (1)
src/routes/blog/post/the-developers-cloud/+page.markdoc (1)

38-38: All embedded images are present and properly referenced.

The verification confirms that both graph1.png and graph2.png exist at static/images/blog/the-developers-cloud/ and will resolve correctly via the /images/... paths referenced in the markup. No action needed.

@tessamero tessamero requested a review from eldadfux November 13, 2025 16:17
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

♻️ Duplicate comments (1)
src/routes/blog/post/the-developers-cloud/+page.markdoc (1)

52-54: Remove duplicate text.

The last two sentences on line 54 duplicate the blockquote from line 52. This was flagged in a previous review but remains unaddressed.

Apply this diff:

-As we look ahead, we're quietly working on expanding the edges of that lifecycle, especially around how developers begin new ideas and how they understand and operate their products as they grow. Each of these stages feeds the other and creates a value loop. As you've learned to expect, there is always more coming, but for now, we'll let the work speak in its own time.
+As we look ahead, we're quietly working on expanding the edges of that lifecycle, especially around how developers begin new ideas and how they understand and operate their products as they grow.
🧹 Nitpick comments (1)
src/routes/blog/post/the-developers-cloud/+page.markdoc (1)

64-64: Simplify phrasing.

The phrase "to be" is unnecessary and makes the sentence awkward.

Apply this diff:

-As this vision expands, we're also thinking about how to make the earliest steps of building to be more accessible. There's a lot of opportunity to help more people transform ideas into working products faster, while still keeping developers at the center of the platform. Some of that work is already underway.
+As this vision expands, we're also thinking about how to make the earliest steps of building more accessible. There's a lot of opportunity to help more people transform ideas into working products faster, while still keeping developers at the center of the platform. Some of that work is already underway.
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 5f26249 and a33fb21.

📒 Files selected for processing (1)
  • src/routes/blog/post/the-developers-cloud/+page.markdoc (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
  • GitHub Check: build
  • GitHub Check: assets
  • GitHub Check: tests
🔇 Additional comments (1)
src/routes/blog/post/the-developers-cloud/+page.markdoc (1)

42-42: No issues found. All image files exist and paths are correct.

The images are located in static/images/blog/the-developers-cloud/ which is the correct location for a SvelteKit application. The references in the Markdoc file (e.g., /images/blog/the-developers-cloud/graph1.png) will correctly resolve to these static files at runtime.

@tessamero tessamero requested a review from eldadfux November 13, 2025 16:21
@tessamero tessamero requested a review from eldadfux November 13, 2025 16:32
ebenezerdon and others added 2 commits November 13, 2025 16:44
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (1)
src/routes/blog/post/the-developers-cloud/+page.markdoc (1)

64-64: Simplify double infinitive construction.

The phrase "to make the earliest steps of building to be more accessible" contains an awkward double infinitive. Remove "to be" for clearer, more natural phrasing.

Apply this diff:

-As this vision expands, we're also thinking about how to make the earliest steps of building to be more accessible. There's a lot of opportunity to help more people transform ideas into working products faster, while still keeping developers at the center of the platform. Some of that work is already underway.
+As this vision expands, we're also thinking about how to make the earliest steps of building more accessible. There's a lot of opportunity to help more people transform ideas into working products faster, while still keeping developers at the center of the platform. Some of that work is already underway.
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 953c332 and 844b461.

📒 Files selected for processing (1)
  • src/routes/blog/post/the-developers-cloud/+page.markdoc (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
  • GitHub Check: tests
  • GitHub Check: assets
  • GitHub Check: build
🔇 Additional comments (2)
src/routes/blog/post/the-developers-cloud/+page.markdoc (2)

5-5: Verify the publish date is intentional.

The date 2025-11-14 is one day after the PR creation date (November 13, 2025). Confirm this future date is intentional for scheduling the blog post to go live the next day, or update it to 2025-11-13 if it should publish immediately.


42-42: Both image files exist and paths are correctly configured.

The referenced images are present at static/images/blog/the-developers-cloud/ and the paths in the markdown file (/images/blog/the-developers-cloud/graph1.png and /images/blog/the-developers-cloud/graph2.png) correctly resolve to these files. In Svelte applications, the static/ directory serves files from the root path, so the references are valid.

@ebenezerdon ebenezerdon merged commit c4b8169 into main Nov 13, 2025
6 checks passed
@ebenezerdon ebenezerdon deleted the eldad-letter branch November 13, 2025 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants