New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@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
Weekly downloads
23
187.5%
Maintainers
7
Weekly downloads
 
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

Related posts