N
NexSimpleLab

Smart Prompt Editor

Customize logic and build a professional dashboard interface.

Prompt_Architect

Core Logic

Create a single index.html file that includes HTML, Tailwind CSS, and JavaScript, and build charts using
. Use only CDN resources, and use mockup images from Unsplash.
Create a code.gs file to use in Google Apps Script. The function in code.gs should send data from the
sheet in Google Sheets to index.html for rendering.
Set rendering conditions so that when running index.html, if it cannot connect to GAS, it should use predefined mockup data (dev mode). If it connects, load data from Sheets and wait 3 seconds before rendering the UI.

Visual Theme Configuration

Color Theme
#06b6d4
Charts Upgrade

Add tooltips, data labels, and markers.

Layout Refinement

Refine cards and tables for a modern look.

Layout Hierarchy

1
2
3
4
5
6
7
8

Data Architecture

Sheet Name:
sheetName
HEAD
DATA

Prompt 2