An open API service indexing awesome lists of open source software.

https://github.com/prismicio-community/nuxt-starter-prismic-glideai

A dark, modern, website template powered by Nuxt and Prismic
https://github.com/prismicio-community/nuxt-starter-prismic-glideai

gsap nuxt nuxt-template prismic tailwindcss typescript vue

Last synced: 2 months ago
JSON representation

A dark, modern, website template powered by Nuxt and Prismic

Awesome Lists containing this project

README

          

[![Glide.ai YouTube Thumbnail](https://images.prismic.io/2501-glide-ai/Z6x9E5bqstJ9-hIX_glideai-course.png?auto=format,compress)][course-youtube]

# Glide.ai - Dark, modern, website template

- [Live demo][live-demo]
- [Play on Stackblitz][stackblitz-demo]
- [Learn how to build this website on YouTube][course-youtube]
- Documentations: [Nuxt](https://nuxt.com), [Prismic](https://prismic.io/docs/nuxt-3-setup), [Tailwind CSS](https://tailwindcss.com/docs/styling-with-utility-classes), [GSAP](https://gsap.com/docs/v3)

[![Deploy to NuxtHub](https://hub.nuxt.com/button.svg)][nuxthub-deploy]

## Quick Start

```bash [Terminal]
npx nuxi@latest init -t github:prismicio-community/nuxt-starter-prismic-glideai#HEAD glideai
```

To get your own Prismic repository instance and start managing your own content, also run:
```bash [Terminal]
cd glideai
npx @slicemachine/init@latest
```

## Setup

Make sure to install the dependencies:

```bash
# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install
```

## Development Server

Start the development server on `http://localhost:3000`:

```bash
# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev
```

## Production

Build the application for production:

```bash
# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build
```

Locally preview production build:

```bash
# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.

## License

```
Copyright 2013-2025 Prismic (https://prismic.io)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```

[live-demo]: https://prismic-demo-glideai.nuxt.dev
[stackblitz-demo]: https://stackblitz.com/github/prismicio-community/nuxt-starter-prismic-glideai
[nuxthub-deploy]: https://hub.nuxt.com/new?repo=prismicio-community/nuxt-starter-prismic-glideai
[course-youtube]: https://www.youtube.com/watch?v=EmvCh7Jb0Mw