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 🚧
- 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.
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.