{"id":29169103,"url":"https://github.com/stormdotcom/friday-code-gpt","last_synced_at":"2025-07-01T11:09:32.971Z","repository":{"id":294071227,"uuid":"985901318","full_name":"stormdotcom/friday-code-gpt","owner":"stormdotcom","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-18T19:07:29.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-18T19:39:12.780Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/stormdotcom.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-05-18T18:52:03.000Z","updated_at":"2025-05-18T19:07:32.000Z","dependencies_parsed_at":"2025-05-18T19:49:26.635Z","dependency_job_id":null,"html_url":"https://github.com/stormdotcom/friday-code-gpt","commit_stats":null,"previous_names":["stormdotcom/friday-code-gpt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stormdotcom/friday-code-gpt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stormdotcom%2Ffriday-code-gpt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stormdotcom%2Ffriday-code-gpt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stormdotcom%2Ffriday-code-gpt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stormdotcom%2Ffriday-code-gpt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stormdotcom","download_url":"https://codeload.github.com/stormdotcom/friday-code-gpt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stormdotcom%2Ffriday-code-gpt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262950391,"owners_count":23389646,"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","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-01T11:09:31.797Z","updated_at":"2025-07-01T11:09:32.953Z","avatar_url":"https://github.com/stormdotcom.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ChatGPT for Coding\n\nA professional, production-ready web application that implements a ChatGPT-like interface specialized for coding assistance. Built with Next.js 14, TypeScript, React hooks, and styled with Tailwind CSS and shadcn UI components.\n\n## Features\n\n- **Threaded conversation interface** with syntax-highlighted code blocks\n- **Left sidebar navigation** with conversation management (new, rename, delete) \n- **Rich message rendering** with Markdown support and syntax highlighting for multiple languages\n- **File and image attachment support** with preview capabilities\n- **Input box** with character counter and file upload support\n- **Local storage persistence** for conversation history\n- **Responsive design** optimized for all device sizes\n- **Dark mode theme** with GPT's signature purple accents\n- **Accessibility features** including proper contrast ratios and keyboard navigation\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 18.x or later\n- npm or yarn\n\n### Installation\n\n1. Clone the repository:\n   ```\n   git clone https://github.com/yourusername/chatgpt-for-coding.git\n   cd chatgpt-for-coding\n   ```\n\n2. Install dependencies:\n   ```\n   npm install\n   ```\n\n3. Start the development server:\n   ```\n   npm run dev\n   ```\n\n4. Open [http://localhost:3000](http://localhost:3000) in your browser to see the application.\n\n## Project Structure\n\n- `/app` - Next.js app router pages and API routes\n- `/components` - React components organized by feature/function\n- `/context` - React context providers for state management\n- `/lib` - Utility functions, types, and mock data\n\n## Building for Production\n\n```\nnpm run build\n```\n\n## Deployment\n\nThis application is configured for static site export and can be deployed to any static hosting service like Vercel, Netlify, or GitHub Pages.\n\n## Backend API Integration\n\nThis application includes stub endpoints for file uploads. In a production environment, you would need to implement:\n\n1. A real file upload and storage service\n2. Authentication and user management\n3. Integration with an actual AI service (like OpenAI's API)\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstormdotcom%2Ffriday-code-gpt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstormdotcom%2Ffriday-code-gpt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstormdotcom%2Ffriday-code-gpt/lists"}