{"id":31897978,"url":"https://github.com/iagolirapasssos/aix-extensions-catalog","last_synced_at":"2026-07-21T20:34:29.974Z","repository":{"id":300673562,"uuid":"1006787872","full_name":"iagolirapasssos/AIX-Extensions-Catalog","owner":"iagolirapasssos","description":"A static, front-end application that aggregates and displays extension topics from multiple App Inventor-based communities. ","archived":false,"fork":false,"pushed_at":"2025-06-23T01:56:23.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-23T02:42:57.598Z","etag":null,"topics":["android-builder","kodular","kodular-extension","mit-appinventor2","nioton","niotron-extension"],"latest_commit_sha":null,"homepage":"https://iagolirapasssos.github.io/AIX-Extensions-Catalog/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iagolirapasssos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-06-23T01:51:33.000Z","updated_at":"2025-06-23T01:57:56.000Z","dependencies_parsed_at":"2025-06-23T02:42:59.114Z","dependency_job_id":"f91a5dce-6ed3-4661-9500-0ff4a13f0203","html_url":"https://github.com/iagolirapasssos/AIX-Extensions-Catalog","commit_stats":null,"previous_names":["iagolirapasssos/aix-extensions-catalog"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iagolirapasssos/AIX-Extensions-Catalog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iagolirapasssos%2FAIX-Extensions-Catalog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iagolirapasssos%2FAIX-Extensions-Catalog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iagolirapasssos%2FAIX-Extensions-Catalog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iagolirapasssos%2FAIX-Extensions-Catalog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iagolirapasssos","download_url":"https://codeload.github.com/iagolirapasssos/AIX-Extensions-Catalog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iagolirapasssos%2FAIX-Extensions-Catalog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014818,"owners_count":26085595,"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-10-13T02:00:06.723Z","response_time":61,"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":["android-builder","kodular","kodular-extension","mit-appinventor2","nioton","niotron-extension"],"created_at":"2025-10-13T11:49:54.591Z","updated_at":"2025-10-13T11:49:56.945Z","avatar_url":"https://github.com/iagolirapasssos.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AIX-Extensions-Catalog\n\nA static, front-end application that aggregates and displays extension topics from multiple App Inventor-based communities. Users can browse, search, and filter extensions from Kodular, MIT App Inventor, Niotron, and Android Builder—all without a custom back-end—using a simple GitHub Pages–hosted site with a CORS proxy.\n\n---\n\n## Table of Contents\n\n* [Features](#features)\n* [Demo](#demo)\n* [Getting Started](#getting-started)\n\n  * [Prerequisites](#prerequisites)\n  * [Installation](#installation)\n  * [Configuration](#configuration)\n* [Usage](#usage)\n* [Customization](#customization)\n* [Development](#development)\n* [Contributing](#contributing)\n* [License](#license)\n\n---\n\n## Features\n\n* **Multi-Community Support**\n  Fetches extension topics from Kodular, MIT App Inventor, Niotron, and Android Builder.\n* **Search \u0026 Filter**\n  Full-text search across selected communities; filter by community via dropdown.\n* **Language Switcher**\n  UI available in English, Portuguese, and Spanish; remembers your preference.\n* **Infinite Load**\n  “Load More” button to incrementally fetch additional topics.\n* **CORS Proxy**\n  Uses a public CORS proxy (AllOrigins) so you can host entirely static on GitHub Pages.\n* **Responsive Design**\n  Mobile-first, works seamlessly on desktop and phone.\n* **Lightweight \u0026 No Back-End**\n  Pure HTML/CSS/JavaScript—no server setup required beyond GitHub Pages.\n\n---\n\n## Demo\n\nLive demo:\n\n\u003e https\\://\u003cyour-github-username\u003e.github.io/\u003cyour-repo-name\u003e/\n\n---\n\n## Getting Started\n\n### Prerequisites\n\n* A modern browser (Chrome, Firefox, Safari, Edge)\n* GitHub account (to host via GitHub Pages)\n\n### Installation\n\n1. **Clone the repository**\n\n   ```bash\n   git clone https://github.com/iagolirapasssos/AIX-Extensions-Catalog.git\n   cd AIX-Extensions-Catalog\n   ```\n2. **Push to GitHub**\n\n   ```bash\n   git remote add origin https://github.com/iagolirapasssos/AIX-Extensions-Catalog.git\n   git push -u origin main\n   ```\n3. **Enable GitHub Pages**\n\n   * Go to **Settings → Pages**\n   * Under “Source,” select `main` branch and `/root` folder\n   * Save and wait for your site URL to appear\n\n---\n\n## Configuration\n\nAll configuration is client-side in `script.js` and `index.html`:\n\n* **Communities**\n  Edit the `communities` array in `script.js` to add, remove, or update community endpoints.\n* **Proxy URL**\n  By default, uses `https://api.allorigins.win/raw`. For more reliability, you can replace with another CORS-proxy service or your own.\n* **Translation Strings**\n  Modify the `translations` object in `script.js` to adjust UI text for supported languages.\n\n---\n\n## Usage\n\n1. Open the live site in your browser.\n2. Use the **language selector** to switch UI language.\n3. Use the **community selector** to choose which forum(s) to query.\n4. Enter keywords into the **search box** and click **Search** or press Enter.\n5. Browse extension cards; click **View Topic** to open the original forum thread.\n6. Click **Load More** to fetch additional items.\n\n---\n\n## Customization\n\n* **Styling**\n  Tweak `styles.css` to match your brand colors or adjust layout.\n* **Card Template**\n  In `script.js`, the `displayExtensions()` function builds each card—feel free to add new fields (e.g., author avatars, tags).\n* **Additional Languages**\n  To add a new language, extend `translations` and update the `\u003cselect id=\"language-select\"\u003e` in `index.html`.\n\n---\n\n## Development\n\nIf you wish to extend or debug the application:\n\n```bash\n# Clone the repo\ngit clone git@github.com:iagolirapasssos/AIX-Extensions-Catalog.git\ncd AIX-Extensions-Catalog\n\n# Open index.html directly in browser or serve locally\n# Example: using npm's \"serve\" package\nnpm install -g serve\nserve .\n```\n\n* Edit `script.js` and `styles.css` as needed.\n* Refresh your browser to see changes.\n\n---\n\n## Contributing\n\n1. Fork the repository.\n2. Create a feature branch: `git checkout -b feature/YourFeature`.\n3. Commit your changes: `git commit -m \"Add your feature\"`.\n4. Push to your fork: `git push origin feature/YourFeature`.\n5. Open a Pull Request against `main`.\n\nPlease follow conventional commits and include clear descriptions of your changes.\n\n---\n\n## License\n\nThis project is dedicated to the public domain under the [Creative Commons Zero v1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/) (CC0 1.0) license. You can copy, modify, distribute, and perform the work—even for commercial purposes—all without asking permission.\n\n---\n\n\u003e **By BosonsHiggs Team (Aril Ogai)**\n\u003e [https://github.com/iagolirapasssos/AIX-Extensions-Catalog](https://github.com/iagolirapasssos/AIX-Extensions-Catalog)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiagolirapasssos%2Faix-extensions-catalog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiagolirapasssos%2Faix-extensions-catalog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiagolirapasssos%2Faix-extensions-catalog/lists"}