{"id":29703254,"url":"https://github.com/theartificialdev/y-be","last_synced_at":"2026-02-17T03:02:59.576Z","repository":{"id":303986652,"uuid":"1017407992","full_name":"TheArtificialDev/y-be","owner":"TheArtificialDev","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-12T17:35:13.000Z","size":4345,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-10T11:07:51.304Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://y-be.vercel.app","language":"TypeScript","has_issues":true,"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/TheArtificialDev.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}},"created_at":"2025-07-10T13:40:13.000Z","updated_at":"2025-08-12T17:35:16.000Z","dependencies_parsed_at":"2025-08-01T09:28:31.499Z","dependency_job_id":null,"html_url":"https://github.com/TheArtificialDev/y-be","commit_stats":null,"previous_names":["theartificialdev/y-be"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheArtificialDev/y-be","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheArtificialDev%2Fy-be","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheArtificialDev%2Fy-be/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheArtificialDev%2Fy-be/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheArtificialDev%2Fy-be/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheArtificialDev","download_url":"https://codeload.github.com/TheArtificialDev/y-be/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheArtificialDev%2Fy-be/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29532421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T03:01:11.216Z","status":"ssl_error","status_checked_at":"2026-02-17T03:00:31.803Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2025-07-23T13:38:20.211Z","updated_at":"2026-02-17T03:02:59.526Z","avatar_url":"https://github.com/TheArtificialDev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Y-Be Homepage Documentation\n\n## Project Overview\nThis is the official homepage for Y-Be, a data-driven web development agency that engineers competitive advantages through strategic web solutions.\n\n## Architecture\n- **Framework**: Next.js 14 with App Router\n- **Styling**: Tailwind CSS with custom Y-Be design system\n- **Performance**: Optimized for Core Web Vitals\n- **SEO**: Comprehensive SEO optimization with structured data\n\n## Design System\n### Colors\n- Primary Navy: `#0F1419` (yb-navy-dark)\n- Navy: `#1A2332` (yb-navy)\n- Light Navy: `#2D3A4E` (yb-navy-light)\n- Beige: `#D9BBA4` (yb-beige)\n- Beige Light: `#E8D5C4` (yb-beige-light)\n- Beige Dark: `#C4A485` (yb-beige-dark)\n\n### Typography\n- **Headings**: Playfair Display (serif)\n- **Body**: Inter (sans-serif)\n- **Fallbacks**: Geist Sans, Geist Mono\n\n### Components\n- **Buttons**: Primary, Secondary, Outline variants\n- **Cards**: Multiple variants with hover effects\n- **Navigation**: Responsive with mobile menu\n- **Sections**: Consistent spacing and backgrounds\n\n## Pages Structure\n- **Home** (`/`): Main landing page with hero, features, and CTA\n- **Our Process** (`/our-process`): Detailed process explanation\n- **Case Studies** (`/case-studies`): Client success stories\n- **Getting Started** (`/getting-started`): Lead generation form\n\n## Performance Features\n- Image optimization with Next.js Image component\n- Bundle analysis with @next/bundle-analyzer\n- Performance monitoring component\n- Lazy loading for optimal loading times\n\n## SEO Features\n- Dynamic metadata generation\n- Structured data (JSON-LD)\n- Sitemap generation\n- Robots.txt configuration\n- Open Graph and Twitter Card optimization\n\n## Development\n```bash\n# Install dependencies\nnpm install\n\n# Run development server\nnpm run dev\n\n# Build for production\nnpm run build\n\n# Run production build\nnpm start\n\n# Analyze bundle\nnpm run analyze\n```\n\n## Deployment\nThe site is optimized for Vercel deployment with automatic builds and performance monitoring.\n\n## Key Features Implemented\n✅ Responsive design with mobile-first approach\n✅ Square box styling for non-home pages\n✅ Deep blue navbar with no transparency\n✅ Logo integration with optimized Image component\n✅ Favicon and app icons\n✅ Performance optimization\n✅ SEO optimization\n✅ Analytics integration\n✅ Accessibility compliance\n│   ├── page.tsx            # Home page\n│   ├── our-process/\n│   │   └── page.tsx        # Our Process page\n│   ├── case-studies/\n│   │   └── page.tsx        # Case Studies page\n│   └── getting-started/\n│       └── page.tsx        # Getting Started page\n└── components/\n    └── Navigation.tsx      # Navigation component\n```\n\n## Development\n\nThe project is set up with:\n- ESLint for code linting\n- TypeScript for type checking\n- Tailwind CSS for utility-first styling\n- Responsive design patterns\n\n## Deployment\n\nThis project is ready to be deployed on Vercel, Netlify, or any other platform that supports Next.js applications.\n\n```bash\nnpm run build\n```\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheartificialdev%2Fy-be","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheartificialdev%2Fy-be","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheartificialdev%2Fy-be/lists"}