BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/interlace-ui/landing-template

Landing Template

interlace-ui/landing-template
FreeBlock

Marketing landing page surface. Composes Topbar + Hero + (optional) FeatureGrid + (optional) TestimonialGrid + (optional) PricingTable + (optional) FAQ + CTASection + Footer — each in its own SectionBoundary so the page streams section-by-section.

Install it

npx shadcn@latest add https://ds.interlace.tools/r/landing-template.json

Source

registry/interlace-ui/templates/landing-template.tsxds.interlace.tools/r/landing-template.json
1import * as React from 'react';
2
3// @interlace/landing-template v1.2.0 — Interlace design system.
4// Docs, props and live preview: https://ds.interlace.tools/c/landing-template
5// What changed since: https://ds.interlace.tools/c/landing-template#history
6// Generated banner — keep it, the upgrade diff reads this version.
7
8/**
9 * @interlace/ui — LandingTemplate
10 *
11 * Marketing landing page surface. Composes Topbar + Hero +
12 * (optional) FeatureGrid + (optional) TestimonialGrid + (optional)
13 * PricingTable + (optional) FAQ + CTASection + Footer — each in its own
14 * SectionBoundary so the page streams section-by-section.
15 *
16 * Every section is optional via props; pass only what you need. The
17 * Topbar + Footer are required (every landing page has them).
18 *
19 * ## MIN_VIEWPORT — 320
20 */
21
22import { cn } from '@/lib/utils';
23import { SectionBoundary } from '@/components/ui/section-boundary';
24import { Topbar } from '@/components/ui/patterns/topbar';
25import { Footer } from '@/components/ui/patterns/footer';
26import { Skeleton } from '@/components/ui/skeleton';
27import { Stack } from '@/components/ui/stack';
28import { Container } from '@/components/ui/container';
29
30export const MIN_VIEWPORT = 320 as const;
31
32interface LandingTemplateProps extends React.ComponentProps<'div'> {
33 /** Topbar props. */
34 topbar: React.ComponentProps<typeof Topbar>;
35 /** Hero section (consumer-supplied — pass the configured Hero pattern). */
36 hero: React.ReactNode;
37 /** Optional features section. */
38 features?: React.ReactNode;
39 /** Optional testimonials section. */
40 testimonials?: React.ReactNode;
41 /** Optional pricing section. */
42 pricing?: React.ReactNode;
43 /** Optional FAQ section. */
44 faq?: React.ReactNode;
45 /** Optional CTA section before the footer. */
46 cta?: React.ReactNode;
47 /** Footer props. */
48 footer: React.ComponentProps<typeof Footer>;
49 /** Extra arbitrary sections — rendered between hero and features. */
50 children?: React.ReactNode;
51}
52
53function LandingTemplate({
54 topbar,
55 hero,
56 features,
57 testimonials,
58 pricing,
59 faq,
60 cta,
61 footer,
62 children,
63 className,
64 ...props
65}: LandingTemplateProps) {
66 return (
67 <div
68 data-slot="landing-template"
69 data-min-viewport={String(MIN_VIEWPORT)}
70 className={cn('bg-background text-foreground', className)}
71 {...props}
72 >
73 <Topbar {...topbar} />
74
75 {/* Every section below sits inside <main>, and it is not decoration.
76// … truncated

Facts

Registry
interlace-ui
Type
registry:block
Access
Free
Files written
0
Licence
the repository states none
In the index
at or before 2026-08-12
Last confirmed
yesterday

Go to the source

ds.interlace.tools Raw registry item This item as JSON

More from interlace-ui

All 140 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Article Templatearticle-templateinterlace-uiBlocksFreeno deps
Auth Templateauth-templateinterlace-uiBlocksFreeno deps
Author Templateauthor-templateinterlace-uiBlocksFreeno deps
Blog Home Templateblog-home-templateinterlace-uiBlocksFreeno deps
Dashboard Templatedashboard-templateinterlace-uiBlocksFreeno deps
Docs Page Templatedocs-page-templateinterlace-uiBlocksFreeno deps
Error Templateerror-templateinterlace-uiBlocksFreeno deps
Registry Item Templateregistry-item-templateinterlace-uiBlocksFreeno deps

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

KitGrade

SaaS starter kits, scored from measured facts

kitgrade.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex