Get started with PortalJS

Looking for the classic framework docs?

These are the docs for the new AI-native PortalJS. The original
open-source framework guide still lives at /opensource and is
not going away.

PortalJS is the AI-native framework for building data portals. A data portal is a site that lists your datasets, renders each one as a page — tables, charts, maps — and (optionally) connects to a catalog backend like CKAN.

PortalJS gives you two things:

  • A lightweight, customizable template — plain Next.js + Tailwind + React, no heavy component library to fight.
  • A set of agentic skills — Claude Code commands that do the assembly: /new-portal, /add-dataset, /add-chart, /add-map, /connect-ckan, /deploy.

You describe the portal you want; your AI assistant scaffolds it, loads your data, generates pages, and wires up a backend. Everything it writes is plain, editable code you own — no magic runtime, no lock-in.

Two ways to build

PathWhen to use itStart here
AI path (recommended)You have Claude Code and want a portal live in minutesQuickstart →
Manual pathYou'd rather clone the template and edit by handManual setup →

Both paths produce the same project — the AI path just does the typing for you. You can switch between them at any time: scaffold with skills, then edit the code directly, or vice versa.

What's next

  • Quickstart — install the skills and go from nothing to a live portal with your data in a few minutes.
  • Manual setup — clone the template and build by hand.
  • Core concepts — the four ideas that shape PortalJS: lightweight template + skills, plain editable code, decoupled by default, and bring-your-own-stack.