import { ExternalLink } from "lucide-react"; import { Link } from "react-router-dom"; import { Button } from "@/components/ui/button"; const AboutPage = () => { return (

About This Template

This is a full-stack template for building modern web applications with TaylorDB. It includes React + Vite frontend, Node.js + tRPC backend, and shadcn/ui components.

Type-Safe APIs

Full end-to-end type safety from database to UI using tRPC and TypeScript. Auto-generated types from your TaylorDB schema.

Modern UI

Built with shadcn/ui and Tailwind CSS. Responsive, accessible, and customizable components with dark mode support.

Documentation

); }; export default AboutPage;