---
title: drizzle-helpers
description: Start a new app with some drizzle connection helpers.
template: splash
hero:
  title: |
    Welcome to
    <span
      class="font-black text-transparent
        bg-clip-text bg-gradient-to-b
        from-accent-700 to-accent-400
        dark:from-accent-500 dark:to-accent-200"
    >
    drizzle-helpers
    </span>
  tagline: Start a new app with some drizzle connection helpers.
  image:
    file: ../../assets/houston.webp
  actions:
    - text: Get started
      link: /guides/getting-started/
      icon: right-arrow
      variant: primary
    - text: View on GitHub
      link: https://github.com/Enalmada/drizzle-helpers
      icon: external
---

[//]: # (import { Card, CardGrid } from '@astrojs/starlight/components';)

[//]: # ()
[//]: # (## Next steps)

[//]: # ()
[//]: # (<CardGrid stagger>)

[//]: # (	<Card title="Update content" icon="pencil">)

[//]: # (		Edit `src/content/docs/index.mdx` to see this page change.)

[//]: # (	</Card>)

[//]: # (	<Card title="Add new content" icon="add-document">)

[//]: # (		Add Markdown or MDX files to `src/content/docs` to create new pages.)

[//]: # (	</Card>)

[//]: # (	<Card title="Configure your site" icon="setting">)

[//]: # (		Edit your `sidebar` and other config in `astro.config.mjs`.)

[//]: # (	</Card>)

[//]: # (	<Card title="Read the docs" icon="open-book">)

[//]: # (		Learn more in [the Starlight Docs]&#40;https://starlight.astro.build/&#41;.)

[//]: # (	</Card>)

[//]: # (</CardGrid>)
