export default function Home() {
return (
<main className="flex min-h-screen flex-col items-center justify-center">
<h1 className="text-4xl font-bold">Welcome to XOStarter</h1>
<p className="mt-4 text-center text-gray-500">
The ultimate starter template for your next web project
</p>
<div className="mt-8 flex gap-4">
<Button>Get Started</Button>
<Button variant="outline">Documentation</Button>
</div>
</main>
)
}
Our template comes packed with features to accelerate your development process while maintaining code quality and user experience.
Built on Next.js 15 with React 19 for optimal performance and server components.
Includes the full shadcn/ui component library pre-configured and ready to use.
Styled with the latest version of Tailwind CSS for rapid, responsive development.
Full TypeScript support with strict type checking for a robust development experience.
Fully responsive layouts that work perfectly across mobile, tablet, and desktop.
Set up for easy localization with support for multiple languages.
Built-in theme support with seamless switching between light and dark modes.
ESLint, Prettier, and other tools pre-configured for an optimal developer workflow.
Built with the latest and most powerful tools in the web development ecosystem to ensure performance, reliability, and developer happiness.
The React framework for the web
JavaScript library for user interfaces
Utility-first CSS framework
Typed JavaScript at scale
Re-usable UI components
Beautiful & consistent icons