local_fire_departmentHoneystax
search⌘K
loginLog Inperson_addSign Up
layers
HONEYSTAX TERMINAL v1.0
HomeNewsSavedSubmit
Back to the live board
N

Nurui

Tool

Nur/ui is a modern React and Next.js based UI component library. It streamlines front-end development with power...

Copy the install, test the workflow, then decide if it earns a permanent slot.

357
Why nowMoving now

Fresh repo activity plus visible builder pull. This is the kind of tool people test before it turns obvious.

DecisionWorth testing this week

Copy the install, test the workflow, then decide if it earns a permanent slot.

Trial costMedium lift

Testable in one sitting, but you will likely touch real infra or local setup before you know if it sticks.

Risk17/100

GitHub health 85/100. no security policy. Fresh enough repo health and manageable issue load keep the risk controlled.

What You Are Adopting

AI Agent

Multiple

Model

Multiple

Build Time

Instant

Test This In Your Stack

One command inClean rollbackLow commitment
shieldSandboxedInstalls to ~/.claude — isolated from your projects. One command to remove.

Fastest way to find out if Nurui belongs in your setup.

Copy the install command, run a real test, and back it out cleanly if it slows you down.

Try now
git clone https://github.com/afsar-dev/Nurui ~/.claude/commands/nurui

Run this first. You will know quickly if the workflow earns a permanent slot.

Back out
rm -rf ~/.claude/commands/nurui

No messy cleanup loop. If it misses, remove it and keep moving.

Install Location

~/  └─ .claude/      ├─ commands/      │   └─ nurui/ ← installs here      ├─ agents/      └─ settings.json

About

Nur/ui is a modern React and Next.js based UI component library. It streamlines front-end development with powerful features like CLI scaffolding, automatic TypeScript-to-JavaScript conversion, and live component previews by v0.dev.. An open-source tool for the AI coding ecosystem.

README

Nurui Logo

Nur/ui is a modern React and Next.js based UI component library that streamlines front-end development. It offers CLI scaffolding, automatic TypeScript to JavaScript conversion, and live component previews for a faster, more customizable workflow.

UI component library

Documentation

Visit https://nurui.vercel.app/docs/installation to view the documentation.

🚀 Quick Start

Option 1: Using Docker (Recommended for Production)

Prerequisite: Docker & Docker Compose installed.

# 1. Clone the repository
git clone https://github.com/afsar-dev/Nurui.git
cd Nurui

# 2. Create production environment file
cat .env.production
#  The project uses the existing .env.production file.
#  You can modify it if needed.

# 3. Build and start with Docker Compose
yarn docker:compose:up
# Or manually:
docker compose up -d

# The production application will be available at http://localhost:3000

Option 1.1 — Run With Docker (Without Compose)

If you prefer to run Nurui using standard Docker commands:

# 1. Build Docker Image
yarn docker:build
# Or manually:
docker build -t nurui:latest .

# 2. Run Container
yarn docker:run
# Or manually:
docker run -d \ --name nurui \ -p 3000:3000 \ --env-file .env.production \ nurui:latest

Option 2: Local Development Setup

# 1. Clone the repository
git clone https://github.com/afsar-dev/Nurui.git
cd Nurui

# 2. Create a .env.development file (or .env) file in the root directory
cat .env

# Add to .env file:
# NODE_ENV=development

# 3. Install dependencies
yarn install

# 4. Start the development server
yarn dev

# The application will be available at http://localhost:3000

🔧 Environment Variables

Create a .env.production file for Docker deployment:

NODE_ENV=production
ANALYZE=false
NEXT_TELEMETRY_DISABLED=1

For local Development (.env or .env.development):

NODE_ENV=development
ANALYZE=false

License

Licensed under the MIT license.

Contributing

visit this Documentation

Maintainer

Md Afsar Mahmud
Full Stack Developer
HackerRank • LinkedIn

Tech Stack

GoTypeScriptJavaScriptReactNext.jsDockerVercel

Installation

1. Clone the repository git clone https://github.com/afsar-dev/Nurui.git cd Nurui # 2. Create a .env.development file (or .env) file in the root directory cat .env # Add to .env file: # NODE_ENV=development # 3. Install dependencies yarn install # 4. Start the development server yarn dev # The application will be available at http://localhost:3000

Open Live ProjectAudit Repo

Reviews0

Log in to write a review.

ActiveLast commit 11d ago
bug_report5open issues
Submitted February 15, 2025

auto_awesomeYour strongest next moves after Nurui