{"id":30030546,"url":"https://github.com/prappo/wordpress-ai","last_synced_at":"2025-08-06T19:04:23.607Z","repository":{"id":307275398,"uuid":"1028371899","full_name":"prappo/wordpress-ai","owner":"prappo","description":"AI for WordPress Design \u0026 Development","archived":false,"fork":false,"pushed_at":"2025-07-29T12:44:06.000Z","size":6785,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-30T12:33:57.038Z","etag":null,"topics":["ai","wordpress","wordpress-development"],"latest_commit_sha":null,"homepage":"https://wpai.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prappo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-07-29T12:37:51.000Z","updated_at":"2025-07-29T13:00:59.000Z","dependencies_parsed_at":"2025-07-30T12:34:15.323Z","dependency_job_id":"e43e4ab4-2c35-499c-9e7d-3c9cd1c29fa4","html_url":"https://github.com/prappo/wordpress-ai","commit_stats":null,"previous_names":["prappo/wordpress-ai"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/prappo/wordpress-ai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prappo%2Fwordpress-ai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prappo%2Fwordpress-ai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prappo%2Fwordpress-ai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prappo%2Fwordpress-ai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prappo","download_url":"https://codeload.github.com/prappo/wordpress-ai/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prappo%2Fwordpress-ai/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269137309,"owners_count":24366554,"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","status":"online","status_checked_at":"2025-08-06T02:00:09.910Z","response_time":99,"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":["ai","wordpress","wordpress-development"],"created_at":"2025-08-06T19:01:49.292Z","updated_at":"2025-08-06T19:04:23.579Z","avatar_url":"https://github.com/prappo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n   \n# AI for WordPress, Design \u0026 Development\n   \nhttps://github.com/user-attachments/assets/27460f31-feba-4c66-8b96-80f6fbba6863\n\n\u003c/div\u003e\nThis is a modern development environment for WordPress that includes AI capabilities, built with Next.js and Supabase for backend services.\n\n## Prerequisites\n\nBefore you begin, make sure you have the following installed:\n\n- Node.js (version 20 or higher)\n- pnpm (recommended) or npm\n- Git\n\n## Local Development Setup\n\n1. **Clone the repository**\n\n   ```bash\n   git clone https://github.com/prappo/wordpress-ai\n   cd wordpress-ai\n   ```\n\n2. **Install dependencies**\n\n   ```bash\n   pnpm install\n   # or\n   npm install\n   ```\n\n3. **Environment Setup**\n   Create a `.env.local` file in the root directory with the following variables:\n\n   ```env\n   # Supabase Configuration\n   NEXT_PUBLIC_SUPABASE_URL=your_supabase_project_url\n   NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key\n   SUPABASE_SERVICE_ROLE_KEY=your_supabase_service_role_key\n\n   # OpenAI Configuration (if using AI features)\n   OPENAI_API_KEY=your_openai_api_key\n   ```\n\n4. **Start the development server**\n\n   ```bash\n   pnpm dev\n   # or\n   npm run dev\n   ```\n\n   The application will be available at `https://localhost:3000`\n\n## Vercel Deployment\n\n1. **Create a Vercel Account**\n\n   - Sign up at [vercel.com](https://vercel.com)\n   - Install the Vercel CLI: `npm i -g vercel`\n\n2. **Deploy to Vercel**\n\n   ```bash\n   vercel\n   ```\n\n3. **Environment Variables**\n   Add the following environment variables in your Vercel project settings:\n   - All the variables from your `.env.local` file\n\n## Payment Integration\n\nPayment integration has been removed from this project. The application now focuses on the core WordPress AI development features without payment processing.\n\n## Supabase Configuration\n\n1. **Create a Supabase Project**\n\n   - Sign up at [supabase.com](https://supabase.com)\n   - Create a new project\n   - Note down your project URL and API keys\n\n2. **Database Setup**\n   - Create necessary tables in your Supabase database\n   - Set up authentication if required\n   - Configure row level security (RLS) policies\n\n## Available Scripts\n\n- `pnpm dev` - Start development server\n- `pnpm build` - Build for production\n- `pnpm start` - Start production server\n- `pnpm lint` - Run ESLint\n- `pnpm lint:fix` - Fix ESLint errors\n- `pnpm prettier` - Format code with Prettier\n\n## Troubleshooting\n\n1. **HTTPS Issues in Development**\n\n   - The development server uses experimental HTTPS\n   - You might need to accept the self-signed certificate in your browser\n\n2. **General Issues**\n\n   - Check the browser console for any JavaScript errors\n   - Verify your environment variables are correctly set\n\n3. **Supabase Connection Issues**\n   - Verify your Supabase URL and API keys\n   - Check if your IP is allowed in Supabase dashboard\n   - Ensure your database tables are properly set up\n\n\n## License\n\nThis project is licensed under the terms of the license included in the repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprappo%2Fwordpress-ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprappo%2Fwordpress-ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprappo%2Fwordpress-ai/lists"}