{"id":34581894,"url":"https://github.com/ayscript/ai-ad-generation","last_synced_at":"2026-05-29T04:31:14.403Z","repository":{"id":280800540,"uuid":"943198858","full_name":"ayscript/ai-ad-generation","owner":"ayscript","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-05T17:27:07.000Z","size":2020,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-25T21:40:16.985Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ai-ad-generation.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/ayscript.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-05T10:18:58.000Z","updated_at":"2025-03-05T17:27:11.000Z","dependencies_parsed_at":"2025-03-06T15:42:05.448Z","dependency_job_id":null,"html_url":"https://github.com/ayscript/ai-ad-generation","commit_stats":null,"previous_names":["olaleyeag20/ai-ad-generation","ayscript/ai-ad-generation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ayscript/ai-ad-generation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayscript%2Fai-ad-generation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayscript%2Fai-ad-generation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayscript%2Fai-ad-generation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayscript%2Fai-ad-generation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayscript","download_url":"https://codeload.github.com/ayscript/ai-ad-generation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayscript%2Fai-ad-generation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33637485,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-12-24T10:08:36.705Z","updated_at":"2026-05-29T04:31:14.212Z","avatar_url":"https://github.com/ayscript.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI Ad Gen\n\nThis is the official README file for the AI Ads Gen Project using [Next.js](https://nextjs.org) bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).\n\n## Figma Design\n[View the Figma design here](https://www.figma.com/design/WQT88LFkfo65NqDHng2Kyd/New-AI-Ads-Gen?node-id=0-1\u0026p=f\u0026t=2jDnxBFVTgA56yiY-0)\n\n## Getting Started\nWe are making use of pnpm so if you are not familiar with it or haven't heard it before, chances are you don't have it installed\n\nInstall using:\n```bash\nnpm i -g pnpm\n```\n\nRun the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n### Form Validation\nFor the Newsletter section, a simple form validation should be implemented using react form hooks or zod\n\n### Design Implementation\nCreate PIXEL PERFECT DESIGNS, it can not be iterated enough!!\n\n## Team Instructions: Using Forks for Adgen-ai Frontend Development\nAs a team lead, I want to ensure our code meets high standards before merging to the main branch of the adgen-ai-frontend repository. Use forks and follow these steps to work on your issues, show your progress, and get my approval:\n\n### 1. Fork the Repository\nGo to the adgen-ai-frontend repository on GitHub (e.g., https://github.com/yourusername/adgen-ai-frontend).\n\nClick the Fork button in the top-right corner.\n\nChoose your personal GitHub account to create a fork (e.g., https://github.com/yourusername/adgen-ai-frontend).\n\n### 2. Clone Your Fork Locally\nOpen a terminal and clone your fork:\n```bash\n\ngit clone https://github.com/[your-username]/adgen-ai-frontend.git\ncd adgen-ai-frontend\n```\nAdd the upstream (main) repository as a remote to sync later:\n```bash\n\ngit remote add upstream https://github.com/[your-username]/adgen-ai-frontend.git\ngit fetch upstream\n```\n\n### 3. Create a Feature Branch in Your Fork\nFor your assigned issue (e.g., \"Implement Header with Navigation\"), create a branch from main:\n```bash\n\ngit checkout main\ngit pull upstream main\ngit checkout -b feature/header-navigation\n```\n\nName your branch descriptively (e.g., feature/your-issue-title).\n\n### 4. Develop Your Code\nWork on your component or section in this branch.\n\nUse Next.js, TypeScript, Shadcn UI, and Tailwind CSS as outlined in the issue.\n\nEnsure your code:\nMatches the Adgen-ai Figma design, make pixel perfect design\n\nUses TypeScript for type safety.\n\nLeverages Shadcn UI components (e.g., Button, Card) with Tailwind styling.\n\nIs responsive (works on mobile, tablet, desktop).\n\nFollows Next.js conventions (e.g., src/components/, src/pages/).\n\nTest locally with npm run dev and check for console errors.\n\n### 5. Commit and Push to Your Fork\nCommit frequently with clear messages:\n```bash\n\ngit add .\ngit commit -m \"feat(header): Implement navigation with logo and links\"\n```\n\nPush to your fork (not the main repo):\n```bash\n\ngit push origin feature/header-navigation\n```\n\n### 6. Create a Pull Request (PR) to the Main Repository\nGo to your fork on GitHub, click Pull requests → New pull request.\n\nSelect your branch (e.g., feature/header-navigation) and compare it with the main repo’s main branch (e.g., yourusername/adgen-ai-frontend:main).\n\nTitle the PR: \"feat: Implement Header with Navigation\" (match the issue title).\n\nIn the description, include:\nA link to the issue (e.g., #1 for Issue 1).\n\nA summary of changes (e.g., \"Added Header component with sticky navigation, responsive design, and Tailwind styling\").\n\nScreenshots or a Loom video showing the component in action (optional but helpful).\n\nSet the base repository to yourusername/adgen-ai-frontend and base branch to main.\n\nClick Create pull request.\n\n### 7. Notify Me for Review\nI’ll review the code, check the design match, and ensure it is good to go.\n\n\n### 8. Wait for My Approval\nI’ll review the PR, focusing on:\nCode quality (TypeScript, linting, formatting).\n\nGood commit messages [Check here to learn about writing good commit messages](https://www.freecodecamp.org/news/how-to-write-better-git-commit-messages/)\n\nDesign accuracy (Figma match, responsiveness).\n\nFunctionality (no errors, interactive states work).\n\nOnce approved, I’ll merge the PR into main.\n\n\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- [Tailwind Documentation](https://tailwindcss.com/docs/installation/using-vite)\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayscript%2Fai-ad-generation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayscript%2Fai-ad-generation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayscript%2Fai-ad-generation/lists"}