https://github.com/duck4i/retro-ui
Retro Llama
https://github.com/duck4i/retro-ui
llama react retro smol transformers transformersjs
Last synced: 5 months ago
JSON representation
Retro Llama
- Host: GitHub
- URL: https://github.com/duck4i/retro-ui
- Owner: duck4i
- Created: 2025-01-12T18:18:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-21T13:25:37.000Z (over 1 year ago)
- Last Synced: 2025-10-05T03:52:51.410Z (9 months ago)
- Topics: llama, react, retro, smol, transformers, transformersjs
- Language: TypeScript
- Homepage:
- Size: 955 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Retro-UI
[](https://github.com/duck4i/retro-ui/actions/workflows/build.yml)
A modern React UI framework with distinctive retro vibes. Quirky and fugly by design.
## Gallery

|  |  |
|--------------------|--------------------|
|  |  |
## Retro-LLama demo
To demonstrate usage of retro-ui components in practice we wanted to build something that combines both modern and antique, and hence the LLM AI driven project with a retro UI named **Retro Llama** was born.
You can try the [retro-llama](https://retro-llama.pages.dev/) here.
## Documentation
This project provides the interactive documentation with code samples [here](https://retro-ui.pages.dev/).
## Usage
Install via npm:
```sh
npm install @duck4i/retro-ui
```
Then simply import the components you want and the necessary CSS style.
```js
import { App } from '@duck4i/retro-ui';
import '@duck4i/retro-ui/style.css'
```
## Repo instructions
This repo is a Turborepo and Vite driven project for retro-ui react UI component framework and its accompanying retro-llama example.