Add 10 new SEO blogs#2996
Conversation
Appwrite WebsiteProject ID: Website (appwrite/website)Project ID: Tip Appwrite has crossed the 50K GitHub stars milestone with hundreds of active contributors |
Greptile SummaryThis PR adds 10 new SEO-focused blog posts about vibe coding, each paired with a cover image. The posts cover topics including startup ideas, agency workflows, backend/frontend selection, security, deployment, and comparisons with traditional development.
Confidence Score: 5/5Safe to merge — purely additive content changes with no logic or infrastructure risk. All 10 new blog posts are additive content files with no code changes. Internal links were verified against the repo and all resolve correctly. The only finding is a minor grammar nit in one post. No files require special attention. Important Files Changed
Reviews (5): Last reviewed commit: "Update src/routes/blog/post/25-startup-i..." | Re-trigger Greptile |
| answer: "Anything with a clear user, a narrow scope, and a small set of backend primitives: auth, a few tables, file uploads, a payment hook, maybe a scheduled function. Vibe coding tools like Cursor, Claude Code, Windsurf, Lovable, and Bolt are excellent at scaffolding apps in this shape. The ideas in this post all fit that profile." | ||
| - question: "Do I need to know how to code to build these?" | ||
| answer: "It helps. Tools like Lovable and Bolt let non-developers ship a working version, but every idea here will hit a wall the first time a user reports a real bug. Knowing enough to read a diff, understand permissions, and check that secrets are not in the client bundle is the difference between a demo and a startup." | ||
| - question: "What backend should I use for these ideas?" |
There was a problem hiding this comment.
All 10 posts are marked
unlisted: true
The PR title describes these as "SEO blogs", but unlisted: true prevents them from appearing in the blog listing and from being crawled and indexed. This pattern appears on all 10 new posts. If public visibility is intended at merge time, this flag should be removed or set to false across all 10 posts. If this is a staged rollout reviewed before going live, no action is needed here — but it is worth confirming the flag will be cleared before the SEO value is expected.
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
…coding/+page.markdoc Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
…e/website into aditya/add-new-seo-blogs

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.)