{"id":21701252,"url":"https://github.com/thehadiahmadi/site-builder","last_synced_at":"2025-10-13T05:34:47.316Z","repository":{"id":251934241,"uuid":"834617582","full_name":"TheHadiAhmadi/site-builder","owner":"TheHadiAhmadi","description":"CMS \u0026 SiteBuilder Built with Node.js","archived":false,"fork":false,"pushed_at":"2024-12-13T15:38:16.000Z","size":9663,"stargazers_count":24,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T13:57:56.764Z","etag":null,"topics":["ai","artifical-intelligense","cms","code-generator","llm","nodejs","site-builder","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheHadiAhmadi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-07-27T20:26:25.000Z","updated_at":"2025-04-08T18:50:07.000Z","dependencies_parsed_at":"2024-08-26T14:36:23.032Z","dependency_job_id":"657a7c59-c965-4749-bddf-1128fca896ff","html_url":"https://github.com/TheHadiAhmadi/site-builder","commit_stats":null,"previous_names":["thehadiahmadi/site-builder"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheHadiAhmadi/site-builder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheHadiAhmadi%2Fsite-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheHadiAhmadi%2Fsite-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheHadiAhmadi%2Fsite-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheHadiAhmadi%2Fsite-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheHadiAhmadi","download_url":"https://codeload.github.com/TheHadiAhmadi/site-builder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheHadiAhmadi%2Fsite-builder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013705,"owners_count":26085393,"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-10-13T02:00:06.723Z","response_time":61,"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","artifical-intelligense","cms","code-generator","llm","nodejs","site-builder","tailwindcss"],"created_at":"2024-11-25T20:18:41.711Z","updated_at":"2025-10-13T05:34:47.281Z","avatar_url":"https://github.com/TheHadiAhmadi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **Site Builder**\n\n![Site Builder Logo](./public/images/logo-light.png)\n\n## **Overview**\n\n**Site Builder** is a project that enables users to create simple websites without any programming knowledge. Whether you're a beginner or a seasoned web designer, Site Builder simplifies the process of building, managing, and customizing your website through an easy-to-use drag-and-drop interface.\n\n## **Features**\n\n- **Drag-and-Drop Interface:** Create pages effortlessly using our intuitive drag-and-drop builder.\n- **Templates:** Choose from a variety of templates to kickstart your website.\n- **Page Management:** Create, update, and delete pages with ease.\n- **SEO Management:** Optimize your pages for search engines directly within the builder.\n- **Sections \u0026 Blocks:** Add, edit, and customize sections and blocks on your pages.\n- **AI-Assisted Module Creation:** Use AI to generate and update blocks.\n- **Dynamic Pages:** Create dynamic content-driven pages with ease.\n- **Collection Management:** Manage content collections and integrate them into your pages.\n\n## **Getting Started**\n\n### **0. Using npm script**\nTo create site using TailCMS without cloning the repository you can do this:\n```bash\nnpx tailcms@next init \u003cfolder\u003e\n```\nthe script will initialize a project and you can start working with it by running these commands:\n\n```bash\ncd \u003cfolder\u003e\nnpm install\nnpm start\n```\nNow the project should be available at http://localhost:3000\n\n### **1. Initial Setup**\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/TheHadiAhmadi/site-builder.git\n   cd site-builder\n   ```\n\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n3. Start the development server:\n   ```bash\n   npm start\n   ```\n\n4. Open your browser and navigate to `http://localhost:3000` to start building your site.\n\n### **2. Using Templates**\n\n- You can select a template during the setup process and customize it based on your needs.\n\n### **3. Creating and Managing Pages**\n- Pages sidebar item is dedicated to page management, you can create new page, edit and preview pages.\n- Each page can have one or more Sections\n- Each section can contain one or more Blocks.\n- Block is the TailwindCSS based template which supports props.\n- You can add or update Blocks from page editor using AI.\n\n### **4. AI-Assisted Features**\n\n- **Create Block:** Use AI to generate a new block.\n- **Update Block:** Update existing blocks using AI recommendations.\n- **Page SEO Helper:** You can generate SEO Tags for page using AI.\n\n### **5. Dynamic Pages and Collections**\n\n- **Dynamic Pages:** Create pages that automatically update based on dynamic content.\n- **Collections:** Manage content collections and integrate them into your pages.\n- **Use Collection in Blocks:** Set collection properties within block settings for dynamic content.\n\n## **Screenshots**\n\n![Page editing](/docs/screenshots/page-editing.png)\n![Page Settings](/docs/screenshots/page-settings.png)\n![Update Module with AI](/docs/screenshots/update-module-ai.png)\n![Data Table](/docs/screenshots/data-table.png)\n![Dark Mode](/docs/screenshots/dark-mode.png)\n\n## **Upcoming Features**\n- **Authentication**\n- **File Management**\n- **Content Sort**\n- **Content Pagination**\n\n## **Contributing**\n\nWe welcome contributions! Please read our [Contributing Guide](CONTRIBUTING.md) to learn about how you can get involved.\n\n## **License**\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.\n\n## **Contact**\n\nFor questions, suggestions, or support, please open an issue on GitHub or contact me at thehadiahmadi@gmail.com.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthehadiahmadi%2Fsite-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthehadiahmadi%2Fsite-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthehadiahmadi%2Fsite-builder/lists"}