> For the complete documentation index, see [llms.txt](https://atomico.gitbook.io/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://atomico.gitbook.io/doc/what-can-you-do-with-atomico/you-can-create-websites.md).

# 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**](/doc/packages/atomico-react.md).


---

# 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, and the optional `goal` query parameter:

```
GET https://atomico.gitbook.io/doc/what-can-you-do-with-atomico/you-can-create-websites.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
