New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

create-lovstudio-app

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-lovstudio-app

Create a new Lovstudio Next.js project

latest
Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

create-lovstudio-app

Create a new Lovstudio Next.js project with one command.

Usage

npx create-lovstudio-app my-app

Or with your preferred package manager:

pnpm create lovstudio-app my-app
yarn create lovstudio-app my-app
bun create lovstudio-app my-app

Features

The CLI creates a project based on the Lovstudio Next.js template with:

  • ⚡️ Next.js 15 with App Router
  • 🔒 Supabase Auth with cookie-based sessions
  • 🗄️ DrizzleORM with PostgreSQL
  • 🎨 Tailwind CSS v4 + shadcn/ui
  • 🌐 i18n with next-intl (Chinese/English)
  • 📊 Monitoring with Sentry + PostHog
  • 🛡️ Security with Arcjet

Options

create-lovstudio-app [project-name] [options]

Options:
  --skip-install    Skip dependency installation
  --use-npm         Use npm as package manager
  --use-pnpm        Use pnpm as package manager
  --use-yarn        Use yarn as package manager
  --use-bun         Use bun as package manager
  -h, --help        Display help
  -v, --version     Display version

Interactive Mode

When you run create-lovstudio-app, it will prompt you to:

  • Enter project name
  • Select features to include:
    • Supabase Auth (default: yes)
    • i18n support (default: yes)
    • Storybook (default: no)
    • Monitoring (default: yes)
  • Choose package manager
  • Initialize git repository

License

MIT

Keywords

create

FAQs

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