# You can create websites

Creating sites with Atomico is really easy and SEO friendly because:

1. With Atomico you can perform SSR and SSG thanks to tools like Astro build, with Astro + Atomico you can send previously rendered components to the client, thus giving a result at the HTML level that is really friendly with search engines.
2. Atomico being really small (3kB) your sites will load fast, especially if you only apply SSG with Atomico.
3. Atomico not only supports SSR through Astro, you can SSR today with Atomico in Next.js, Express or any environment that supports ESM modules.
4. (Coming soon) Yes, with Atomico soon you will be able to create blocks for Gutenberg easily

## We recommend for SSR or SSG based sites

### we recommend you for new projects

We recommend the use of [**Astro**](https://astro.build/) build with the @atomico/astro plugin, with this you can create sites like [**atomicojs.dev**](https://atomicojs.dev/)

### we recommend you for projects based on React&#x20;

Preferably we recommend [**Astro**](https://astro.build/) + React + Atomico, but in case your project inherits the use of Next.js you can do SSR with Atomico in Next.js using [**@atomico/react**](https://atomico.gitbook.io/doc/packages/atomico-react).


---

# 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://atomico.gitbook.io/doc/what-can-you-do-with-atomico/you-can-create-websites.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.
