{"id":23895270,"url":"https://github.com/Official-Krish/WebCraft-Website-that-makes-website","last_synced_at":"2025-09-10T03:31:03.090Z","repository":{"id":270139374,"uuid":"909441228","full_name":"Official-Krish/WebCraft-Website-that-makes-website","owner":"Official-Krish","description":"A modern web application that uses AI to generate beautiful, production-ready websites. Built with TypeScript, React, Node.js, and powered by Claude AI.","archived":false,"fork":false,"pushed_at":"2025-08-05T12:40:55.000Z","size":7214,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-05T14:37:57.165Z","etag":null,"topics":["ai","claude-api","nodejs","react","tailwind","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Official-Krish.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":"2024-12-28T17:59:45.000Z","updated_at":"2025-08-05T12:40:59.000Z","dependencies_parsed_at":"2025-01-24T12:21:44.816Z","dependency_job_id":"a5c47483-7124-48ca-add2-584cd616725b","html_url":"https://github.com/Official-Krish/WebCraft-Website-that-makes-website","commit_stats":null,"previous_names":["official-krish/bolt","official-krish/pixlr-website-that-makes-website","official-krish/webcraft-website-that-makes-website"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Official-Krish/WebCraft-Website-that-makes-website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Official-Krish%2FWebCraft-Website-that-makes-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Official-Krish%2FWebCraft-Website-that-makes-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Official-Krish%2FWebCraft-Website-that-makes-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Official-Krish%2FWebCraft-Website-that-makes-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Official-Krish","download_url":"https://codeload.github.com/Official-Krish/WebCraft-Website-that-makes-website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Official-Krish%2FWebCraft-Website-that-makes-website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274407330,"owners_count":25279267,"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-09-10T02:00:12.551Z","response_time":83,"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","claude-api","nodejs","react","tailwind","typescript"],"created_at":"2025-01-04T15:53:55.726Z","updated_at":"2025-09-10T03:31:03.079Z","avatar_url":"https://github.com/Official-Krish.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI Website Generator (Coming Soon)\n\nA modern web application that uses AI to generate beautiful, production-ready websites. Built with TypeScript, React, Node.js, and powered by Claude AI.\n\n## 🚀 Features\n\n- AI-powered website generation\n- Modern, responsive layouts\n- Pre-built templates for common use cases\n- Real-time preview\n- One-click deployment\n- Custom component library\n- Dark mode by default\n\n## 🛠️ Tech Stack\n\n- **Frontend:**\n  - React\n  - TypeScript\n  - Tailwind CSS\n  - shadcn/ui components\n  - React Router DOM\n  - Lucide Icons\n\n- **Backend:**\n  - Node.js\n  - Express\n  - Claude AI Integration\n\n- **Development Tools:**\n  - Vite\n  - ESLint\n  - Prettier\n  - PostCSS\n\n## 📦 Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/Official-Krish/WebCraft-Website-that-makes-website\ncd WebCraft-Website-that-makes-website\n```\n\n2. Install dependencies:\n```bash\ncd backend\npnpm install\n```\n\n```bash\ncd frontend\npnpm install\n```\n\n3. Create a `config.ts` file in the frontend root directory:\n```env\nBACKEND_URL=your_backend_url\n```\n\n4. Start the development server:\n```bash\ncd backend\npnpm run dev\n```\n\n```bash\ncd frontend\npnpm dev\n```\n\n## 🏗️ Project Structure\n\n```\nai-website-generator/\n├── src/\n│   ├── components/\n│   │   ├── ui/\n│   │   └── ...\n│   ├── pages/\n│   │   ├── Home.tsx\n│   │   └── ...\n│   ├── lib/\n│   │   └── utils.ts\n│   ├── styles/\n│   │   └── globals.css\n│   └── App.tsx\n├── public/\n├── server/\n│   ├── routes/\n│   └── index.ts\n└── package.json\n```\n\n## 🔧 Configuration\n\n### Tailwind Configuration\n\nThe project uses Tailwind CSS with a custom configuration:\n\n```javascript\n// tailwind.config.js\nmodule.exports = {\n  darkMode: 'class',\n  content: [\n    './src/**/*.{js,jsx,ts,tsx}',\n  ],\n  theme: {\n    extend: {\n      // Custom theme extensions\n    }\n  },\n  plugins: []\n}\n```\n\n### Environment Variables\n\nRequired environment variables:\n\n- `BACKEND_URL`: Backend API URL\n- `CLAUDE_API_KEY`: API key for Claude AI integration\n\n## 🚀 Deployment\n\n1. Build the project:\n```bash\npnpm run build\n```\n\n2. Preview the build:\n```bash\npnpm run preview\n```\n\n3. Deploy to your preferred platform (Vercel, Netlify, etc.)\n\n\n## 📝 Scripts\n\n- `pnpm run dev`: Start development server\n- `pnpm run build`: Build for production\n- `pnpm run preview`: Preview production build\n- `pnpm run lint`: Lint code\n- `pnpm run format`: Format code with Prettier\n- `pnpm run typecheck`: Check TypeScript types\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Acknowledgments\n\n- [Claude AI](https://anthropic.com) for AI integration\n- [shadcn/ui](https://ui.shadcn.com) for UI components\n- [Tailwind CSS](https://tailwindcss.com) for styling\n- [React](https://reactjs.org) for the frontend framework\n- [TypeScript](https://www.typescriptlang.org) for type safety\n\n## 📞 Support\n\nFor support, please email Krishanand974@gmail.com.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOfficial-Krish%2FWebCraft-Website-that-makes-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FOfficial-Krish%2FWebCraft-Website-that-makes-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOfficial-Krish%2FWebCraft-Website-that-makes-website/lists"}