From a1936c7c53741c7311ecfdf1a06e34d7731cc907 Mon Sep 17 00:00:00 2001 From: Gemini AI Date: Sat, 20 Dec 2025 16:38:21 +0400 Subject: [PATCH] docs: Update README with UX Package Generator feature - Added section on 'UX Package Generator' to README.md. - Explained how the feature creates portable frontend payloads for external backend development. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 241cd4b..56c526a 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,14 @@ Advanced automation capabilities with new robust connectivity: - **Competitive Intelligence** - AI researches top competitors for design inspiration - **Mobile-First** - All generated code is responsive by default +### 📦 UX Package Generator (New!) + +Export your entire frontend (HTML/CSS/JS) into a single, portable `ux_package.json` file. + +- **Portable Payload** - Perfect for loading into other AI coding agents (Gemini, ChatGPT, Claude) to build the backend logic. +- **One-Click Export** - Instantly package your project's frontend artifacts and instructions. +- **Backend-Ready** - Includes specific prompts instructing the AI how to implement the server-side logic based on your frontend. + --- ## 🛠️ System Requirements