{"id":30031179,"url":"https://github.com/daesdev/jsconf-cl","last_synced_at":"2025-08-06T19:26:08.187Z","repository":{"id":298239979,"uuid":"999308264","full_name":"daesdev/jsconf-cl","owner":"daesdev","description":"Unofficial landing page for JSConf Chile","archived":false,"fork":false,"pushed_at":"2025-06-11T20:14:27.000Z","size":1323,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-25T22:40:33.854Z","etag":null,"topics":["jsconf","jsconfcl","landing-page","unnoficial"],"latest_commit_sha":null,"homepage":"https://jsconf-chile.netlify.app/","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/daesdev.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-10T04:11:45.000Z","updated_at":"2025-06-12T01:03:26.000Z","dependencies_parsed_at":"2025-06-25T22:40:36.728Z","dependency_job_id":"a4826c1a-cbd1-45e2-a7a3-25017d515681","html_url":"https://github.com/daesdev/jsconf-cl","commit_stats":null,"previous_names":["darioesp/jsconf-cl","daesdev/jsconf-cl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daesdev/jsconf-cl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daesdev%2Fjsconf-cl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daesdev%2Fjsconf-cl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daesdev%2Fjsconf-cl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daesdev%2Fjsconf-cl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daesdev","download_url":"https://codeload.github.com/daesdev/jsconf-cl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daesdev%2Fjsconf-cl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269140935,"owners_count":24367290,"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-08-06T02:00:09.910Z","response_time":99,"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":["jsconf","jsconfcl","landing-page","unnoficial"],"created_at":"2025-08-06T19:26:07.262Z","updated_at":"2025-08-06T19:26:08.179Z","avatar_url":"https://github.com/daesdev.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSConf Chile 🇨🇱\n\n![JSConf Chile Preview](./public/preview.webp)\n\nJSConf Chile website built with modern web technologies, featuring a beautiful design and optimized performance.\n\n## 🚀 Tech Stack\n\n- **[Astro](https://astro.build/)** - Modern static site generator with partial hydration\n- **[TypeScript](https://www.typescriptlang.org/)** - Type-safe JavaScript development\n- **[Tailwind CSS](https://tailwindcss.com/)** - Utility-first CSS framework\n- **[Bun](https://bun.sh/)** - Fast JavaScript runtime and package manager\n\n## 🏗️ Architecture\n\nThis project follows **Atomic Design** principles for component organization:\n\n```\nsrc/components/\n├── atoms/          # Basic building blocks (buttons, inputs, etc.)\n├── molecules/      # Simple combinations of atoms\n├── organisms/      # Complex components made of molecules/atoms\n└── templates/      # Page-level components and layouts\n```\n\n## 🎨 Features\n\n- **Modern Design System** - Atomic Design architecture\n- **Performance Optimized** - Multiple image formats (AVIF, WebP, JPG)\n- **Responsive Gallery** - Dynamic masonry layout with hover effects\n- **Type Safety** - Full TypeScript integration\n- **Modern Fonts** - Custom Magra font family\n- **YouTube Integration** - Lite YouTube component for performance\n\n## 📦 Installation\n\n```bash\n# Install dependencies\nbun install\n\n# Start development server\nbun run dev\n\n# Build for production\nbun run build\n\n# Preview production build\nbun run preview\n```\n\n## 🎯 Project Structure\n\n```\n├── public/\n│   ├── preview.webp           # Preview image\n│   ├── fonts/                 # Custom fonts (Magra)\n│   └── jsconf/gallery/        # Event gallery images\n├── src/\n│   ├── components/\n│   │   ├── atoms/             # Basic components\n│   │   ├── molecules/         # Gallery, forms, etc.\n│   │   ├── organisms/         # Complex sections\n│   │   └── templates/         # Page templates\n│   ├── layouts/               # Page layouts\n│   ├── pages/                 # Astro pages\n│   └── styles/                # Global styles\n└── astro.config.mjs           # Astro configuration\n```\n\n## 🖼️ Image Optimization\n\nThe project uses multiple image formats for optimal performance:\n\n- **AVIF** - Modern format with best compression\n- **WebP** - Widely supported modern format\n- **JPG/PNG** - Fallback for older browsers\n\nGallery component automatically groups images by filename and serves the best format available.\n\n## 🎬 Components\n\n### Gallery Component\n\nDynamic masonry gallery with:\n\n- Automatic image grouping by filename\n- Multiple format support (AVIF, WebP, JPG)\n- Hover animations and effects\n- Responsive column layout\n\n### Picture Component\n\nOptimized image component with:\n\n- Automatic format selection\n- Lazy loading\n- Responsive sizing\n- Fallback support\n\n## 🚀 Development\n\n```bash\n# Run development server\nbun run dev\n\n# Access at http://localhost:4321\n```\n\n## 📝 License\n\n[MIT License](./LICENSE)\n\n---\n\nBuilt with ❤️ for the Darío Espinoza\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaesdev%2Fjsconf-cl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaesdev%2Fjsconf-cl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaesdev%2Fjsconf-cl/lists"}