Start your next project quickly using our pre-built UI components and templates.
Follow these steps to get started with the Korin UI template:
Your application will be available at http://localhost:3000
.
Korin UI comes with a powerful set of features and tools:
korin-ui/
āāā app/ # Next.js app directory
āāā components/ # React components
āāā hooks/ # Custom React hooks
āāā lib/ # Utility functions
āāā public/ # Static assets
Here's how to start customizing your application:
Theme Customization
app/globals.css
to update colors, typography, and other theme variablescomponents
directoryLayout Changes
app/layout.tsx
to modify the main application layoutapp
directory for different sectionsComponent Development
components
directoryPage Creation
app
directoryš” Tip: Check the Next.js documentation for detailed information about the App Router and best practices.