Implementation:Ucbepic Docetl HomePage
| Knowledge Sources | |
|---|---|
| Domains | Frontend, React_UI |
| Last Updated | 2026-02-08 00:00 GMT |
Overview
Concrete tool for the main landing page of the DocETL website.
Description
This is the root page component for the DocETL website. It renders the landing page with the DocETL logo, navigation links (documentation, GitHub, playground, showcase, scraper), news items about recent updates, and an embedded PresidentialDebateDemo component that showcases an interactive pipeline visualization. The page is responsive and conditionally shows the demo on larger screens.
Usage
Rendered as the default page at the root URL of the DocETL website (/). Serves as the entry point for new visitors.
Code Reference
Source Location
- Repository: Ucbepic_Docetl
- File: website/src/app/page.tsx
- Lines: 1-482
Signature
export default function Home(): JSX.Element
Import
// This is a Next.js page component, auto-routed. Not typically imported directly.
I/O Contract
Inputs (Props)
| Name | Type | Required | Description |
|---|---|---|---|
| No props -- this is a page component | |||
Outputs
| Name | Type | Description |
|---|---|---|
| rendered | JSX.Element | The landing page UI with navigation, news, and demo |
Usage Examples
// Accessed via browser at the root URL:
// https://docetl.org/
// Rendered automatically by Next.js App Router