# Develop with Azion Overview

import DocButton from '~/components/webkit/DocButton.vue';


The **Jamstack** architecture at the edge has emerged as a game-changing paradigm, 
combining the power of serverless computing with the efficiency of edge locations. At its core, Jamstack, 
which stands for JavaScript, APIs, and Markup, decentralizes traditional web server functions, pushing them closer to the user. 
This shift not only accelerates website loading times but also enhances security and scalability.

---

## Azion CLI 

At Azion, you can initialize, build, secure, and deploy applications making use of a list of frameworks. It's possible through the combination of [Azion Bundler](https://github.com/aziontech/bundler) and [Azion CLI](/en/documentation/products/azion-cli/overview/), which
makes the necessary adaptation for the frameworks to run as they should on the Azion Web Platform.

The following table brings **some** of the frameworks that are adapted to the edge: 

| Framework | CLI | Console |
| --- | --- | --- |
| Angular | [How to build with Angular](/en/documentation/products/cli/frameworks/angular/) | [Angular boilerplate](/en/documentation/products/guides/angular-boilerplate/) |
| Astro | [How to build with Astro](/en/documentation/products/cli/frameworks/astro/) | [Astro boilerplate](/en/documentation/products/guides/astro-boilerplate/) |
| Hexo | [How to build with Hexo](/en/documentation/products/cli/frameworks/hexo/)| [Hexo Boilerplate](/en/documentation/products/guides/hexo-boilerplate/) |
| Next | [How to build with Next](/en/documentation/products/cli/frameworks/next/) | [Next.js Static Boilerplate](/en/documentation/products/guides/nextjs-static-boilerplate/) |
| React | [How to build with React](/en/documentation/products/cli/frameworks/react/) | [React boilerplate](/en/documentation/products/guides/react-boilerplate/)|
| Vue | [How to build with Vue](/en/documentation/products/cli/frameworks/vue/) | [Vue boilerplate](/en/documentation/products/guides/vue-boilerplate/)|

:::note
You can check the full list of supported frameworks and some additional information in the following links:
:::

<DocButton href="/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/" label="Go to supported Web Frameworks" kind="secondary" target="_blank" size="medium" />
<DocButton href="/en/documentation/runtime-apis/javascript/" label="Go to supported Web APIs" kind="secondary" target="_blank" size="medium" />
<DocButton href="/en/documentation/products/azion-edge-runtime/compatibility/node/" label="Go to node.js support reference" kind="secondary" target="_blank" size="medium" />

<br />