Jürgen Leschner - December 10, 2023

Zaui, our npm-installable SvelteKit toolchain

We are pleased to announce the open source release of zaui, our npm-installable SvelteKit toolchain for building websites from markdown.

The name zaui originated from "Zero ASIC UI", where it powers the zeroasic.com website.

How we use zaui

Zaui was instrumental in shipping our drag-and-drop chiplet emulation UI using custom Svelte components. The zeroasic.com website is statically generated by zaui and hosted on a CDN. In addition, the build is integrated into our internal python-based emulation tools, which handle requests through an API.

Quickstart

  1. pnpm install -D @zeroasic/zaui
  2. pnpm zaui dev
  3. Type o to open your browser.

If you don't already have a content directory you will see the zaui guide -- rendered by zaui, of course.

This library provides

Thank you to all the contributors in those communities. 🙏

To find out more, visit the zaui repo on GitHub or check out the guide.

©2023 by Zero ASIC Corporation. All rights reserved.
Terms | Privacy