Best Website Designing Tool #182833
Replies: 3 comments
-
|
try puck craft.js or plasmic |
Beta Was this translation helpful? Give feedback.
-
|
Hi there! I strongly recommend testing Nodify Headless CMS for your e-commerce platform. It fits perfectly with what you're building. Test it locally via Docker Compose: git clone https://github.com/AZIRARM/nodify.git
cd nodify
docker compose up -dThen open http://localhost:8080 (admin / Admin13579++) Why Nodify is a great fit: 1. True CaaS (Content as a Service) 2. Complete Studio 3. Official clients available
This means your AI can easily interact with Nodify programmatically to generate pages, apply themes, modify layouts via JSON — no hard-coded templates. 4. API-first & headless 5. Multi-tenant ready What you can do with Nodify:
GitHub repo: https://github.com/AZIRARM/nodify Give it a test locally with Docker Compose — I think you'll be surprised how well it fits your AI-generated storefront workflow. It's clean, flexible, and truly open-source. Good luck with your project! 🚀 |
Beta Was this translation helpful? Give feedback.
-
|
Honestly, for your setup the answer is pretty much Puck. Puck is open source, React-native, exports/imports clean JSON, and as of 0.21 has AI page generation baked in. That last part matters a lot for what you're building -your AI generates the JSON, Puck renders it, user can tweak it. That's the whole loop sorted. If you want more low-level control over the editor UI itself, Craft.js is the other solid option. Same idea - full JSON serialization/deserialization - but you build more of the editor chrome yourself. More work, more control. GrapesJS gets mentioned a lot in this space but it outputs HTML/CSS rather than a component schema, so AI manipulation is messier. Skip it unless you're doing email templates. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I’m building an e-commerce platform where users can auto-generate full stores using AI (theme, pages, layout, product structure).
I already have:
✅ A custom cart / checkout system
✅ Product + order APIs
What I don’t have yet is:
A modern website design editor / builder that:
Produces clean, high-quality storefronts
Is component-based
Can be programmatically controlled (AI-generated layouts)
Works well for multi-tenant SaaS
Key requirements:
Visual editor (drag/drop or block-based)
Design output that feels Shopify / Webflow quality, not template spam
** Ability for AI to:**
Generate pages (Home, Product, Collection, About)
Apply themes, colors, typography
Modify layouts via schema or JSON
Headless or API-friendly preferred
I’m not looking for:
Shopify/Woo
Basic page builders
Hard-coded templates
I’m open to:
Beta Was this translation helpful? Give feedback.
All reactions