getting started
2 stepsInstall entrepta.
Works with any React project. Tailwind v4 is recommended but not required. The CLI detects your framework and adjusts paths.
Prerequisites
4 itemsReact19 or newer
Next.js15 (App Router)
Tailwindv4
TypeScript5.x
Run init
step 1terminal · zsh
~/your-appbash
01$ npx @entrepta/cli@latest init// prompts for a theme
02$ npx @entrepta/cli@latest init --theme=ivy// skip the prompt
What init writes
3 files→
app/globals.cssCSS tokens, reset, and fonts→
lib/utils.tscn() helper (clsx + tailwind-merge)→
entrepta.jsonConfig. Theme, paths, aliases.Add components
step 2npx @entrepta/cli@latest addcopy paste
One command. Three components.
Run npx @entrepta/cli@latest add button badge input and the components land in components/entrepta/. Edit them like any other file in your repo.
no SDK, no runtime telemetry, no wrapper