
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
@uscreen.de/create-fastify-app
Advanced tools
cli to quickly bootstrap a new fastify-app
This package provides the cli skript to create a new @uscreen.de/fastify-app from scratch inside of a monorepo. No need to install any other prerequisites than node and pnpm. Features include:
Use pnpm create to create a new fastify-app, like so:
$ pnpm create @uscreen.de/fastify-app new-app
It will create a directory called new-app inside the current folder.
Inside that directory, it will generate the initial project structure:
new-app
├── .env
├── .env.example
├── .gitignore
├── README.md
├── app
│ ├── app.js
│ ├── config.js
│ ├── plugins
│ │ └── noop.js
│ ├── schemas.js
│ ├── server.js
│ └── services
│ └── noop.js
├── package.json
└── test
├── app
│ └── noop.test.js
└── helper.js
pnpm create will update itself and checkout the latest version of the boilerplate packed with lot's of best-practice settings and prepared for local dev.
More Details can be found in @uscreen.de/fastify-app README
After creation has finished cd into the new apps directory and check it's README for options. In general you should be able to start your new app in dev mode, like so:
$ cd ./new-app
$ pnpm install
$ pnpm dev
...TBD
-y option (it is default now)Licensed under MIT.
Published, Supported and Sponsored by u|screen
FAQs
cli to create a new @uscreen.de/fastify-app
We found that @uscreen.de/create-fastify-app demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers 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
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.