
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
create-swiftjs-app
Advanced tools
The easiest way to get started with SwiftJS.
Run the command and follow the interactive prompts:
npx create-swiftjs-app my-app
Or using npm init:
npm init swiftjs-app my-app
We provide several templates to get you started quickly:
A minimal setup with a simple route handler. Perfect for learning the basics or building small microservices.
npx create-swiftjs-app my-app --template basic
A scalable structure using file-based routing convention (*.get.ts, *.post.ts). Includes validation, error handling, and structured organization.
npx create-swiftjs-app my-app --template file-router
A serverless-ready setup pre-configured for deployment to AWS Lambda using the SwiftJS Lambda adapter.
npx create-swiftjs-app my-app --template lambda
esbuild and tsx.Once your project is created:
Navigate to the directory:
cd my-app
Install dependencies:
npm install
Start the dev server:
npm run dev
Open http://localhost:3000 to see your app running.
MIT © AshAvi
FAQs
Scaffold a new SwiftJS application
We found that create-swiftjs-app demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.