Home
Softono
z

zeon-studio

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
3

Software by zeon-studio

hugoplate
Open Source

hugoplate

<h1 align="center">Hugo + Tailwind CSS Starter and Boilerplate</h1> <p align="center">Hugoplate is a free starter template built with Hugo and Tailwind CSS v4.0, providing everything you need to jumpstart your Hugo project and save valuable time.</p> <p align="center">Made with β™₯ by <a href="https://zeon.studio/"> Zeon Studio</a></p> <p align=center> If you find this project useful, please give it a ⭐ to show your support.</p> <h2 align="center"> <a target="_blank" href="https://zeon.studio/preview?project=hugoplate" rel="nofollow">πŸ‘€ Demo</a> | <a target="_blank" href="https://pagespeed.web.dev/analysis/https-hugoplate-netlify-app/6lyxjw6t4r?form_factor=desktop">Page Speed (95+)πŸš€</a> | <a target="_blank" href="https://app.sitepins.com/new/clone?name=Hugoplate&repository=https://github.com/zeon-studio/hugoplate?aff=hugoplate"> <img src="https://sitepins.com/button.svg" alt="One Click Deploy With Sitepins"> </a> </h2> <p align="center"> <a href="https://github.com/gohugoio/hugo/releases/tag/v0.158.0" alt="Contributors"> <img alt="hugo version" src="https://img.shields.io/static/v1?label=min-HUGO-version&message=0.158.0&color=f00&logo=hugo" /> </a> <a href="https://github.com/zeon-studio/hugoplate/blob/main/LICENSE"> <img src="https://img.shields.io/github/license/zeon-studio/hugoplate" alt="license"> </a> <a href="https://github.com/zeon-studio/hugoplate"> <img src="https://img.shields.io/github/languages/code-size/zeon-studio/hugoplate" alt="code size"> </a> <a href="https://github.com/zeon-studio/hugoplate/graphs/contributors"> <img src="https://img.shields.io/github/contributors/zeon-studio/hugoplate" alt="contributors"> </a> </p> ## Table of Contents - [What's Included](#-whats-included) - [Key Features](#-key-features) - [15+ Pre-designed Pages](#-15-pre-designed-pages) - [Tech Stack](#-tech-stack) - [Getting Started](#-getting-started) - [Prerequisites](#-prerequisites) - [Project Setup](#-project-setup) - [Install Dependencies](#-install-dependencies) - [Development Command](#-development-command) - [Customization](#-customization) - [Site Config](#-site-config) - [Site Params](#-site-params) - [Colors and Fonts](#-colors-and-fonts) - [Social Links](#-social-links) - [Advanced Usage](#-advanced-usage) - [Build And Deploy](#-build-and-deploy) - [Guide to Staying Compliant](#-guide-to-staying-compliant) - [Showcase](#-showcase) - [Need Customization?](#-need-customization) ## 🎁 What's Included We have included almost everything you need to start your Hugo project. Let's see what's included in this template: ### πŸ“Œ Key Features - πŸ‘₯ Multi-Authors - 🎯 Similar Posts Suggestion - πŸ” Search Functionality - πŸŒ‘ Dark Mode - 🏷️ Tags & Categories - πŸ”— Netlify setting pre-configured - πŸ“ž Support contact form - πŸ“± Fully responsive - πŸ“ Write and update content in Markdown - πŸ’¬ Open-Remark Comment - πŸ”³ Syntax Highlighting ### πŸ“„ 15+ Pre-designed Pages - 🏠 Homepage - πŸ‘€ About - πŸ“ž Contact - πŸ‘₯ Authors - πŸ‘€ Author Single - πŸ“ Blog - πŸ“ Blog Single - 🚫 Custom 404 - πŸ’‘ Elements - πŸ“„ Privacy Policy - 🏷️ Tags - 🏷️ Tag Single - πŸ—‚οΈ Categories - πŸ—‚οΈ Category Single - πŸ” Search ### πŸ“¦ Tech Stack - [Hugo](https://gohugo.io/) - [Tailwind CSS v4.0](https://tailwindcss.com/) - [AutoPrefixer](https://autoprefixer.github.io/) - [Hugo Modules](https://gohugo.io/hugo-modules/) by [Gethugothemes](https://gethugothemes.com/hugo-modules) - [Markdown](https://markdownguide.org/) - [Prettier](https://prettier.io/) - [Jshint](https://jshint.com/) - [Netlify](https://www.netlify.com/) - [Vercel](https://vercel.com/) - [Github Actions](https://github.com/features/actions) - [Gitlab Ci](https://docs.gitlab.com/ee/ci/) - [AWS Amplify](https://aws.amazon.com/amplify/) --- ## πŸš€ Getting Started First you need to [clone](https://github.com/zeon-studio/hugoplate) or [download](https://github.com/zeon-studio/hugoplate/archive/refs/heads/main.zip) the template repository, and then let's get started with the following process: ### βš™ Prerequisites To start using this template, you need to have some prerequisites installed on your machine. - [Hugo Extended v0.144+](https://gohugo.io/installation/) - [Node v22+](https://nodejs.org/en/download/) - [Go v1.24+](https://go.dev/doc/install) ### πŸ‘‰ Project Setup We built this custom script to make your project setup easier. It will create a new Hugo theme folder and clone the Hugoplate theme into it. Then move the exampleSite folder into the root directory. So that you can start your Hugo server without going into the exampleSite folder. Use the following command to setup your project. ```bash npm run project-setup ``` ### πŸ‘‰ Install Dependencies Install all the dependencies using the following command. ```bash npm install ``` ### πŸ‘‰ Development Command Start the development server using the following command. ```bash npm run dev ``` ### 🎬 Still Confused? Watch a Quick Video https://github.com/zeon-studio/hugoplate/assets/58769763/c260c0ae-91be-42ce-b8db-aa7f11f777bd --- ## πŸ“ Customization This template has been designed with a lot of customization options in mind. You can customize almost anything you want, including: ### πŸ‘‰ Site Config You can change the site title, base URL, language, theme, plugins, and more from the `hugo.toml` file. ### πŸ‘‰ Site Params You can customize all the parameters from the `config/_default/params.toml` file. This includes the logo, favicon, search, SEO metadata, and more. ### πŸ‘‰ Colors and Fonts You can change the colors and fonts from the `data/theme.json` file. This includes the primary color, secondary color, font family, and font size. ### πŸ‘‰ Social Links You can change the social links from the `data/social.json` file. Add your social links here, and they will automatically be displayed on the site. --- ## πŸ›  Advanced Usage We have added some custom scripts to make your life easier. You can use these scripts to help you with your development. ### πŸ‘‰ Update Theme If you want to update the theme, then you can use the following command. It will update the theme to the latest version. ```bash npm run update-theme ``` > **Note:** This command will work after running the `project-setup` script. ### πŸ‘‰ Update Modules We have added a lot of modules to this template. You can update all the modules using the following command. ```bash npm run update-modules ``` ### πŸ‘‰ Remove Dark Mode If you want to remove dark mode from your project, you can use the following command to remove dark mode from your project. ```bash npm run remove-darkmode ``` > **Note:** This command will work before running the `project-setup` script. If you have already run the `project-setup` command, then you have to run `npm run theme-setup` first, and then you can run this command. Afterward, you can run `npm run project-setup` again. ### πŸ‘‰ Remove Multilingual If you want to remove multilingual from your project, you can use the following command to remove multilingual from your project. ```bash npm run remove-multilang ``` > **Note:** This command will work before running the `project-setup` script. If you have already run the `project-setup` command, then you have to run `npm run theme-setup` first, and then you can run this command. Afterward, you can run `npm run project-setup` again. --- ## πŸš€ Build And Deploy After you finish your development, you can build or deploy your project almost everywhere. Let's see the process: ### πŸ‘‰ Build Command To build your project locally, you can use the following command. ```bash npm run build ``` ### πŸ‘‰ Deploy Site We have provided 5 different deploy platform configurations with this template, so you can deploy easily. - [Netlify](https://www.netlify.com/) - [Vercel](https://vercel.com/) - [Github Actions](https://github.com/features/actions) - [Gitlab Ci](https://docs.gitlab.com/ee/ci/) - [AWS Amplify](https://aws.amazon.com/amplify/) And if you want to host some other hosting platforms. Then you can build your project, and you will get a `public` folder. that you can copy and paste on your hosting platform. > **Note:** You must change the `baseURL` in the `hugo.toml` file. Otherwise, your site will not work properly. --- <!-- edit with sitepins --> ## πŸ“ Edit Content with CMS This template comes pre-configured with [**Sitepins**](https://sitepins.com?aff=hugoplate), a Git-based Headless CMS designed for seamless content management. You can update your website’s text, images, and configuration without touching a single line of code. **How to get started:** Click the Edit with Sitepins button below and follow the on-screen instructions to start editing your content visually. <a target="_blank" href="https://app.sitepins.com/new/clone?name=Hugoplate&repository=https://github.com/zeon-studio/hugoplate?aff=hugoplate"> <img src="https://sitepins.com/button.svg" alt="Edit with Sitepins"> </a> ## πŸ”’ Guide to Staying Compliant ### 🐞 Reporting Issues We use GitHub Issues as the official bug tracker for this Template. Please search [existing issues](https://github.com/zeon-studio/hugoplate/issues). Someone may have already reported the same problem. If your problem or idea has not been addressed yet, feel free to [open a new issue](https://github.com/zeon-studio/hugoplate/issues). ### πŸ“ License Copyright (c) 2023 - Present, Designed & Developed by [Zeon Studio](https://zeon.studio/) **Code License:** Released under the [MIT](https://github.com/zeon-studio/hugoplate/blob/main/LICENSE) license. **Image license:** The images are only for demonstration purposes. They have their license, we don't have permission to share those images. --- ## 🌠 Showcase List of some projects people are building with [**Hugoplate**!](https://github.com/zeon-studio/hugoplate/discussions/207) Don't forget to add yours. --- ## πŸ’» Need Customization? If you need a custom theme, theme customization, or complete website development services from scratch, you can [Hire Us](https://zeon.studio/estimate-project).

Static Site Generators
1.6K Github Stars
astroplate
Open Source

astroplate

<h1 align=center>Astro + Tailwind CSS + TypeScript Starter and Boilerplate</h1> <p align=center>Astroplate is a free starter template built with Astro, TailwindCSS & TypeScript, providing everything you need to jumpstart your Astro project and save valuable time.</p> <img width="1600" height="900" alt="astroplate-free-astro-starter-template" src="https://github.com/user-attachments/assets/f7216b22-2c39-4963-a069-c25ea3488c6a" /> <h2 align="center"> <a target="_blank" href="https://astroplate.netlify.app/" rel="nofollow">πŸ‘€ Demo</a> | <a target="_blank" href="https://astroplate-multilang.netlify.app/" rel="nofollow">πŸ‘€ Demo Multilang</a> | <a target="_blank" href="https://pagespeed.web.dev/analysis/https-astroplate-netlify-app/yzx3foum3w?form_factor=desktop">Page Speed (100%)πŸš€</a> | <a target="_blank" href="https://app.sitepins.com/new/clone?name=Astroplate&repository=https://github.com/zeon-studio/astroplate?aff=astroplate"> <img src="https://sitepins.com/button.svg" alt="Edit with Sitepins"> </a> </h2> <p align=center>Made with β™₯ by <a href="https://zeon.studio/?ref=astroplate-github">Zeon Studio</a></p> <p align=center> If you find this project useful, please give it a ⭐ to show your support. </p> <p align=center> <a href="https://github.com/withastro/astro/releases/tag/astro%406.1.9"> <img src="https://img.shields.io/static/v1?label=ASTRO&message=6.1.9&color=000&logo=astro" alt="Astro Version 6.1.9"/> </a> <a href="https://github.com/zeon-studio/astroplate/blob/main/LICENSE"> <img src="https://img.shields.io/github/license/zeon-studio/astroplate" alt="license"></a> <img src="https://img.shields.io/github/languages/code-size/zeon-studio/astroplate" alt="code size"> <a href="https://github.com/zeon-studio/astroplate/graphs/contributors"> <img src="https://img.shields.io/github/contributors/zeon-studio/astroplate" alt="contributors"></a> </p> ## πŸ“Œ Key Features - πŸ‘₯ Multi-Authors - 🌐 Multilingual - 🎯 Similar Posts Suggestion - πŸ” Search Functionality - πŸŒ‘ Dark Mode - 🏷️ Tags & Categories - πŸ”— Netlify setting pre-configured - πŸ“ž Support contact form - πŸ“± Fully responsive - πŸ“ Write and update content in Markdown / MDX - πŸ€– LLM-ready docs generation (`llms.txt`, `llms-full.txt`, and per-page `.md`) - πŸ“Ž Google Tag Manager - πŸ’¬ Disqus Comment - πŸ”³ Syntax Highlighting ### πŸ“„ 15+ Pre-designed Pages - 🏠 Homepage - πŸ‘€ About - πŸ“ž Contact - πŸ‘₯ Authors - πŸ‘€ Author Single - πŸ“ Blog - πŸ“ Blog Single - 🚫 Custom 404 - πŸ’‘ Elements - πŸ“„ Privacy Policy - 🏷️ Tags - 🏷️ Tag Single - πŸ—‚οΈ Categories - πŸ—‚οΈ Category Single - πŸ” Search ## πŸ”— Integrations - astro/react - astro/sitemap - astro/tailwind - Cloudflare Workers (optional deployment) ## πŸš€ Getting Started ### πŸ“¦ Dependencies - astro v6.1.9 - node v22.12.0+ (see `.nvmrc`) - tailwind v4+ ### πŸ‘‰ Install Dependencies ```bash pnpm install ``` ### πŸ‘‰ Development Command ```bash pnpm run dev ``` ### πŸ‘‰ Build Command ```bash pnpm run build ``` ### πŸ‘‰ Generate LLM Files After build, this project can generate LLM-friendly files from your `dist` HTML: - `llms.txt` (index of pages) - `llms-full.txt` (full combined content) - optional per-page Markdown files Use one of these ways: ```bash # included in build pnpm run build # or run manually after build pnpm run generate-llms ``` Configuration is in `src/config/config.json` under `llms`: - `generate_llms_txt`: create `llms.txt` - `generate_llms_full_txt`: create `llms-full.txt` - `generate_individual_md`: create individual `.md` files - `include`: include only selected routes/globs (empty = all files). Examples: `/about`, `/blog/**` (all files in blog folder) - `exclude`: exclude routes/globs on top of defaults. Example: `/blog/index.html` ### πŸ‘‰ Preview on Cloudflare Workers ```bash pnpm run preview:cf-workers ``` ### πŸ‘‰ Deploy to Cloudflare Workers ```bash pnpm run deploy:cf-workers ``` ### πŸ‘‰ Build and Run With Docker ```bash docker build -t astroplate . # or # docker build --build-arg INSTALLER=npm -t astroplate . # or # docker build --build-arg INSTALLER=pnpm -t astroplate . docker run -p 3000:80 astroplate # or # docker run --rm -p 3000:80 astroplate ``` To access the shell within the container: ```bash docker run -it --rm astroplate ash ``` <!-- edit with sitepins --> ## πŸ“ Edit Content with CMS This template comes pre-configured with [**Sitepins**](https://sitepins.com?aff=astroplate), a Git-based Headless CMS designed for seamless content management. You can update your website’s text, images, and configuration without touching a single line of code. **How to get started:** Click the Edit with Sitepins button below and follow the on-screen instructions to start editing your content visually. <a target="_blank" href="https://app.sitepins.com/new/clone?name=Astroplate&repository=https://github.com/zeon-studio/astroplate?aff=astroplate"> <img src="https://sitepins.com/button.svg" alt="Edit with Sitepins"> </a> <!-- reporting issue --> ## 🐞 Reporting Issues We use GitHub Issues as the official bug tracker for this Template. Please Search [existing issues](https://github.com/zeon-studio/astroplate/issues). It’s possible someone has already reported the same problem. If your problem or idea has not been addressed yet, feel free to [open a new issue](https://github.com/zeon-studio/astroplate/issues). <!-- licence --> ## πŸ“ License Copyright (c) 2023 - Present, Designed & Developed by [Zeon Studio](https://zeon.studio/?ref=astroplate-github) **Code License:** Released under the [MIT](https://github.com/zeon-studio/astroplate/blob/main/LICENSE) license. **Image license:** The images are only for demonstration purposes. They have their license, we don't have permission to share those images. ## πŸ’» Need Custom Development Services? If you need a custom theme, theme customization, or complete website development services from scratch you can [Hire Us](https://zeon.studio/?ref=astroplate-github).

Static Site Generators
1.1K Github Stars
commerceplate
Open Source

commerceplate

<h1 align=center>Commerceplate | NextJs + Shopify + Tailwind CSS + TypeScript Starter and Boilerplate</h1> <p align=center>A free, production-ready Next.js template powered by Tailwind CSS and TypeScript, specifically designed for Shopify. Utilizes the Shopify Storefront API through GraphQL and providing everything you need to jumpstart your Next project and save valuable time.</p> <p align=center>Made with β™₯ by <a href="https://zeon.studio/">Zeon Studio</a></p> <p align=center> If you find this project useful, please give it a ⭐ to show your support. </p> <h2 align="center"> <a target="_blank" href="https://commerceplate.netlify.app/" rel="nofollow">πŸ‘€ Demo</a> | <a target="_blank" href="https://pagespeed.web.dev/analysis/https-commerceplate-netlify-app/c4gacsjy7n?form_factor=desktop">Page Speed (97%)πŸš€</a> </h2> <p align=center> <a href="https://github.com/vercel/next.js/releases/tag/v16.0.1" alt="Contributors"> <img src="https://img.shields.io/static/v1?label=NEXTJS&message=16.0.1&color=000&logo=nextjs" alt="nextjs 16.0.1"/> </a> <a href="https://github.com/zeon-studio/commerceplate/blob/main/LICENSE"> <img src="https://img.shields.io/github/license/zeon-studio/commerceplate" alt="license"></a> <img src="https://img.shields.io/github/languages/code-size/zeon-studio/commerceplate" alt="code size"> <a href="https://github.com/zeon-studio/commerceplate/graphs/contributors"> <img src="https://img.shields.io/github/contributors/zeon-studio/commerceplate" alt="contributors"></a> </p> ## πŸ“Œ Key Features - 🌐 Dynamic Products from Shopify Storefront API - πŸ’Έ Checkout and Payments with Shopify - 🌞 Automatic Light/Dark Mode - πŸš€ Fetching and Caching Paradigms - πŸ”— Server Actions for Mutations - πŸ” User Authentication - 🧩 Similar Products Suggestions - πŸ” Search, Sort, Different Views Functionality - 🏷️ Tags & Categories & Vendors & Price Range & Product Variants Functionality - πŸ–ΌοΈ Single Product Image Zoom, Hover Effect, Slider - πŸ›’ Cart & Easy editing options for cart items - πŸ“ Product Description on Multiple Tabs - πŸ”— Netlify Setting Pre-configured - πŸ“ž Support Contact Form - πŸ“± Fully Responsive - πŸ”„ Dynamic Home Banner Slider - πŸ“ Write and Update Content in Markdown / MDX - βŒ› Infinite Product Load on Scrolling ### πŸ“„ 10+ Pre-designed Pages - 🏠 Homepage - πŸ‘€ About - πŸ“ž Contact - πŸ›οΈ Products - πŸ“¦ Product Single - πŸ’‘ Terms of services - πŸ“„ Privacy Policy - πŸ” Login - πŸ”‘ Register - 🚫 Custom 404 ## πŸš€ Getting Started ### πŸ“¦ Dependencies - shopify - next 16.0+ - node v20.10+ - npm v10.2+ - tailwind v4.1+ <!-- get Shopify storefront API access token--> ## πŸ›’ Retrieve Shopify Token & Add Demo Products > **Note:** Shopify has transitioned to the new **Headless Sales Channel** authentication system using Public/Private Access Tokens. The old "Private Apps" system is deprecated. Follow the steps below to get your tokens. ### Step 1: Create a Shopify Store - To get the tokens needed, create a Shopify partner account. ![Screenshot_1](https://raw.githubusercontent.com/tfmurad/images-shopify-commerce/refs/heads/main/1.png) - Now go to 'stores' and select 'Add store.' Create a development store using the option 'Create development store'. ![Screenshot_2](https://raw.githubusercontent.com/tfmurad/images-shopify-commerce/refs/heads/main/2.png) - Click on import products. ![Screenshot_3](https://raw.githubusercontent.com/tfmurad/images-shopify-commerce/refs/heads/main/3.png) - Locate the 'products' CSV file in the public folder of the repository and upload it for demo products. ![Screenshot_4](https://raw.githubusercontent.com/tfmurad/images-shopify-commerce/refs/heads/main/4.png) ### Step 2: Create a Headless Sales Channel (New Method) - On the admin dashboard, click on 'Settings' at the bottom of the left sidebar. ![Screenshot_5](https://raw.githubusercontent.com/tfmurad/images-shopify-commerce/refs/heads/main/5.png) - On the Settings page, click on 'Apps and sales channels' on the left sidebar. ![Screenshot_6](https://raw.githubusercontent.com/tfmurad/images-shopify-commerce/refs/heads/main/6.png) - Click on 'Shopify App Store' to browse apps. - Search for and install the **"Headless"** sales channel app (official Shopify app). - Once installed, open the Headless channel and click 'Create storefront'. - Give your storefront a name (e.g., "Next.js Storefront"). - Navigate to the 'API credentials' or 'Storefront API' tab to get your tokens: - **Private Access Token**: Used for server-side API calls (required) - **Public Access Token**: Used for client-side/browser queries (optional) - **Storefront API endpoint**: Your store domain (e.g., `your-store.myshopify.com`) ### Step 3: Configure Environment Variables - Copy `.env.example` to `.env` and fill in your credentials: ```bash SHOPIFY_STORE_DOMAIN="your-store.myshopify.com" SHOPIFY_STOREFRONT_PRIVATE_ACCESS_TOKEN="your-private-access-token" SHOPIFY_REVALIDATION_SECRET="your-revalidation-secret" # Optional, for webhooks ``` > **Migration from old system:** If you have existing `SHOPIFY_STOREFRONT_ACCESS_TOKEN` or `SHOPIFY_API_SECRET_KEY` values, they will continue to work. However, we recommend migrating to the new token format for better security. - When adding your product, use the same alt title for images with the same color. This helps the first image appear as the color variant in the selector. ![Screenshot_13](https://raw.githubusercontent.com/tfmurad/images-shopify-commerce/refs/heads/main/13.png) ![Screenshot_14](https://raw.githubusercontent.com/tfmurad/images-shopify-commerce/refs/heads/main/14.png) - We have the option to create additional collections for products. ![Screenshot_15](https://raw.githubusercontent.com/tfmurad/images-shopify-commerce/refs/heads/main/15.png) ## πŸš€ Setting Up the Hero Slider 1. Go to the file `/src/config/config.json` in your Shopify project and find the 'hero_slider' section. You’ll see something like this: ```json "shopify": { "currencySymbol": "ΰ§³", "currencyCode": "BDT", "collections": { "hero_slider": "hidden-homepage-carousel", "featured_products": "featured-products" } } ``` 2. Change the 'hero_slider' collection name to something of your choice. 3. Then, go to your Shopify Partner Dashboard, navigate to Products > Collections, and create a collection with the same name you set in the config file (e.g., 'hidden-homepage-carousel'). 4. Add the products you want to display in the hero slider to this collection. ### πŸ‘‰ Install Dependencies ```bash npm install ``` ### πŸ‘‰ Development Command ```bash npm run dev ``` ### πŸ‘‰ Build Command ```bash npm run build ``` <!-- reporting issue --> ## 🐞 Reporting Issues We use GitHub Issues as the official bug tracker for this Template. Please Search [existing issues](https://github.com/zeon-studio/commerceplate/issues). It’s possible someone has already reported the same problem. If your problem or idea has not been addressed yet, feel free to [open a new issue](https://github.com/zeon-studio/commerceplate/issues). <!-- licence --> ## πŸ“ License Copyright (c) 2023 - Present, Designed & Developed by [Zeon Studio](https://zeon.studio/) **Code License:** Released under the [MIT](https://github.com/zeon-studio/commerceplate/blob/main/LICENSE) license. **Image license:** The images are only for demonstration purposes. They have their license, we don't have permission to share those images. ## πŸ’» Need Custom Development Services? If you need a custom theme, theme customization, or complete website development services from scratch you can [Hire Us](https://zeon.studio/).

Frontend Templates E-commerce Platforms
278 Github Stars