Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

create-workbench

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-workbench

A scaffolding tool for quickly creating new projects with the Workbench stack - my little funny technology stack, that is perfect for small, simple projects taht need frontend, backend and DB with everything in one place.

latest
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

create-workbench

A scaffolding tool for quickly creating new projects with the Workbench stack - my little funny technology stack, that is perfect for small, simple projects taht need frontend, backend and DB with everything in one place.

Stack

  • React Router 7 - Full-stack React framework with backend support (using loader and action scripts)
  • Prisma - Type safe database ORM with SQLite
  • Vite - Fast build / serving tooling
  • Tailwind CSS - CSS framework
  • TypeScript - Type safe development

Usage

npm create workbench

This will fetch script from npm registry and run it for you. You can also use bun create workbench if you prefere bun.

What it does

  • Creates a new directory with your project name
  • Copies the template files
  • Installs dependencies
  • Runs Prisma migrations
  • Generates Prisma Client

Your app will be ready to run immediately after creation.

Getting Started

After creating your project:

cd [project-name]
npm run dev

If you installed Workbench with bun use bun run dev instead.

Visit http://localhost:5173 to see your app.

Credits

I want to credit awesome people that created: React Router, Prisma and Vite, on which my stack is based on.

FAQs

Package last updated on 31 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts