---
sections:
  hero:
    _bookshop_name: Hero
    badge:
      text: Join our discord for updates and chats
      href: https://discord.gg/vXZqMbadm8
    heading: The Astro UI library to build content sites
    text: Make good looking websites that are easy to maintain
    buttons:
      - text: Get Started
        href: /overview/introduction
      - text: GitHub
        href: https://github.com/fulldotdev/ui
        target: _blank
        icon: brand-github
    cards:
      - icon: layout-dashboard
        heading: Build full pages with just components
        text: Introducing segment components; build entire pages in minutes.
      - icon: puzzle
        heading: Works with any JS / CSS framework
        text: Integrates seamlessly with Tailwind, UnoCSS, Svelte, Vue or anything else.
      - icon: ruler
        heading: Automated colors, spacing and sizes
        text: You never have to think about responsiveness or color palettes again.

  features:
    _bookshop_name: Features
    align: center
    heading: What's included
    pages:
      - system
      - components
      - blocks

  cta:
    _bookshop_name: Cta
    heading: Build content websites in a fraction of time
    text: Fulldev UI is a library of components and blocks to build content sites.
    buttons:
      - text: Get Started
        href: /overview/introduction
      - text: Github
        href: https://github.com/fulldotdev/ui
        target: _blank
        icon: brand-github
---