- React, Next.js Projects: Managed as a complete project with shared components and state between pages
- Other Projects (HTML, Vue, etc.): Each page is managed as an independent project
We recommend using React Next.js project type as it provides better project cohesion and consistency between pages.
Check Project Type
Click the project name in the top-left corner and check the project code type in the popup window. React Next.js projects will display asReact-Next.js

React Next.js Projects
Creating New Pages
AI Conversation Generation Directly chat with AI, describe the page functionality and content you need, and AI will automatically generate new pages. Example conversation:- Click the prompt button, enter
OK
or describe special requirements in the dialog box, and AI will continue generating the corresponding page


- Indicates the page hasn’t been generated yet, describe page requirements in the AI dialog box on the right side

Page Navigation
There’s a page address bar above the preview area. Click it to display a list of all generated pages, and click any page path to navigate.
For pages containing dynamic parameters (like
product/[id]
), specific page instances (like product/1
, product/2
) won’t be displayed in the list. You need to click the corresponding links on the page to access these pages.404 Page Handling
A 404 page is an error page displayed when users access non-existent pages. When encountering a 404 page in Readdy, you can chat with AI to continue generating page content, or design a user-friendly custom 404 page.
Non-Next.js Projects
Generating New Pages
New Page Button Click the New Page button in the top-left corner, and enter prompts and reference pages (optional) in the popup create page window.
When creating new pages, you can select existing pages as references, which helps maintain design consistency between pages.


Page Linking
Use the Selector tool to select elements where you want to add links, choose the Link option in the properties panel, and select an existing target page from the list.
Why Can’t Multiple Pages Be Generated Directly?
Main reasons:- AI Technical Limitations: The model’s context window is limited and cannot generate overly long content at once.
- Quality Control: Batch-generated pages may not match actual requirements, with high modification costs
- Controllability: Single-page generation allows you to better control that each page’s content matches your expectations, avoiding generating many pages that don’t meet your expectations, which would be problematic
To ensure project quality and development efficiency, we strongly recommend using one page or one feature at a time generation approach.