JSConf Chile website built with modern web technologies, featuring a beautiful design and optimized performance.
- Astro - Modern static site generator with partial hydration
- TypeScript - Type-safe JavaScript development
- Tailwind CSS - Utility-first CSS framework
- Bun - Fast JavaScript runtime and package manager
This project follows Atomic Design principles for component organization:
src/components/
βββ atoms/ # Basic building blocks (buttons, inputs, etc.)
βββ molecules/ # Simple combinations of atoms
βββ organisms/ # Complex components made of molecules/atoms
βββ templates/ # Page-level components and layouts
- Modern Design System - Atomic Design architecture
- Performance Optimized - Multiple image formats (AVIF, WebP, JPG)
- Responsive Gallery - Dynamic masonry layout with hover effects
- Type Safety - Full TypeScript integration
- Modern Fonts - Custom Magra font family
- YouTube Integration - Lite YouTube component for performance
# Install dependencies
bun install
# Start development server
bun run dev
# Build for production
bun run build
# Preview production build
bun run previewβββ public/
β βββ preview.webp # Preview image
β βββ fonts/ # Custom fonts (Magra)
β βββ jsconf/gallery/ # Event gallery images
βββ src/
β βββ components/
β β βββ atoms/ # Basic components
β β βββ molecules/ # Gallery, forms, etc.
β β βββ organisms/ # Complex sections
β β βββ templates/ # Page templates
β βββ layouts/ # Page layouts
β βββ pages/ # Astro pages
β βββ styles/ # Global styles
βββ astro.config.mjs # Astro configuration
The project uses multiple image formats for optimal performance:
- AVIF - Modern format with best compression
- WebP - Widely supported modern format
- JPG/PNG - Fallback for older browsers
Gallery component automatically groups images by filename and serves the best format available.
Dynamic masonry gallery with:
- Automatic image grouping by filename
- Multiple format support (AVIF, WebP, JPG)
- Hover animations and effects
- Responsive column layout
Optimized image component with:
- Automatic format selection
- Lazy loading
- Responsive sizing
- Fallback support
# Run development server
bun run dev
# Access at http://localhost:4321Built with β€οΈ for the DarΓo Espinoza
