How do you deploy small AI-generated HTML pages with GitHub Pages? #198765
Replies: 1 comment
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Question
Body
I am curious how people here handle small AI-generated HTML pages with GitHub Pages.
AI tools can now generate a complete static HTML page very quickly. But after the HTML is generated, the next steps are still usually manual:
For real projects, this workflow makes sense because the page belongs in a repository and version control is useful.
But for smaller cases like quick demos, landing page drafts, client previews, or one-off HTML experiments, the workflow can feel a little heavy.
I have been testing a small browser workflow for this:
I am not trying to replace the normal GitHub Pages workflow. I am mainly exploring whether there is a useful lightweight step between AI-generated HTML and a GitHub Pages URL.
A few questions for the community:
How do you currently move from AI-generated HTML to GitHub Pages?
Do you create a new repository for every small page?
For context, this is the small tool I have been testing: HTML Deployer
Any feedback is welcome, especially from people who use GitHub Pages for demos, prototypes, or simple static pages.
Beta Was this translation helpful? Give feedback.
All reactions