UI Kit

Welcome to Deri Ui

Deri Ui is a frontend UI kit built with Next.js and Tailwind CSS. Browse components, copy the code, and use it in your own projects.

Deri Ui
Deri Ui

Copy-ready frontend UI components

Frontend UI Kit

Deri Ui

Copy-ready frontend UI components

Deri Ui is a frontend UI kit built with Next.js and Tailwind CSS. Browse components, copy the code, and use it in your own projects.

Deribew Shimelis

Developed by

Deribew Shimelis

deribew.tech@gmail.com

Built with Next.js, React, Tailwind CSS, and Redux Toolkit.

University Templates

15

School Templates

20

UI Blocks

120+

Pages

100+

Live Interactions

How to use Deri Ui

01

Browse

Explore components, pages, and layouts from the sidebar navigation.

02

Preview

See each example live with light/dark mode and responsive layouts.

03

Copy

Copy the source code from any demo and paste it into your project.

04

Customize

Adapt styles, props, and structure to match your product needs.

Quick Start

  1. 1Run npm install then npm run dev
  2. 2Open Deri Ui Kit for interactive demos
  3. 3Read the full Getting Started guide for Next.js & React
Example: Deri Logo Component
Deri Ui
Deri Ui

Setup — Next.js & React

Full guide →
1

Install & run

Clone the repo, run npm install, then npm run dev.

2

Browse components

Open /components/deri-ui or any page from the sidebar.

3

Copy code

Use View Code → Copy Code on any demo block.

4

Paste in your page

Import the component in pages/ or app/ and customize props.

5

Use template kits

Browse /templates/schools or /templates/universities for full website layouts.

Step 1 — Install & run (Next.js)
# Install the published package in any React app
npm install deri-ui

# Then configure Tailwind (see packages/deri-ui/README.md)
# presets: [require('deri-ui/tailwind.preset')]

# Local docs site (this repo)
npm install
npm run build:ui
npm run dev
# http://localhost:3000
Step 2 — Use a component in a page

© 2026 Deri Ui. Developed by Deribew Shimelis. Copy and use the code freely in your projects.