App Starter

Welcome

Start building your application here

Supplier Portal Demo

A collection of component examples which might be useful. Vibe coded with Mantine UI by Claude. This demo showcases various components like tables, forms, charts, and more that you can use for your build.

View Live Demo

Source code available at: GitLab Repository

Mantine Components

Browse a collection of Mantine component examples from the App Starter Kit. This resource provides detailed examples of forms, inputs, data display components, overlays, and more to help you build.

View Component Examples

Source code available at: GitLab Repository (examples branch)

Important Setup Instructions

After cloning this starter kit, remember to remove and reset the origin for your new project:

git remote remove origin
git remote add origin {your new project url}

LLM Development Tips

To minimize errors when working with Claude, prepend your prompts with:

The UI.md file contains anything you'd
ever need to know about Mantine, the UI
library used in this application. It's
the entirety of all the documentation
published on the library.

This is included in CLAUDE.md, but being explicit helps ensure accurate responses.