Building App On Fuzen

How do I add a new page or feature to my existing app?

Fuzen makes it easy to extend your app after it’s been built. To add a new page or feature: Open your app in Fuzen and go to the AI Editor . Describe what

Adding new pages and features to an existing app is one of the most common things you will do. Here is exactly how to do it.

Open the Chat Canvas and describe the page you want. The AI creates it and adds it to your sidebar.

Open the Chat Canvas and describe the page you want. The AI creates it and adds it to your sidebar.

The simple flow

  1. Open your app from fuzen.app → My Apps
  2. Open the chat canvas (AI editor) — there are two ways:
    • Click the widget (blue pencil icon at the bottom-left) → select Edit With AI
    • Click or hover on the Magic Wand icon (drawer) on the right side of the screen
  3. Describe what you want to add in the message box
  4. Wait for the AI to build it (typically 30 seconds to 2 minutes)
  5. Refresh the page to see the new feature
  6. Refine with follow-up prompts if needed

How to write a good prompt for a new feature

Vague prompts produce vague results. Be specific about:

  • What — what kind of page or feature?
  • Data — what data should it show, and where does it come from?
  • Who — which user roles should access it?
  • Actions — what should users be able to do?

Weak prompt: "Add a reports page"

Strong prompt: "Add a Sales Reports page in the sidebar, visible only to Admins. It should show three charts: (1) revenue by month for the current year, (2) top 10 customers by total spend, (3) sales by region. Add date range filters at the top. Pull data from the Orders collection."

Examples of feature additions

  • "Add a search box at the top of the Leads list page that filters by name, email, or phone"
  • "Add a new field called Priority on the Tasks form, with options Low / Medium / High / Urgent, and color-code rows in the list based on priority"
  • "Add a button on each Customer record that sends them a WhatsApp message using their phone number"
  • "Create a public landing page at /apply that has a form to capture lead inquiries — name, email, phone, requirement. Submissions should create a Lead record."
  • "Add a dashboard widget that shows total revenue this month versus last month, with a percentage change"

Modifying existing pages

You can also use the chat canvas to change pages that already exist:

  • "Add a column called Last Contacted to the Leads list"
  • "Hide the Priority field on the Tasks form for users with the Employee role"
  • "Move the sidebar link for Reports to the top of the menu"

Checking your pages and features

To see all the pages in your app, click the widget (bottom-left) and expand the Pages dropdown. You can also go to Manage App Settings → Pages tab for a full list.

Related articles