Skip to content

feat: AI driven coding and deployment guide#1119

Open
gandie wants to merge 11 commits into
masterfrom
feat/vibecoding-guidance
Open

feat: AI driven coding and deployment guide#1119
gandie wants to merge 11 commits into
masterfrom
feat/vibecoding-guidance

Conversation

@gandie
Copy link
Copy Markdown
Contributor

@gandie gandie commented May 21, 2026

No description provided.

@gandie gandie marked this pull request as ready for review May 27, 2026 12:12
Copilot AI review requested due to automatic review settings May 27, 2026 12:12
@gandie gandie changed the title vibecoding guide stub AI driven coding, deployment May 27, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 7 comments.

Comment thread docs/guides/deployment/ai_developed_apps.mdx
Comment thread docs/guides/deployment/ai_developed_apps.mdx Outdated
Comment thread docs/guides/deployment/ai_developed_apps.mdx Outdated
@gandie gandie changed the title AI driven coding, deployment feat: AI driven coding and deployment guide May 28, 2026
@gandie gandie force-pushed the feat/vibecoding-guidance branch from ef69ab8 to 3db6ef4 Compare May 28, 2026 11:30
@gandie gandie requested a review from martin-helmich May 28, 2026 11:47
- [ ] Shared the link with a friend — get feedback
- [ ] Celebrate your first deploy! 🎉

## Zero-conf deployment at mittwald {#zero-conf-deployment-at-mittwald}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Maybe rebase this change on top of #1124, so we can already link to that action's documentation?

Comment on lines +146 to +149
```shellsession
user@local $ git clone https://github.com/<your-org>/<your-repo>.git
user@local $ cd <your-repo>
```
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Indentation, otherwise this will break the markdown list.


Apps built through AI-driven development are easy to create, and deployment options vary widely.

Different platforms offer different trade-offs. Vendors like Replit and Lovable prioritize developer speed
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Just wondering if it might even make sense to have dedicated pages (or sections, at least) for "Deploy from Replit to mittwald" and similar. Possible alone for SEO reasons... 🤔


If we can export to GitHub, we have good chances to deploy anywhere.

Most platforms support GitHub as a source for deployment, and having a well-structured
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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


```shellsession
user@local $ mw project create --description=<project-name> --update-context
user@local $ mw experimental deploy
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Add a note regarding the experimental nature of the mw experimental deploy command?

Comment on lines +141 to +145
Prerequisites:
- An AI-developed app with a GitHub repository
- A mittwald hosting account
- Basic understanding of Git and GitHub
- mittwald CLI installed and configured
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Technically, the "GitHub" and "mittwald CLI" requirements are an "either/or" relation, aren't they?

When using the mw experimental deploy command directly, I'm not bound to GitHub or any code hosting solution, and when using the GitHub action, I don't need the mw CLI.

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.

3 participants