Skip to content

Search docs

Search the documentation

Building Dashboards

Compose charts, tables, and filters on a canvas.

Last updated July 4, 2026

Overview

Compose charts, tables, and filters on a canvas. This page is placeholder content used to validate the docs system end to end.

Heads up

This is dummy documentation for Building Dashboards — real content comes later.

Installation

Install with your package manager of choice:

pnpm add @nocodebi/sdk

Usage

Then call the API:

example.ts
import { createClient } from "@nocodebi/sdk";
 
const client = createClient({ apiKey: process.env.NOCODEBI_API_KEY });
const result = await client.buildingdashboards.list();
 
console.log(`Loaded ${result.length} items`);

Requirements

  • Node.js 20 or newer
  • A NoCodeBI account

Next steps

Continue to the next page, or jump to another section from the sidebar.