First HTML excelent result
Looks great! Would you care to share with the community how you did it?
How I built the dashboard with Claude’s help
I asked for the design first. I didn’t start by asking for code — I told it the style I wanted (an industrial control-panel look, with round gauges) and the technical details came after.
Claude built ONE single HTML file with everything inside: the visual part (colors, typography, the cards) and the code that pulls the data from SeaTable. No weird installs needed.
That file gets uploaded to SeaTable as a ZIP, in the “Add HTML” section of the App. SeaTable shows it as just another page, with real data inside.
The part that took the most work was “connecting” the HTML to the SeaTable table. At first it kept throwing errors (403/404), and between the two of us we worked through it:
You have to explicitly grant permission for the page to read the table it needs (otherwise it loads empty, with no clear indication of what went wrong).
SeaTable gives you 3 unique codes per page (server, appUuid, pageId) that you have to copy and paste into the code — if you recreate the page, those codes change, and you have to update the code again.
Once that was sorted out, it just worked, pulling real live data every time you open the page.
Another HTML doing in the same way.
Now you have me really motivated to update ![]()


