{"id":20228982,"url":"https://github.com/anongecko/dark","last_synced_at":"2025-03-03T13:21:23.108Z","repository":{"id":250310580,"uuid":"832770359","full_name":"anongecko/dark","owner":"anongecko","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-16T13:33:13.000Z","size":275405,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-13T23:44:55.006Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://dark-rosy.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/anongecko.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":"2024-07-23T17:31:53.000Z","updated_at":"2024-08-16T13:33:17.000Z","dependencies_parsed_at":"2024-11-14T13:01:38.547Z","dependency_job_id":null,"html_url":"https://github.com/anongecko/dark","commit_stats":null,"previous_names":["anongecko/dark"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anongecko%2Fdark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anongecko%2Fdark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anongecko%2Fdark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anongecko%2Fdark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anongecko","download_url":"https://codeload.github.com/anongecko/dark/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241670105,"owners_count":20000330,"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":"2024-11-14T07:33:49.348Z","updated_at":"2025-03-03T13:21:23.087Z","avatar_url":"https://github.com/anongecko.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DarkGPT - Cyber Security AI\n\nDarkGPT is a cutting-edge AI specializing in cyber security for various specific use cases. This repository contains the code for the DarkGPT website, built with Next.js, TypeScript, Tailwind CSS, and ShadCN UI components. The website features a modern, responsive design with a futuristic hero section, interactive benefits, capabilities, and more.\n\n## Table of Contents\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n- [File Structure](#file-structure)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Features\n- **Futuristic Hero Section**: A captivating introduction with a futuristic, elegant animation loop.\n- **Interactive Benefits Section**: Showcases the benefits of DarkGPT using modern, responsive card components.\n- **Capabilities**: Lists the key capabilities of DarkGPT with checkmarks.\n- **Responsive Design**: Ensures a great user experience on both desktop and mobile devices.\n- **Dark Theme**: A very dark theme suitable for cyber security applications.\n- **Newsletter Signup**: Allows users to submit their email addresses to join the newsletter.\n- **Dynamic Color Palette**: Uses a color palette generator to dynamically update the site's theme.\n\n## Installation\n\nFollow these steps to set up the project locally:\n\n1. **Clone the repository**:\n    ```bash\n    git clone https://github.com/yourusername/darkgpt.git\n    cd darkgpt\n    ```\n\n2. **Install dependencies**:\n    ```bash\n    yarn install\n    ```\n\n3. **Initialize ShadCN UI**:\n    ```bash\n    npx shadcn-ui@latest init\n    npx shadcn-ui@latest add button\n    ```\n\n4. **Run the development server**:\n    ```bash\n    yarn dev\n    ```\n\n5. **Visit the website**:\n    Open your browser and go to [http://localhost:3000](http://localhost:3000).\n\n## Usage\n\nTo use or modify the site, follow these guidelines:\n\n- **Modify Content**: Update the content in the `src/components` directory to reflect the latest information about DarkGPT.\n- **Change Base Color**: Use the color picker in the hero section to dynamically change the site's color palette.\n\n## File Structure\n\nHere is the structure of the most important files and directories:\n\n.\n├── public\n│ ├── favicon.ico\n│ ├── next.svg\n│ ├── vercel.svg\n├── src\n│ ├── components\n│ │ ├── AboutUs.tsx\n│ │ ├── Benefits.tsx\n│ │ ├── Capabilities.tsx\n│ │ ├── ContactUs.tsx\n│ │ ├── Footer.tsx\n│ │ ├── Header.tsx\n│ │ ├── HeroSection.tsx\n│ │ ├── MenuBar.tsx\n│ │ ├── Principles.tsx\n│ ├── pages\n│ │ ├── api\n│ │ │ ├── hello.ts\n│ │ ├── _app.tsx\n│ │ ├── _document.tsx\n│ │ ├── index.tsx\n│ │ ├── sign-in.tsx\n│ ├── styles\n│ │ ├── globals.css\n│ │ ├── tailwind.css\n│ ├── utils\n│ │ ├── palette.ts\n│ │ ├── ThemeGenerator.tsx\n├── .eslintrc.json\n├── .gitignore\n├── next.config.js\n├── package.json\n├── postcss.config.js\n├── README.md\n├── tailwind.config.js\n├── tsconfig.json\n├── yarn.lock\n\nasciidoc\nCopy\n\n## Contributing\n\nWe welcome contributions to improve DarkGPT. To contribute, follow these steps:\n\n1. **Fork the repository**.\n2. **Create a new branch**:\n    ```bash\n    git checkout -b feature/your-feature-name\n    ```\n3. **Make your changes**.\n4. **Commit your changes**:\n    ```bash\n    git commit -m 'Add some feature'\n    ```\n5. **Push to the branch**:\n    ```bash\n    git push origin feature/your-feature-name\n    ```\n6. **Open a pull request**.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.\n\n---\n\n### About\n\nDarkGPT leverages advanced AI techniques to provide unparalleled cyber security solutions. Explore our features and capabilities through this comprehensive website. [[1]](https://poe.com/citation?message_id=220877581364\u0026citation=1)[[2]](https://poe.com/citation?message_id=220877581364\u0026citation=2)[[3]](https://poe.com/citation?message_id=220877581364\u0026citation=3)[[4]](https://poe.com/citation?message_id=220877581364\u0026citation=4)[[5]](https://poe.com/citation?message_id=220877581364\u0026citation=5)[[6]](https://poe.com/citation?message_id=220877581364\u0026citation=6).\n\nFor more information, visit our [website](https://yourwebsite.com) or contact us at [contact@yourwebsite.com](mailto:contact@yourwebsite.com).\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanongecko%2Fdark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanongecko%2Fdark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanongecko%2Fdark/lists"}