🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@buildonspark/create-spark-app

Package Overview
Dependencies
Maintainers
7
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@buildonspark/create-spark-app

Create a new Spark application from a template

latest
npmnpm
Version
0.0.1
Version published
Maintainers
7
Created
Source

create-spark-app

Scaffold a new Spark application from a template.

Quick Start

npx @buildonspark/create-spark-app my-app --template vite
cd my-app
npm install
npm run dev

Or use the npm create shorthand:

npm create @buildonspark/spark-app my-app

Run without --template for an interactive template picker:

npx @buildonspark/create-spark-app my-app

Templates

TemplateDescription
viteReact + Vite
nextjsNext.js
react-nativeReact Native
expoReact Native (Expo)
expressExpress.js server
nestjsNestJS server
webpackReact + Webpack
browser-extensionBrowser extension
cliCLI application
bareBare runtime
nodejs-scriptsNode.js scripts

Options

Usage: npx @buildonspark/create-spark-app [project-name] [options]

Options:
  --template, -t  Template to use
  --branch, -b    Git branch to fetch templates from (default: main)
  --help, -h      Show help

How It Works

Templates are fetched directly from the buildonspark/spark repository on GitHub. The generated project is a standalone copy with:

  • Your project name in package.json
  • @buildonspark/spark-sdk set to latest
  • No workspace dependencies or private flags

Keywords

bitcoin

FAQs

Package last updated on 19 Feb 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