Akte Logov0.4.0 - GitHub

Examples

Here are some examples showcasing what Akte enables.

Common

Basic

This example shows basic usage of Akte with JavaScript or TypeScript. When executed, an Akte app configuration behaves as a minimal CLI. This is helpful for simple use cases.


Check it out on GitHub ›

Catch-all

This example shows usage of catch-all routes. This is helpful for rendering similar files that aren't living under the same hierarchy.


Check it out on GitHub ›

Non-HTML

This example shows usage of Akte to render non-HTML files. This is helpful for rendering any kind of asset, XML, JSON, etc.


Check it out on GitHub ›

Vite

Basic

This example shows usage of Akte as a Vite plugin. This is helpful for processing assets of any sort as well as taking advantage of Vite great developer experience while developing.


Open in Stackblitz ›
Check it out on GitHub ›

Programmatic

Basic

This example shows programmatic usage of Akte. This is helpful for running Akte in various environments, including serverless.


Check it out on GitHub ›