{"id":24796108,"url":"https://github.com/nexeosai/r1chat","last_synced_at":"2026-02-19T10:31:45.255Z","repository":{"id":273769938,"uuid":"920822709","full_name":"NexeosAI/r1chat","owner":"NexeosAI","description":"Landing page with blog.","archived":false,"fork":false,"pushed_at":"2025-01-22T20:45:49.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-24T18:07:00.527Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/NexeosAI.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}},"created_at":"2025-01-22T20:41:15.000Z","updated_at":"2025-01-22T20:45:53.000Z","dependencies_parsed_at":"2025-01-22T21:29:58.074Z","dependency_job_id":"9dcb654b-3eaf-4459-816f-d5c702d579c5","html_url":"https://github.com/NexeosAI/r1chat","commit_stats":null,"previous_names":["nexeosai/r1chat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NexeosAI/r1chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NexeosAI%2Fr1chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NexeosAI%2Fr1chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NexeosAI%2Fr1chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NexeosAI%2Fr1chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NexeosAI","download_url":"https://codeload.github.com/NexeosAI/r1chat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NexeosAI%2Fr1chat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29609804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T06:47:36.664Z","status":"ssl_error","status_checked_at":"2026-02-19T06:45:47.551Z","response_time":117,"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-01-30T00:31:05.997Z","updated_at":"2026-02-19T10:31:45.233Z","avatar_url":"https://github.com/NexeosAI.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# R1 Chat\n\nA modern, responsive chat application featuring a comprehensive landing page with advanced features, SEO optimisation, and integrated advertising spaces.\n\n## Table of Contents\n- [Features](#features)\n- [Technical Stack](#technical-stack)\n- [Getting Started](#getting-started)\n- [Project Structure](#project-structure)\n- [Configuration](#configuration)\n- [Development](#development)\n- [Deployment](#deployment)\n\n## Features\n\n### Core Features\n- **Responsive Layout**\n  - Fully responsive design that adapts to all screen sizes\n  - Dark/light mode support with system preference detection\n  - Smooth transitions and animations\n  \n- **Interactive Elements**\n  - Animated CTA button linking to chat.deepseek.com\n  - Hover animations on interactive components\n  - Modern gradient backgrounds and card layouts\n\n### SEO Optimisation\n- **Meta Tags**\n  - Complete Open Graph integration\n  - Twitter Card support\n  - Custom meta descriptions and titles\n  \n- **Technical SEO**\n  - Semantic HTML structure\n  - Schema.org structured data implementation\n  - Automated sitemap.xml generation\n  - Configured robots.txt\n  - Proper heading hierarchy (h1-h6)\n\n### Blog Section\n- **Content Layout**\n  - Featured post with prominent display\n  - Responsive grid layout for regular posts\n  - Author information cards with avatars\n  - Publication dates with timeago support\n  \n- **Content Organisation**\n  - Category system with filtering\n  - Tag-based navigation\n  - Responsive image handling with lazy loading\n  - Integrated ad spaces with proper placement\n\n### Advertisement Integration\n- **Ad Placement System**\n  - Strategic ad space implementation\n  - Lazy loading using react-intersection-observer\n  - Responsive design adapting to screen sizes\n  - A/B testing support for ad placement optimisation\n\n## Technical Stack\n\n- **Frontend Framework**\n  - React 18.x\n  - TypeScript 5.x\n  - React Router 6.x for navigation\n  - React Helmet for SEO management\n\n- **Styling**\n  - Tailwind CSS for utility-first styling\n  - Custom theme configuration\n  - Dark mode implementation\n  - PostCSS for processing\n\n- **Development Tools**\n  - Vite for build tooling\n  - ESLint for code quality\n  - Prettier for code formatting\n  - Husky for git hooks\n\n## Getting Started\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/your-org/r1-chat.git\ncd r1-chat\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n3. Set up environment variables:\n```bash\ncp .env.example .env.local\n```\n\n4. Start the development server:\n```bash\nnpm run dev\n```\n\n## Project Structure\n\n```\nr1-chat/\n├── src/\n│   ├── components/\n│   ├── pages/\n│   ├── hooks/\n│   ├── utils/\n│   ├── styles/\n│   └── types/\n├── public/\n├── tests/\n└── config/\n```\n\n## Configuration\n\n### Environment Variables\n\n```env\nVITE_API_URL=your_api_url\nVITE_GA_TRACKING_ID=your_ga_id\nVITE_AD_CLIENT_ID=your_ad_client_id\n```\n\n### Tailwind Configuration\n\nThe project uses a custom Tailwind configuration. Modify `tailwind.config.js` to adjust:\n- Colour schemes\n- Typography\n- Breakpoints\n- Custom utilities\n\n## Development\n\n### Code Quality\n\n- Run linter:\n```bash\nnpm run lint\n```\n\n- Run tests:\n```bash\nnpm run test\n```\n\n- Format code:\n```bash\nnpm run format\n```\n\n### Building for Production\n\n```bash\nnpm run build\n```\n\n## Deployment\n\nThe application can be deployed to various platforms:\n\n1. Vercel (recommended):\n```bash\nvercel deploy\n```\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests.\n\n## Licence\n\nThis project is licensed under the MIT Licence - see the [LICENCE](LICENCE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnexeosai%2Fr1chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnexeosai%2Fr1chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnexeosai%2Fr1chat/lists"}