import { Badge } from "@/components/ui/badge"; import { Button } from "@/components/ui/button"; import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"; import { Separator } from "@/components/ui/separator"; import { ArrowRight, Database, LayoutDashboard, LogIn, Palette, PanelLeft, Zap, } from "lucide-react"; import Link from "next/link"; import { ComponentShowcase } from "./showcase"; export default function Home() { return (
J
jack-template
Next.js + shadcn/ui + D1

Start building with
57 components ready to go

All shadcn/ui components pre-installed. D1 database included. Just ship it.

Dashboard Sidebar, charts, data table

Full dashboard layout with collapsible sidebar, interactive charts, and sortable data table.

Login Auth form with socials

Login form with email/password, social providers, and responsive layout.

Sidebar Collapsible navigation

Multi-level sidebar with team switcher, project nav, and user menu.

Component Preview

What's Included

57 Components

Every shadcn/ui component, ready to import

D1 Database

SQLite database with global replication

Edge SSR

Server-rendered globally via OpenNext

); }