create-screenui

A CLI tool for scaffolding ready-made full-stack frontend projects built using either Next.js (with TypeScript) or Vite React (with TypeScript).

Installation Steps

# Interactive mode - select template and tech stack

npx create-screenui

This command will prompt you to select a template and tech stack.

# Specify template name - select only tech stack

npx create-screenui clock

This command creates a project using a specified template along with the chosen tech stack.

After installation, the init command will:

  • • Configure Tailwind CSS with UIKit's preset
  • • Set up necessary TypeScript types
  • • Create required configuration files