Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/routes/docs/tooling/ai/agents-md/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ When an AI agent encounters an `AGENTS.md` file, it uses the instructions to tai

# Generate AGENTS.md {% #generate %}

Use the [AGENTS.md generator](https://agentsmd.appwrite.network/) to create a custom `AGENTS.md` file for your project.
Use the [AGENTS.md generator](https://agentsmd.appwrite.io) to create a custom `AGENTS.md` file for your project.

![AGENTS.md generator](/images/docs/ai/agents-md/generator-dark.png)

Expand Down
39 changes: 34 additions & 5 deletions src/routes/docs/tooling/ai/ai-dev-tools/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ AI-powered IDEs and code editors provide intelligent code completion, inline sug
{% cards_item href="/docs/tooling/ai/ai-dev-tools/claude-desktop" title="Claude Desktop" image="/images/docs/mcp/logos/claude.svg" %}
{% /cards_item %}

{% cards_item href="/docs/tooling/ai/ai-dev-tools/zenflow" title="Zenflow" image="/images/docs/mcp/logos/zenflow.svg" %}
{% /cards_item %}

{% /cards %}
{% /only_light %}

Expand Down Expand Up @@ -63,6 +66,9 @@ AI-powered IDEs and code editors provide intelligent code completion, inline sug
{% cards_item href="/docs/tooling/ai/ai-dev-tools/claude-desktop" title="Claude Desktop" image="/images/docs/mcp/logos/dark/claude.svg" %}
{% /cards_item %}

{% cards_item href="/docs/tooling/ai/ai-dev-tools/zenflow" title="Zenflow" image="/images/docs/mcp/logos/dark/zenflow.svg" %}
{% /cards_item %}

{% /cards %}
{% /only_dark %}

Expand All @@ -72,21 +78,44 @@ AI-powered IDEs and code editors provide intelligent code completion, inline sug

When an AI agent encounters an `AGENTS.md` file, it uses the instructions to tailor its responses to your specific project requirements. This includes details about your tech stack, file organization, naming conventions, and architectural patterns.

Generate your own `AGENTS.md` file depending on the Appwrite services you use in your application using the [AGENTS.md generator](https://agentsmd.appwrite.network/).
Generate your own `AGENTS.md` file depending on the Appwrite services you use in your application using the [AGENTS.md generator](https://agentsmd.appwrite.io).

# Vibe coding {% #vibe-coding %}

Vibe coding platforms let you build applications through natural language conversations. Instead of writing code manually, you describe what you want to build and the AI generates the application for you. These platforms can scaffold entire projects, create UI components, and integrate with backend services like Appwrite.

{% only_light %}
{% cards %}

{% cards_item href="/docs/tooling/ai/ai-dev-tools/imagine" title="Imagine" image="/images/docs/mcp/logos/imagine.svg" %}
{% /cards_item %}

{% cards_item href="/docs/tooling/ai/ai-dev-tools/lovable" title="Lovable" image="/images/docs/mcp/logos/lovable.svg" %}
{% /cards_item %}

{% cards_item href="/docs/tooling/ai/ai-dev-tools/emergent" title="Emergent" image="/images/docs/mcp/logos/emergent.svg" %}
{% /cards_item %}

{% cards_item href="/docs/tooling/ai/ai-dev-tools/bolt" title="Bolt" image="/images/docs/mcp/logos/bolt.svg" %}
{% /cards_item %}

{% /cards %}
{% /only_light %}

{% only_dark %}
{% cards %}

{% cards_item href="/docs/tooling/ai/ai-dev-tools/imagine" title="Imagine" %}
{% cards_item href="/docs/tooling/ai/ai-dev-tools/imagine" title="Imagine" image="/images/docs/mcp/logos/dark/imagine.svg" %}
{% /cards_item %}

{% cards_item href="/docs/tooling/ai/ai-dev-tools/lovable" title="Lovable" %}
{% cards_item href="/docs/tooling/ai/ai-dev-tools/lovable" title="Lovable" image="/images/docs/mcp/logos/dark/lovable.svg" %}
{% /cards_item %}

{% cards_item href="/docs/tooling/ai/ai-dev-tools/emergent" title="Emergent" %}
{% cards_item href="/docs/tooling/ai/ai-dev-tools/emergent" title="Emergent" image="/images/docs/mcp/logos/dark/emergent.svg" %}
{% /cards_item %}

{% /cards %}
{% cards_item href="/docs/tooling/ai/ai-dev-tools/bolt" title="Bolt" image="/images/docs/mcp/logos/dark/bolt.svg" %}
{% /cards_item %}

{% /cards %}
{% /only_dark %}
1 change: 1 addition & 0 deletions static/images/docs/mcp/logos/bolt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/docs/mcp/logos/dark/bolt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/docs/mcp/logos/dark/emergent.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/docs/mcp/logos/dark/imagine.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/docs/mcp/logos/dark/lovable.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/docs/mcp/logos/emergent.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/docs/mcp/logos/imagine.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/docs/mcp/logos/lovable.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading