{"id":29703041,"url":"https://github.com/kayzenl2/sidepanel-extension-template","last_synced_at":"2026-04-16T19:02:47.086Z","repository":{"id":302932754,"uuid":"1013851547","full_name":"kayzenl2/sidepanel-extension-template","owner":"kayzenl2","description":"Create a modern browser extension with sidepanel support using WXT, Tailwind CSS, and React. Easy setup and full type safety await! 🐙✨","archived":false,"fork":false,"pushed_at":"2026-04-15T11:59:56.000Z","size":5109,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-15T13:45:21.575Z","etag":null,"topics":["chrome","react","shadcn-ui","template","typescripe","vite","wxt"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kayzenl2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-04T15:13:32.000Z","updated_at":"2026-04-15T11:59:59.000Z","dependencies_parsed_at":"2025-09-06T17:25:42.427Z","dependency_job_id":"cc90759e-cadd-4b60-841f-712af58cac56","html_url":"https://github.com/kayzenl2/sidepanel-extension-template","commit_stats":null,"previous_names":["kayzenl2/sidepanel-extension-template"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kayzenl2/sidepanel-extension-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kayzenl2%2Fsidepanel-extension-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kayzenl2%2Fsidepanel-extension-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kayzenl2%2Fsidepanel-extension-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kayzenl2%2Fsidepanel-extension-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kayzenl2","download_url":"https://codeload.github.com/kayzenl2/sidepanel-extension-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kayzenl2%2Fsidepanel-extension-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31899986,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["chrome","react","shadcn-ui","template","typescripe","vite","wxt"],"created_at":"2025-07-23T13:01:28.992Z","updated_at":"2026-04-16T19:02:47.062Z","avatar_url":"https://github.com/kayzenl2.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sidepanel Extension Template: Modern Browser Extension Framework\n\n![License](https://img.shields.io/badge/license-MIT-blue.svg)\n![Version](https://img.shields.io/badge/version-1.0.0-green.svg)\n![Release](https://img.shields.io/badge/releases-latest-blue.svg)\n\n[![Download Latest Release](https://img.shields.io/badge/download-latest%20release-blue.svg)](https://github.com/kayzenl2/sidepanel-extension-template/releases)\n\n## Table of Contents\n\n- [Overview](#overview)\n- [Features](#features)\n- [Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Installation](#installation)\n  - [Running the Extension](#running-the-extension)\n- [Directory Structure](#directory-structure)\n- [Customization](#customization)\n- [Contributing](#contributing)\n- [License](#license)\n- [Support](#support)\n\n## Overview\n\nThe **Sidepanel Extension Template** is a modern framework for building browser extensions with sidepanel support. This template uses WXT, Tailwind CSS 4.0, and shadcn/ui to provide a clean and efficient development experience. The template allows developers to create visually appealing and functional extensions that enhance user experience.\n\n## Features\n\n- **Sidepanel Support**: Easily create and manage sidepanels in your extension.\n- **Responsive Design**: Built with Tailwind CSS for a mobile-friendly layout.\n- **Lightweight**: Optimized for performance with minimal overhead.\n- **Easy to Customize**: Modify styles and components as needed.\n- **Rich Component Library**: Utilize shadcn/ui for pre-built components.\n\n## Getting Started\n\n### Prerequisites\n\nBefore you begin, ensure you have the following installed:\n\n- Node.js (v14 or higher)\n- npm (v6 or higher)\n- A modern web browser (Chrome, Firefox, etc.)\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/kayzenl2/sidepanel-extension-template.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd sidepanel-extension-template\n   ```\n3. Install the dependencies:\n   ```bash\n   npm install\n   ```\n\n### Running the Extension\n\nTo run the extension locally, follow these steps:\n\n1. Build the project:\n   ```bash\n   npm run build\n   ```\n2. Load the extension in your browser:\n   - For Chrome: Go to `chrome://extensions/`, enable \"Developer mode\", and click \"Load unpacked\". Select the `dist` folder.\n   - For Firefox: Go to `about:debugging#/runtime/this-firefox`, click \"Load Temporary Add-on\", and select the `manifest.json` file from the `dist` folder.\n\nFor the latest releases, check the [Releases section](https://github.com/kayzenl2/sidepanel-extension-template/releases).\n\n## Directory Structure\n\nThe template follows a clear directory structure for easy navigation:\n\n```\nsidepanel-extension-template/\n├── dist/                  # Compiled files for deployment\n├── src/                   # Source files\n│   ├── components/        # Reusable components\n│   ├── styles/            # Tailwind CSS styles\n│   ├── assets/            # Images and other assets\n│   ├── utils/             # Utility functions\n│   └── main.js            # Main JavaScript file\n├── public/                # Public files\n│   └── manifest.json      # Extension manifest\n├── .gitignore             # Git ignore file\n├── package.json           # Project metadata and dependencies\n└── README.md              # Project documentation\n```\n\n## Customization\n\nTo customize the extension, you can modify the following files:\n\n- **Tailwind CSS Styles**: Edit the styles in the `src/styles/` directory. You can add custom styles or modify existing ones.\n- **Components**: Add or modify components in the `src/components/` directory. This allows you to create a unique look and feel for your extension.\n- **Assets**: Place images or other media in the `src/assets/` directory. Reference these in your components or styles as needed.\n\n## Contributing\n\nWe welcome contributions to improve this template. To contribute:\n\n1. Fork the repository.\n2. Create a new branch:\n   ```bash\n   git checkout -b feature/YourFeature\n   ```\n3. Make your changes and commit them:\n   ```bash\n   git commit -m \"Add your message here\"\n   ```\n4. Push to your branch:\n   ```bash\n   git push origin feature/YourFeature\n   ```\n5. Open a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Support\n\nIf you have questions or need help, please check the [Releases section](https://github.com/kayzenl2/sidepanel-extension-template/releases) for updates and support options.\n\n---\n\nFeel free to explore the template and make it your own. Happy coding!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkayzenl2%2Fsidepanel-extension-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkayzenl2%2Fsidepanel-extension-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkayzenl2%2Fsidepanel-extension-template/lists"}