{"id":25726815,"url":"https://github.com/ahmadzaid1/worldbuilder","last_synced_at":"2026-03-02T07:01:22.636Z","repository":{"id":267983022,"uuid":"902985646","full_name":"ahmadzaid1/WorldBuilder","owner":"ahmadzaid1","description":"Worldbuilding Site, a uni project. access at: ","archived":false,"fork":false,"pushed_at":"2025-01-04T16:55:13.000Z","size":6602,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T23:19:52.260Z","etag":null,"topics":["character-maker","name-generator","timeline-maker","worldbuilder","worldbuilding","writing"],"latest_commit_sha":null,"homepage":"https://world-builder.neocities.org/","language":"HTML","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/ahmadzaid1.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-12-13T17:20:51.000Z","updated_at":"2025-01-04T16:55:17.000Z","dependencies_parsed_at":"2024-12-13T17:45:23.881Z","dependency_job_id":"8281df45-ac41-473c-969f-16a07927b711","html_url":"https://github.com/ahmadzaid1/WorldBuilder","commit_stats":null,"previous_names":["ahmadzaid1/ahmadzaid1.github.io","ahmadzaid1/worldbuilder"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ahmadzaid1/WorldBuilder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadzaid1%2FWorldBuilder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadzaid1%2FWorldBuilder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadzaid1%2FWorldBuilder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadzaid1%2FWorldBuilder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahmadzaid1","download_url":"https://codeload.github.com/ahmadzaid1/WorldBuilder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadzaid1%2FWorldBuilder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29994618,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"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":["character-maker","name-generator","timeline-maker","worldbuilder","worldbuilding","writing"],"created_at":"2025-02-25T23:19:29.441Z","updated_at":"2026-03-02T07:01:22.619Z","avatar_url":"https://github.com/ahmadzaid1.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# World Building Site\n\n### Homepage\n\nI considered different color patterns for the site's theme, including:\n\n- **Cyberpunk Theme**  \n  ![Cyberpunk Theme](https://files.catbox.moe/lajs8a.png)\n  \n- **Minimalist Theme**  \n  ![Minimalist Theme](https://files.catbox.moe/uw8qg8.png)\n  \n- **Medieval Theme**  \n  ![Medieval Theme](https://files.catbox.moe/rx9qq5.png)\n\n#### After consideration, **the Medieval Theme** has been chosen, since it suits the whole worldbuilding thing.\n---\n\n### Header Section\n\n- **Main Title**: **W🌏rld Builder**  \n\n- A \"Contact Us\" button that redirects to the **Contact Us** page.\n\n---\n\n### Main Content Areas\n\n1. **Introduction Section**\n   - **Main Heading**: **Start Building Your World Today**\n   - An image created using [Krita](https://krita.org/en/).\n\n2. **Tool Sections** (3 main tools):  \n   Each tool section features:\n   - A **descriptive heading**.\n   - A **paragraph description** of the tool's purpose.\n   - A \"Get Started\" button linking to the respective tool.\n   - A **preview image** (e.g., the Character Card Maker preview was contributed by a friend).\n\n   The tools are:\n   - **Character Card Maker**\n   - **Timeline Maker**\n   - **Name Generator** **_([it doesn't work, download the SQLite database in the repo and configure your PHP to make it work](#setting-up-the-name-generator))._**\n\n3. **Reviews Section**\n   - **Section Title**: **What People Are Saying**  \n     _(A longer title adds emphasis.)_\n   - Includes **three review cards**:\n     - Two genuine reviews.\n     - An unfortunately fake one from Wes Anderson.\n\n---\n\n### Footer\n\n- **Copyright Notice**  \n  Clearly states ownership and copyright for the site.\n\n- A link to **Other Sites** for related or additional resources.\n---\n### Setting Up the Name Generator\n\nTo make the Name Generator work, you'll need to:\n\n1. **Download SQLite**:  \n   Download and install SQLite from [sqlite.org](https://www.sqlite.org/).\n\n2. **Install PHP SQLite Extension**:  \n   Ensure that the PHP SQLite extension is installed and enabled on your server.\n\n3. **Configure Database Path**:  \n   In the `nameGenerator.php` file, set the path to your SQLite database like so:\n\n   ```php\n   \u003c?php\n   // Path to your SQLite database file\n   $db_path = 'path_to_your_database.sqlite';\n\n   // Connect to SQLite database\n   $db = new SQLite3($db_path);\n   ?\u003e\n#### Sqlite is much more efficient compared to the bloat MySql\n---\n### Acknowledgments\n\nThanks to [Janelle Shane's DnD Characters GitHub Repository](https://github.com/janelleshane/DnD-characters) for inspiring character names used in this project.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmadzaid1%2Fworldbuilder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmadzaid1%2Fworldbuilder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmadzaid1%2Fworldbuilder/lists"}