forked from stackbit/jamstackthemes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create next-hull.md * Update next-hull.md
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: HULL | ||
github: https://github.com/ndimatteo/HULL | ||
demo: https://hull.dev | ||
author: Nick DiMatteo | ||
date: 2022-12-29 | ||
ssg: | ||
- Next | ||
cms: | ||
- Sanity | ||
css: | ||
- Tailwind | ||
archetype: | ||
- Ecommerce | ||
description: Headless Shopify starter powered by Next.js + Sanity.io | ||
--- | ||
|
||
## Features | ||
|
||
- Utility-first CSS with [Tailwind CSS](https://tailwindcss.com) | ||
- Animations powered by [Framer Motion](https://www.framer.com/motion/) | ||
- Cart powered by [Shopify Buy SDK](https://www.npmjs.com/package/shopify-buy) | ||
- Real-time inventory check for products using [SWR](https://swr.vercel.app) | ||
- Customizable Filtering & Sorting for product collections | ||
- Klaviyo waitlist form for out-of-stock products | ||
- Klaviyo newsletter form with opt-in field | ||
- Dynamic Page Routes for custom page creation | ||
- Automatic `Sitemap.xml` generation | ||
- Automatic `robots.txt` generation | ||
- Automatic 301 Redirects from Sanity | ||
- Live Preview content directly from Sanity | ||
- Modern Image component using Sanity's Hotspot, Crop, and automatic WEBP format | ||
- Modular page content for all pages, including dynamic grid layouts | ||
- And More! |