/marble

Dart HTML generation engine

Primary LanguageDartMIT LicenseMIT

Marble

Marble is a dart engine, focused on generating HTML pages based on a declarative, typesafe API.

It can be used to generate static web sites, or used on a backend to create SSR pages.

🚧 This is still heavly under construction and may not be ready to production 🚧

Structure

  • marble: Core of the engine, contains the declarative API to generate the HTML.
  • marble_frog: Provides small helpers to make it easy to generate marble pages with dart frog.

In development note

This project is being built given a need for a personal project, new features are being added as they are surfaced by this project, new tags and attributes, being mapped upon as needed as well.