---
title: Portable Text
description: A JSON-based specification for structured block content
template: splash
---
import '@/styles/globals.css'
import {
Card,
CardGrid,
LinkCard,
TabItem,
Tabs,
} from '@astrojs/starlight/components'
import PortableTextEditor from '../../components/editor/editor.astro'
Portable Text is an open specification for structured block content. Rich text, images, code blocks, and any custom type you define, stored as JSON and renderable anywhere.
[Get started →](/introduction/) · [Render PT content →](/rendering/) · [Build an editor →](/editor/getting-started/)
## Try the editor
Type, format, and see the Portable Text output in real time. This is the [Portable Text Editor](/editor/getting-started/): a fully customizable block content editor you can embed in any React application.
## Get started
## What does Portable Text look like?
The same content as an HTML string and as Portable Text:
```html