Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sooraj-s-98/sveltekit-commerce-cookieyes
CookieYes added in Sveltekit. Cookie Consent Solution for GDPR + IAB & CCPA Compliance
https://github.com/sooraj-s-98/sveltekit-commerce-cookieyes
ccpa cookie-consent cookie-consent-banner cookie-consent-javascript cookie-consent-plugin cookieyes gdpr-consent gdpr-consent-popup iab-europe-tcf
Last synced: 2 months ago
JSON representation
CookieYes added in Sveltekit. Cookie Consent Solution for GDPR + IAB & CCPA Compliance
- Host: GitHub
- URL: https://github.com/sooraj-s-98/sveltekit-commerce-cookieyes
- Owner: Sooraj-s-98
- License: mit
- Created: 2023-10-31T15:47:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-18T08:38:10.000Z (3 months ago)
- Last Synced: 2024-10-10T19:32:52.976Z (3 months ago)
- Topics: ccpa, cookie-consent, cookie-consent-banner, cookie-consent-javascript, cookie-consent-plugin, cookieyes, gdpr-consent, gdpr-consent-popup, iab-europe-tcf
- Language: Svelte
- Homepage: https://sveltekit-commerce-cookieyes.vercel.app/
- Size: 98.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SvelteKit Commerce CookieYes
SvelteKit Commerce is an open-source, customizable ecommerce template built with SvelteKit, Tailwind CSS, and Shopify.
This template includes read-only Shopify credentials by default, but you can add the following environment variables to make it your own:
- `VITE_SHOPIFY_API_ENDPOINT`
- `VITE_SHOPIFY_STOREFRONT_API_TOKEN`## Running Locally
- `pnpm install`: Install dependencies
- `pnpm dev`: Start development server
- `pnpm build`: Create a production build of the app
- `pnpm preview`: Preview the production build# Cookie consent
You can implement cookie consent on your website in just 3 simple steps.
Sign up on CookieYes for free
Choose your cookie consent banner layout
Copy the cookie banner code and paste it to your websiteGuide: How to add a cookie banner on website
Cookie consent is the legal requirement to obtain consent from website visitors before setting cookies on their devices. Consent is collected via a cookie banner that enables visitors to accept or decline cookies on the website.
Privacy regulations like the GDPR in the EU and UK, LGPD in Brazil, POPIA in South Africa and similar laws around the world require businesses to get consent for collecting a user’s personal data. As cookies and trackers can store personal data and be used to identify an individual, they are considered part of personal data.