Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Lay ScaffoldNew to Visual Studio Code? Get it now.
Lay Scaffold

Lay Scaffold

kimlay

|
3 installs
| (0) | Free
Generate Admin, Core, Auto, and Mobile API scaffold files from a sidebar UI.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Lay Scaffold

Lay Scaffold is a VS Code extension for generating project module files from a visual UI.

It helps create both:

  • Nuxt Admin module files
  • NestJS Core module files

Features

Admin Generator

Generate Nuxt admin module structure:

  • model
  • DTO
  • validation
  • config
  • service
  • view
  • viewmodel
  • form page
  • modal page
  • menu registration
  • module key registration

Core Generator

Generate NestJS module structure from Prisma schema:

  • controller
  • service
  • repository
  • mapper
  • module
  • DTO files
  • response type
  • status DTO
  • delete DTO

Auto Script

Generate both Core and Admin modules together.

Auto Script can:

  • select Core source project
  • select Admin destination project
  • sync fields from Prisma model
  • use synced fields for Admin form generation
  • generate Core files
  • generate Admin files

Lay Scaffold

A VS Code sidebar extension to generate Nuxt Admin, NestJS Core, Auto Admin, and Mobile API scaffold files.

Open UI

Click the Lay Scaffold icon in the VS Code Activity Bar sidebar.

You can still run the fallback command:

Lay: Create Module

Mobile API

The Mobile API script supports selecting methods with modern cards:

  • GET
  • POST
  • PUT
  • DELETE

Generated files are created under:

src/api/mobile/module-name/

Lay Scaffold - Postman API Document Feature

Copy these files into your extension project:

  • src/extension.ts
  • src/generator/api-doc.ts

This update adds a checkbox to:

  • Core Script
  • Auto Script
  • Mobile API Script

When checked, it creates:

  • Core / Auto: src/modules/<module-name>/POSTMAN_API_DOCUMENT.md
  • Mobile API: src/api/mobile/<module-name>/POSTMAN_API_DOCUMENT.md

The document includes:

  • Postman variables
  • GET list/detail examples
  • POST body example
  • PUT body example
  • DELETE example
  • Mobile API respects the selected methods.

Usage

Open VS Code and run:

Ctrl + Shift + P
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft