Scaffold full-stack projects in seconds

6 templates · 6 questions · Zero config

Terminal

      
View Source

30 seconds to coding

One command, a few prompts, done. No boilerplate copying, no config wrestling, no wasted morning.

Production-ready structure

Every template ships with .env, package.json, entry files, error handling, and correct dependencies.

Pick your stack

Express, NestJS, Next.js 15, React + Vite, MongoDB, PostgreSQL — mix backend, frontend, and admin freely.

Available Templates

Each template generates a complete folder structure with boilerplate you'd actually write yourself.

Backend

Express + MongoDB

src/
├── config/db.js
├── controllers/
├── middlewares/
├── models/
├── routes/
├── services/
└── validators/
Backend

Express + PostgreSQL

src/
├── config/db.js
├── controllers/
├── middlewares/
├── routes/
├── services/
└── utils/
prisma/schema.prisma
Backend

NestJS + MongoDB

src/
├── common/
│   ├── filters/
│   ├── guards/
│   └── pipes/
├── config/
├── modules/
├── main.ts
└── app.module.ts
Frontend

Next.js 15

app/
├── (auth)/
├── (dashboard)/
├── layout.tsx
└── page.tsx
components/
├── ui/
└── layout/
hooks/ lib/ services/
Frontend

React + Vite

src/
├── assets/
├── components/
├── hooks/
├── pages/
├── services/
├── store/
├── App.tsx
└── main.tsx
public/
Admin

Next.js Admin

app/
├── (auth)/login/
├── (admin)/dashboard/
components/
├── tables/
├── forms/
├── charts/
└── ui/
hooks/ lib/ services/

How It Works

1

Run the command

npx @novaedgedigitallabs/skeltr
2

Answer 6 prompts

Project name, output directory, which parts, stack per part, and whether to generate a README.

3

Start coding

cd your-app && npm install && npm run dev — everything is wired up and ready.

Ready to skip the setup?

Install globally or run once with npx.