# Popular static site generators

Next.js, Gatsby, and Nuxt.js are popular front-end development frameworks for building modern web applications with built-in support for static site generation.&#x20;

They provide built-in support for serverless deployment, hot reloading, automatic code splitting, and SEO. We've summarized key differences in the table below.

| Feature                         | Next.js              | Gatsby                           | Nuxt.js              |
| ------------------------------- | -------------------- | -------------------------------- | -------------------- |
| Framework                       | React-based          | React-based                      | Vue.js-based         |
| Server-side rendering           | ✅                    | Limited                          | ✅                    |
| Incremental static regeneration | ✅                    | Deferred Static Generation (DSG) | ❌                    |
| Data fetching method            | Agnostic             | GraphQL strongly preferred       | Agnostic             |
| Plugins                         | Manual configuration | Pre-built packages               | Pre-built packages   |
| Build time                      | Shorter              | Longer                           | Shorter              |
| API routes                      | ✅                    | Manual configuration             | Manual configuration |
| Image optimization              | ✅                    | ✅                                | Limited              |
| i18n support                    | Built-in support     | Built-in support                 | Built-in support     |
| Learning curve                  | Lower                | Steeper                          | Lower                |


---

# Agent Instructions: 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://tbw.rangle.io/headless-cms-playbook/static-site-generators/popular-static-site-generators.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.
