Sign In

create-ultimate

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-ultimate

bunx create-ultimate myapp — scaffold an Ultimate monorepo

latest
Source
npmnpm
Version
11.2.0
Version published
Maintainers
1
Created
Source

create-ultimate

bunx create-ultimate myapp && cd myapp && bin/setup && x dev

bin/setup is the scaffold's own script and it is not optional: x new writes files and installs nothing, so x dev on the tree it just wrote fails with X_BUILD_FAILED. The script installs the dependencies, writes .env.development.local, generates and applies the first migration, and seeds — idempotent, so it is safe to re-run after every pull.

Thin wrapper over x new — same templates, same flags, no second code path.

FlagDoes
--dir <path>parent directory (default: cwd)
--no-exampleskip the example feature slice
--dry-runprint the file list, write nothing
--jsonmachine-readable output

What you get: apps/web/{site,app,api,shared}, apps/admin with MCP on, apps/{mobile,desktop} placeholders, packages/{domain,db,i18n,ui,mcp}, bin/, docker/, app.config.ts — a landing page at 0kb JS, a streaming authed dashboard, a seeded database and x verify green.

FAQs

Package last updated on 23 Aug 2026

Related posts