Skip to main content

Reproducing Editor Layouts in Code

One of the core architectural goals of GitAscii is exact parity between the visual web editor and the programmatic rendering engine.

Step 1: Export JSON from the Editor

  1. Open gitascii.com/editor.
  2. Arrange, resize, and configure your widgets.
  3. Click the Export or Download Config button to obtain your gitascii.json file.

Step 2: Load and Render Programmatically

Place your gitascii.json into your project and execute:

Step 3: Serving via Edge Function or Next.js Route Handler

You can serve this dynamically on any serverless platform: