OdysseyUI

Installation

How to install dependencies and structure your app.

Initialize shadcn/ui

Run the init command to create a new project with shadcn/ui or setup an existing one.

Add Components

Run the add command to add a component to your project.

Import Components

Import the component to your project.

import { CodeBlock } from '@/components/odyssey/code-block';

export default function Home() {
  return (
    <div>
      <CodeBlock />
    </div>
  );
}

Built by Shr3kx & iam-sahil. The source code is available on GitHub.

Last updated: 3/26/2026