{"id":31235684,"url":"https://github.com/nitayneeman/astrowind11","last_synced_at":"2025-09-22T14:59:05.111Z","repository":{"id":285360846,"uuid":"957859457","full_name":"nitayneeman/astrowind11","owner":"nitayneeman","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-31T08:56:22.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T09:36:24.520Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nitayneeman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-31T08:56:02.000Z","updated_at":"2025-03-31T08:56:25.000Z","dependencies_parsed_at":"2025-03-31T09:36:35.744Z","dependency_job_id":"a64205da-727b-469e-b8e8-fcfe81514798","html_url":"https://github.com/nitayneeman/astrowind11","commit_stats":null,"previous_names":["nitayneeman/astrowind11"],"tags_count":0,"template":false,"template_full_name":"wix/headless-templates","purl":"pkg:github/nitayneeman/astrowind11","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitayneeman%2Fastrowind11","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitayneeman%2Fastrowind11/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitayneeman%2Fastrowind11/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitayneeman%2Fastrowind11/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nitayneeman","download_url":"https://codeload.github.com/nitayneeman/astrowind11/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitayneeman%2Fastrowind11/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276422183,"owners_count":25639631,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-22T02:00:08.972Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-22T14:58:59.405Z","updated_at":"2025-09-22T14:59:00.330Z","avatar_url":"https://github.com/nitayneeman.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Wix AstroWind Template\n\nThis project combines the popular [AstroWind template](https://github.com/onwidget/astrowind) with **[Wix Headless](https://dev.wix.com/docs/go-headless)**, enabling seamless content management with Wix while delivering a high-performance, modern Astro site.\n\n## 📖 Table of Contents\n\n- [Features](#-features)\n- [Demo](#-demo)\n- [Installation](#-installation)\n- [How It Works](#-how-it-works)\n- [Deployment](#-deployment)\n\n## ✨ Features\n\n- **🌟 AstroWind-powered site** – A feature-rich, elegant, and highly performant template built with **Astro** and **Tailwind CSS**, designed for modern content-driven and optimized performance websites.\n- **📝 Wix CMS \u0026 Blog Integration** – Manage content dynamically through the Wix CMS and Wix Blog.\n- **💲 Wix Pricing Plans Integration** – Display pricing tiers and connect users to the Wix Checkout page.\n- **🔗 Seamless Data Fetching** – Uses [`@wix/astro`](https://www.npmjs.com/package/@wix/astro) to integrate and fetch Wix content.\n\n## 🌍 Live Demo\n\nCheck out the **Wix AstroWind Demo** here:\n\n👉 **[Live Demo](https://wix-astro-astrowind-demo.netlify.app/)** \n\n## ⚡ Installation\n\n### 1️⃣ Create the project\n\nScaffold a new Wix AstroWind project using the official template:\n\n```sh\nnpm create astro@latest -- --template wix/headless-templates/astro/astrowind\n```\n\n### 2️⃣ Pull environment variables\n\nSync required API keys and settings with Wix:\n\n```sh\nnpx wix edge pull-env\n```\n\nThis generates a `.env.local` file with your environment variables.\n\n### 3️⃣ Start the development server\n\nRun the local development server:\n\n```sh\nnpm run dev\n```\n\nVisit **[http://localhost:4321/](http://localhost:4321/)** to view your site. 🎉\n\n### 4️⃣ Manage content\n\nThe site includes **sample content** to start. Edit or add new content via the **Wix Dashboard**:\n\n1. Open the **Wix Dashboard** → **CMS**, **Blog** or **Pricing Plans**.\n2. Update or create new entries for blog posts, services and pricing plans.\n3. Modify **titles, content, images and sections**.\n4. Publish or save as a draft.\n\nMore details:\n\n- [Wix CMS Docs](https://support.wix.com/en/cms)\n- [Wix Blog Docs](https://support.wix.com/en/wix-blog)\n- [Wix Pricing Plans Docs](https://support.wix.com/en/wix-pricing-plans)\n\n## 🛠 How It Works\n\n- **📝 Content Management** – Create and manage content dynamically in the **Wix CMS Dashboard**, including blog posts, services, and pricing plans.\n\n- **📡 Data Fetching** – The `@wix/astro` adapter enables seamless data retrieval using the **Wix SDK**:\n\n  - **Blog Posts** – Uses `wixBlogLoader` to dynamically fetch and format blog posts and create the blog collection.\n  - **Services Page** – Retrieves CMS data from a **single collection** to render the services page content.\n  - **Pricing Plans** – Fetches pricing details and displays structured pricing tiers.\n\n  Thanks to the `wix()` Astro adapter from `@wix/astro`, all content is efficiently retrieved and integrated into the astro template.\n\n- **⚡ Fast \u0026 Optimized** – Pages are statically generated for speed while still supporting real-time content updates from Wix.\n\n## 🚀 Deployment\n\nTo deploy your site, run the following command:\n\n```sh\nnpm run deploy:prod\n```\n\nThis will build and deploy your site to the configured hosting platform. Ensure that all necessary environment variables are set before running this command.\n\n### Alternative Deployment Options\n\nIf you prefer to deploy manually, you can use **Vercel, Netlify, GitHub Pages**, or any other hosting service while still maintaining dynamic content capabilities from Wix.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitayneeman%2Fastrowind11","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnitayneeman%2Fastrowind11","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitayneeman%2Fastrowind11/lists"}