Analog Documentation

website·Indexed Apr 11, 2026

https://analogjs.org/docs/

Analog is a Vite-powered framework for Angular applications, enabling the full Vite and Vitest ecosystem. It supports hybrid Server-Side Rendering (SSR), Static Site Generation (SSG), file-based routing, API routes, and server-side data fetching. The documentation covers setup, deployment, testing with Vitest, internationalization, code generation, and migration from existing Angular apps.

Tokens
76K
Snippets
453
Records
880
Agent score
50%

What's inside Analog

  1. What is Analog

    Analog is a fullstack meta-framework for building applications and websites with Angular. It provides a development experience similar to Next.js, Nuxt, SvelteKit, and Qwik City, building on top of Angular to offer modern meta-framework capabilities.
  2. What is Analog?

    Analog is a fullstack meta-framework for building applications and websites with Angular. It provides a similar experience to other meta-frameworks like Next.js, Nuxt, SvelteKit, and Qwik City, building on top of Angular.
  3. What is Analog

    Analog is a fullstack meta-framework for building applications and sites with Angular. It provides a similar experience to other meta-frameworks like Next.js, Nuxt, SvelteKit, and Qwik City, but built on top of Angular.
  4. O que é o Analog

    Analog é um framework baseado em Vite para Angular que utiliza Vitest para testes. Ele combina as vantagens do ecossistema Vite com o poder do Angular, oferecendo uma experiência de desenvolvimento moderna com build rápido e testes eficientes.
  5. Hybrid SSR and SSG Rendering

    Analog supports hybrid Server-Side Rendering (SSR) and Static Site Generation (SSG) for Angular applications, allowing developers to choose rendering strategies per route or application needs.
  6. Analog 核心功能

    Analog 提供以下核心功能:支持 Vite/Vitest/Playwright;通过 Nitro 提供服务端及部署整合;基于文件的路由;服务端数据获取;Markdown 文件作为文档路由支持;API/服务端路由;混合 SSR/SSG 支持;支持 Angular CLI 和 Nx 工作区;通过 Astro 支持 Angular 组件。
  7. Paid Support Options

    Private consulting, retainers, and enterprise support services are available from the AnalogJS core team for companies and projects at any scale. Contact directly via the website to discuss paid support opportunities.
  8. Statische Website-Generierung konfigurieren

    Analog unterstützt die statische Website-Generierung durch das Vorberechnen von Routen in statische HTML-Dateien. Konfiguriere die Prerendering-Optionen im Vite-Config-Objekt unter analog({ prerender: { ... } }). Die Routen können entweder als statische Liste oder asynchron als Funktion bereitgestellt werden.
  9. 支持 Analog 项目

    可以通过以下方式支持 Analog 项目:访问 GitHub 仓库并加星;加入 Discord 社区;在 Twitter 上关注;提供赞助。
  10. Code Generation Overview

    Analog provides automated code generation via Nx Generators and Angular Schematics. These generators automate frequent tasks like creating applications and pages within an Nx workspace. You can invoke them through the Nx Console extension or the Nx CLI.