scaffold_kotlin_backend
Generate a Kotlin backend service with routes, repositories, domain entities, DI configuration, and coroutine handlers. Choose Ktor or Spring Boot, and an ORM like Exposed, Room, or Spring Data JPA.
Instructions
Generates scalable Ktor or Spring Boot Kotlin backend services, routes, repositories, domain entities, Koin DI configuration, and coroutine-based async handlers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | Database ORM / persistence library. | exposed |
| domainName | Yes | Name of the primary domain entity (e.g. 'Order', 'Product', 'Message'). | |
| backendType | No | Backend framework. | ktor |