> ## Documentation Index
> Fetch the complete documentation index at: https://overdocs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Fullstack

> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

## Libraries

<CardGroup cols={2}>
  <Card title="Next.js" icon={<img src='/logo/nextjs.svg' alt="nextjs Logo" />} href="https://nextjs.org/">
    Next.js by Vercel is the full-stack React framework for the web.
  </Card>

  <Card title="Remix" icon={<img src='/logo/remix.svg' alt="remix Logo" />} href="https://remix.run/">
    Remix is a full stack web framework that lets you focus on the user interface and work back through web standards to deliver a fast, slick, and resilient user experience. People are gonna love using your stuff.
  </Card>

  <Card title="Astro" icon={<img src='/logo/astro-dark.svg' alt="Astro Logo" />} href="https://astro.build/">
    An approachable, performant and versatile framework for building web user interfaces.
  </Card>

  <Card title="Nuxt" icon={<img src='/logo/nuxt.svg' alt="Nuxt Logo" />} href="https://nuxt.com/">
    Nuxt is an open source framework that makes web development intuitive and powerful. Create performant and production-grade full-stack web apps and websites with confidence.
  </Card>

  <Card title="SvelteKit" icon={<img src='/logo/svelte.svg' alt="svelte Logo" />} href="https://kit.svelte.dev/">
    SvelteKit is the official Svelte application framework.
  </Card>
</CardGroup>
