
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.
vite-forge
Advanced tools
Opinionated React starter using Vite, TypeScript, Tailwind, Router.
A zero-thinking React starter for real projects. Decisions are made for you — TypeScript-first, with routing and linting baked in.
--js for JavaScript)components/, pages/, hooks/, styles/ foldersApp.tsx/jsx and pagesbasic, dashboard, landingpackage.json with name, description, and scriptsnpm install -g vite-forge
Or use npx:
npx vite-forge myapp
npx vite-forge <project-name> [options]
--ts Use TypeScript (default)--js Use JavaScript--template Template: basic | dashboard | landing (default: basic)--help Show help--version Show version# Basic TypeScript project
npx vite-forge myapp
# JavaScript with dashboard template
npx vite-forge myapp --js --template dashboard
# TypeScript landing page
npx vite-forge myapp --template landing
Then:
cd myapp
npm run dev
After generation, your project looks like:
myapp/
├── src/
│ ├── components/
│ ├── pages/
│ ├── hooks/
│ ├── styles/
│ ├── App.tsx
│ ├── main.tsx
│ └── index.css
├── vite.config.js
├── tailwind.config.js
├── postcss.config.js
├── eslint.config.js
└── package.json
This is not:
Opinions are baked in. Config is overwritten. It's for getting started fast, not endless tweaking.
PRs welcome for bug fixes and template improvements. No feature creep.
MIT
FAQs
Opinionated React starter using Vite, TypeScript, Tailwind, Router.
We found that vite-forge 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.