Skip to content

docs: community deployment templates section (v2 install guide) - #23

Open
Kjudeh wants to merge 1 commit into
evolution-foundation:mainfrom
Kjudeh:community-railway-template
Open

docs: community deployment templates section (v2 install guide)#23
Kjudeh wants to merge 1 commit into
evolution-foundation:mainfrom
Kjudeh:community-railway-template

Conversation

@Kjudeh

@Kjudeh Kjudeh commented Aug 23, 2026

Copy link
Copy Markdown

Adds a short Community Deployment Templates section at the end of the v2 Docker install guide, listing a Railway one-click template for Evolution API v2 (v2.3.7 + PostgreSQL + Redis + persistent instance volume + an n8n auto-reply workflow wired via the global webhook).

Disclosure: we (Bubbles Studio) build and maintain the template (MIT, source linked). The section includes a note clarifying community templates aren't maintained by the Evolution team. Happy to move this to a different page, adjust wording, or add other community templates alongside it.

🤖 Generated with Claude Code

Summary by Sourcery

Documentation:

  • Add a Community Deployment Templates section to the v2 Docker installation guide with a Railway one-click deployment option and maintenance disclosure.

@sourcery-ai

sourcery-ai Bot commented Aug 23, 2026

Copy link
Copy Markdown
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Adds a new 'Community Deployment Templates' section to the v2 Docker install guide, documenting an external Railway one-click deployment template and clarifying its community-maintained status and disclaimer.

File-Level Changes

Change Details Files
Document availability of a community-maintained Railway one-click deployment template in the v2 Docker install guide and add a disclaimer about community templates and Evolution API usage.
  • Append a new 'Community Deployment Templates' section after the API access instructions in the v2 Docker install guide.
  • Describe the Railway WhatsApp AI Receptionist one-click deploy template, including Evolution API v2.3.7, PostgreSQL, Redis, persistent volume, and n8n workflow wired via global webhook.
  • Add a Note block explaining that community templates are maintained by their authors, not the Evolution team, and reminding readers that Evolution API is an unofficial WhatsApp client that should be reviewed before production use.
v2/en/install/docker.mdx

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Hey - I've found 1 issue

Prompt for AI Agents
Please address the comments from this code review:

## Individual Comments

### Comment 1
<location path="v2/en/install/docker.mdx" line_range="401" />
<code_context>
+
+Prefer a managed platform over running Docker yourself? Community-maintained one-click templates are available:
+
+- **Railway — [WhatsApp AI Receptionist](https://railway.com/deploy/whatsapp-ai-receptionist)** ([source](https://github.com/Kjudeh/whatsapp-ai-receptionist)): Evolution API v2.3.7 with PostgreSQL, Redis, a persistent instance volume, and an n8n auto-reply agent workflow pre-wired via the global webhook.
+
+<Note>
</code_context>
<issue_to_address>
**nitpick:** The template listing links to the source repository but does not disclose that Bubbles Studio builds and maintains the template, so readers cannot identify the commercial/community affiliation behind the recommendation.

**Suggested fix:** Add an explicit attribution such as “Maintained by Bubbles Studio under the MIT license” to the template entry.

```suggestion
- **Railway — [WhatsApp AI Receptionist](https://railway.com/deploy/whatsapp-ai-receptionist)** ([source](https://github.com/Kjudeh/whatsapp-ai-receptionist)): Maintained by Bubbles Studio under the MIT license. Evolution API v2.3.7 with PostgreSQL, Redis, a persistent instance volume, and an n8n auto-reply agent workflow pre-wired via the global webhook.
```
</issue_to_address>

Sourcery assessment

Approved.


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Comment thread v2/en/install/docker.mdx

Prefer a managed platform over running Docker yourself? Community-maintained one-click templates are available:

- **Railway — [WhatsApp AI Receptionist](https://railway.com/deploy/whatsapp-ai-receptionist)** ([source](https://github.com/Kjudeh/whatsapp-ai-receptionist)): Evolution API v2.3.7 with PostgreSQL, Redis, a persistent instance volume, and an n8n auto-reply agent workflow pre-wired via the global webhook.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

nitpick: The template listing links to the source repository but does not disclose that Bubbles Studio builds and maintains the template, so readers cannot identify the commercial/community affiliation behind the recommendation.

Suggested fix: Add an explicit attribution such as “Maintained by Bubbles Studio under the MIT license” to the template entry.

Suggested change
- **Railway — [WhatsApp AI Receptionist](https://railway.com/deploy/whatsapp-ai-receptionist)** ([source](https://github.com/Kjudeh/whatsapp-ai-receptionist)): Evolution API v2.3.7 with PostgreSQL, Redis, a persistent instance volume, and an n8n auto-reply agent workflow pre-wired via the global webhook.
- **Railway — [WhatsApp AI Receptionist](https://railway.com/deploy/whatsapp-ai-receptionist)** ([source](https://github.com/Kjudeh/whatsapp-ai-receptionist)): Maintained by Bubbles Studio under the MIT license. Evolution API v2.3.7 with PostgreSQL, Redis, a persistent instance volume, and an n8n auto-reply agent workflow pre-wired via the global webhook.

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.

1 participant