{"id":27148890,"url":"https://github.com/fisayo-dev/codebox_ai_assistant","last_synced_at":"2025-04-08T12:34:40.023Z","repository":{"id":285276126,"uuid":"957580144","full_name":"fisayo-dev/codebox_ai_assistant","owner":"fisayo-dev","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-05T22:01:03.000Z","size":658,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T23:17:57.681Z","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/fisayo-dev.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-03-30T18:00:08.000Z","updated_at":"2025-04-05T22:01:07.000Z","dependencies_parsed_at":"2025-03-30T19:27:04.090Z","dependency_job_id":"fed85411-d931-4fbd-9928-0165953a0bcb","html_url":"https://github.com/fisayo-dev/codebox_ai_assistant","commit_stats":null,"previous_names":["fisayo-dev/thanos_avenger_website","fisayo-dev/codebox_ai_assistant"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fisayo-dev%2Fcodebox_ai_assistant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fisayo-dev%2Fcodebox_ai_assistant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fisayo-dev%2Fcodebox_ai_assistant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fisayo-dev%2Fcodebox_ai_assistant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fisayo-dev","download_url":"https://codeload.github.com/fisayo-dev/codebox_ai_assistant/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247843847,"owners_count":21005523,"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-04-08T12:34:39.408Z","updated_at":"2025-04-08T12:34:40.013Z","avatar_url":"https://github.com/fisayo-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CodeBox\n\n**CodeBox** is an AI-powered coding assistant that supercharges your development workflow with real-time code suggestions, smart error detection, multi-language support, and more. Built with Next.js and TypeScript, CodeBox delivers a modern, responsive, and intuitive experience for developers. This project is submitted for the [Pulumi Hackathon](https://dev.to/devteam/announcing-the-pulumi-deploy-and-document-challenge-3000-in-prizes-887?) Static website category. and showcases industry-standard UI/UX and robust functionality. **This is jsut a website of a typical application. No backend involved**\n\n[![CodeBox App Image](./public/Codebox_bg_img.jpg)](https://codebox-ai-assistant.vercel.app/)\n---\n\n## Table of Contents\n\n- [Features](#features)\n- [Tech Stack](#tech-stack)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Project Structure](#project-structure)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact](#contact)\n\n---\n\n## Features\n\n- **AI-Powered Suggestions:** Get intelligent code suggestions in real time.\n- **Multi-Language Support:** Works with multiple programming languages and frameworks.\n- **Smart Error Detection:** Detect and fix common coding errors before runtime.\n- **Interactive Code Search:** Quickly search and navigate your codebase.\n- **Auto-Formatting:** Consistent code formatting with a single click.\n- **Chat with AI:** Ask coding questions and receive instant, helpful answers.\n- **Responsive Design:** A mobile-first approach ensuring a seamless experience across devices.\n- **Industry-Standard UI Components:** Built using shadcn/ui for a polished and consistent look.\n- **Animated Pricing Toggle:** Smooth, count-up animations for monthly and annual pricing plans.\n- **FAQ \u0026 Newsletter Sections:** Comprehensive information and subscription options for staying updated.\n\n---\n\n## Tech Stack\n\n- **Framework:** [Next.js](https://nextjs.org/)\n- **Language:** [TypeScript](https://www.typescriptlang.org/)\n- **Styling:** [Tailwind CSS](https://tailwindcss.com/)\n- **UI Components:** [shadcn/ui](https://ui.shadcn.com/)\n- **Icons:** [Lucide React](https://lucide.dev/)\n- **Animations:** [react-countup](https://www.npmjs.com/package/react-countup)\n- **Scrolling:** [react-scroll](https://www.npmjs.com/package/react-scroll)\n- **Deployment \u0026 Infrastructure:** [Pulumi](https://www.pulumi.com/) (for infrastructure as code in your hackathon project)\n\n---\n\n## Installation\n\n### Prerequisites\n\n- Node.js (v14 or above)\n- npm or yarn\n\n### Steps\n\n1. **Clone the Repository:**\n\n   ```bash\n   git clone https://github.com/fisayo-dev/codebox_ai_assistant\n   cd codebox_ai_assistant\n\n   ```\n\n2. **Install Dependencies:**\n\n   ```bash\n   npm install\n   # or\n   yarn install\n\n   ```\n\n3. **Setup Pulumi (if applicable):**\n   Follow the Pulumi Getting Started guide to configure your cloud provider and deploy infrastructure.\n4. **Run the Development Server:**\n\n   ```bash\n   npm run dev\n   # or\n   yarn dev\n\n   ```\n\n5. **Build for Production:**\n   ```bash\n   npm run build\n   npm start\n   # or\n   yarn build \u0026\u0026 yarn start\n   ```\n\n## Usage\n\n- **Home:** A landing page introducing CodeBox.\n- **Features:** Explore the key functionalities of CodeBox.\n- **Pricing:** Check out our flexible pricing plans with a dynamic toggle for monthly/annual pricing.\n- **FAQ:** Find answers to common questions about CodeBox.\n- **Newsletter:** Subscribe to receive the latest updates and insights.\n- **Footer:** Contains quick links and social media connections to stay engaged with CodeBox.\n\n## Project Stucture\n\n    ```bash\n    /codebox\n    ├── components\n    │   ├── Header.tsx\n    │   ├── Features.tsx\n    │   ├── Pricing.tsx\n    │   ├── Newsletter.tsx\n    │   ├── Faq.tsx\n    │   └── Footer.tsx\n    ├── pages\n    │   ├── index.tsx\n    │   └── _app.tsx\n    ├── public\n    ├── styles\n    │   └── globals.css\n    ├── pulumi (optional)\n    │   └── Pulumi.yaml\n    ├── package.json\n    └── README.md\n\n## Contributing\n\nContributions are welcome! Feel free to open issues or submit pull requests for any improvements or bug fixes. Please follow the standard [GitHub Flow](https://guides.github.com/introduction/flow/) for contributions.\n\n## Liscence\n\nThis project is licensed under the [MIT License](https://tlo.mit.edu/understand-ip/exploring-mit-open-source-license-comprehensive-guide).\n\n## Contact\n\nFor questions, feedback, or collaboration opportunities, please contact me, Fisayo Obadina at [olufisayobadina@gmail.com](mailto:olufisayobadina@gmail.com) or connect with me on [Twitter](https://x.com/fisayocoder).\n\n## Happing Coding 😎🚀\n\nThis README should provide a clear, detailed overview of your project, installation instructions, and tech stack details, making it ideal for hackathon submissions and professional presentations.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffisayo-dev%2Fcodebox_ai_assistant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffisayo-dev%2Fcodebox_ai_assistant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffisayo-dev%2Fcodebox_ai_assistant/lists"}