Socket
Book a DemoInstallSign in
Socket

create-zephyr-apps

Package Overview
Dependencies
Maintainers
4
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-zephyr-apps

A CLI tool to create web applications using Zephyr.

0.0.56
latest
Source
npmnpm
Version published
Weekly downloads
115
325.93%
Maintainers
4
Weekly downloads
 
Created
Source

Create Zephyr Apps

Zephyr Cloud | Zephyr Docs | Discord | Twitter | LinkedIn

Zephyr Logo

A CLI tool to create web applications using Zephyr. This package provides templates and scaffolding for quickly setting up new projects with Zephyr integration.

Installation

# npm (global)
npm install -g create-zephyr-apps

# npx (recommended)
npx create-zephyr-apps@latest

# yarn
yarn create zephyr-apps

# pnpm
pnpm create zephyr-apps

# bun
bunx create-zephyr-apps

Usage

Interactive Mode

Run the command without arguments to start the interactive mode:

npx create-zephyr-apps@latest

This will prompt you to choose:

  • Project name
  • Template type (React, Vue, etc.)
  • Build tool (Vite, Webpack, Rspack, etc.)
  • Additional configurations

Direct Usage

You can also specify options directly:

npx create-zephyr-apps@latest my-app --template vite-react-ts

Available Templates

  • angular-vite - Angular app with Vite
  • modernjs-app - A simple ModernJS app
  • qwik-1.5 - A Qwik v1.5 app using Vite as the bundler
  • react-airbnb-clone - Airbnb clone with React, TypeScript, and Module Federation
  • react-rspack-tractor-2.0 - React application using Rspack as the bundler and Tractor 2.0 as the module federation manager
  • react-vite-mf - Federated React apps powered by Vite, Webpack and Rspack
  • rolldown-react - A React example using Rolldown
  • rspack-project - A simple application build by Rspack
  • solid - A Solid app using Vite as the bundler
  • svelte - A Svelte app using Vite as the bundler
  • turbo-rspack-mf - A monorepo using Turborepo, React, and Rspack as the bundler
  • vite-react-ts - A simple React application build by Vite

Getting Started

After creating your application:

  • Navigate to your project directory:

    cd my-app
    
  • Install dependencies:

    npm install
    
  • Start the development server:

    npm run dev
    
  • Build for production:

    npm run build
    

Features

  • 🚀 Quick project scaffolding
  • 📦 Multiple bundler support (Vite, Webpack, Rspack, Parcel)
  • 🔧 Pre-configured Zephyr integration
  • 🏗️ Module Federation ready templates
  • 📱 React Native support with Re.Pack
  • 🎯 TypeScript support out of the box

Contributing

We welcome contributions! Please read our contributing guidelines for more information.

License

Licensed under the Apache-2.0 License. See LICENSE for more information.

Keywords

zephyr

FAQs

Package last updated on 15 Jul 2025

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.