How to Host Websites created using Claude Design in Frappe over Frappe Cloud

Hi Community,

We tried the Claude Design product and it created beautiful website based on a new design system for us.

We would like to go live with this website. Our website is hosted on Frappe Cloud.

Currently all contents are static. No data fetch from erpnext. And in future we plan to load dynamic content based on the information in erpnext.

What is a fail-proof, efficient way to host the website over frappe?

PS - We are not developers and depend on claude to cover the skill-gap.

is it created in React, Vue.js, or Frappe web Pages?
what language or tech is used

Claude design created the website in plain HTML + CSS

@jpettan

There are a few ways to achieve this.

If you’re using private hosting in FCloud, you can create a custom app and add whatever you need. For a landing page or website, you can place your HTML, CSS, and JavaScript files inside the www folder and serve them directly through Frappe. You’re free to build it with any tech stack you prefer, as there are no major restrictions beyond the deployment configuration.

For more details, see:
https://docs.frappe.io/framework/user/en/portal-pages

Alternatively, you can use Frappe Web Pages:
https://docs.frappe.io/erpnext/web-page

In that case, you can adjust your prompt in Claude (or any AI tool) to generate content that matches the Web Page structure, then simply copy and paste the generated content into the Web Page editor.