> For the complete documentation index, see [llms.txt](https://docs.startupstarterkits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.startupstarterkits.com/start-now/generate.md).

# Generate NextJS Apps or Components Using ssk-plugin

## Step 2 - Turbocharge Your Workflow with the ssk-plugin & Nx Generators

Building new features or components has never been this smooth! With the **ssk-plugin** and **Nx generators**, **SSK** makes creating apps, components, and features a breeze. No need to sweat the small stuff—just run:

```bash
npm run start-now
```

…and watch the magic happen! ✨

***

## Nx Generators – Power and Flexibility Combined

**SSK** leverages the best of Nx’s powerful generators to help you create applications, libraries, or update projects in your monorepo with just a few clicks. It’s flexible, efficient, and designed to keep your projects scalable and future-proof.

Dive deeper here: [Nx Generators Documentation](https://nx.dev/getting-started/nx-cli)

With **SSK**, you can say goodbye to tedious setups and hello to fast, seamless development. 🚀


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.startupstarterkits.com/start-now/generate.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
