Skip to main content
Contentless ยท Experiments
loading
Reload
Save
insert
templates
<
Hero
Full-width hero section
<
Grid
Multi-column grid
<
Card
Content card
<
Callout
Callout / alert box
<
Columns
Side-by-side columns
<
Split
Two pane layout with JSX props
<
Component
Small inline demo component
Markdown Source
Saved
# Welcome to Contentless This is a **markdown** document with components. <Hero title="Build Something Amazing" subtitle="An AI-assisted CMS for the modern web" cta="Get Started" /> ## Features <Grid cols={3}> <Card title="Markdown Native"> Write content in plain Markdown. No lock-in. </Card> <Card title="Component Blocks"> Drop rich components directly into your content. </Card> <Card title="AI Assisted"> Let AI help structure and enhance your content. </Card> </Grid> <Callout type="info"> **Note:** This editor is experimental. Components are defined in code. </Callout> ## JSX props example <Split left='left' right={<Split left={'left'} right={<Split left={'left'} right='right' />} />} />
Live Preview
Bootstrapping backend document...