
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-buntime
Advanced tools
The fastest way to create a Next.js app with Bun Runtime on Vercel.
# Interactive mode (will prompt for project name)
bun create buntime-app
# With a project name
bun create buntime-app my-app
# In current directory (must be empty)
bun create buntime-app .
Then:
cd my-app # Skip if you used "."
bun install
cp .env.example .env
# Add your POSTGRES_URL to .env
bun run dev
Open http://localhost:3000 🎉
bunVersion: "1.x")bun:sql adapter (pooling url recommended)The template includes working database examples:
GET /api/db-check - Test database connectionGET /api/db-read - Read from PostgreSQLPOST /api/db-write - Write to PostgreSQLAll using Bun's native bun:sql for high-performance database queries.
# Install Vercel CLI (recommended but can also use bunx vercel)
bun add -g vercel
# Link to a new project
vercel link
# Add your environment variable
vercel env add POSTGRES_URL
# Deploy
vercel deploy
Your app automatically uses Bun runtime on Vercel (configured in vercel.json).
MIT
FAQs
Create a new Buntime app with Next.js 16, Bun runtime, and PostgreSQL
We found that create-buntime 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.