{"id":25045229,"url":"https://github.com/swina/whoobejs","last_synced_at":"2025-10-10T20:15:59.055Z","repository":{"id":37725076,"uuid":"382792500","full_name":"swina/whoobejs","owner":"swina","description":"Whoobe is a multi full static website builder and generator to create serverless, full static websites, ecommerce and landing pages without coding.","archived":false,"fork":false,"pushed_at":"2025-09-20T08:43:44.000Z","size":49985,"stargazers_count":10,"open_issues_count":63,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-10T20:15:55.261Z","etag":null,"topics":["feathersjs","full-static","nuxtjs","serverless","tailwindcss","vuejs","website-builder"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/swina.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-07-04T07:39:46.000Z","updated_at":"2024-10-26T23:33:51.000Z","dependencies_parsed_at":"2025-09-20T10:22:40.068Z","dependency_job_id":null,"html_url":"https://github.com/swina/whoobejs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/swina/whoobejs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swina%2Fwhoobejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swina%2Fwhoobejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swina%2Fwhoobejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swina%2Fwhoobejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swina","download_url":"https://codeload.github.com/swina/whoobejs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swina%2Fwhoobejs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005266,"owners_count":26083861,"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-10T02:00:06.843Z","response_time":62,"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":["feathersjs","full-static","nuxtjs","serverless","tailwindcss","vuejs","website-builder"],"created_at":"2025-02-06T05:32:52.874Z","updated_at":"2025-10-10T20:15:59.010Z","avatar_url":"https://github.com/swina.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Whoobe\n\n[https://whoobe.vercel.app](https://whoobe.vercel.app)\n\nWhoobe is \n\n- a visual blocks builder web app (**Whoobe Studio**) based on **VueJS** to create pages, templates, widgets, articles and manage all you assets, included the building/deploy process\n- a static website generator (**Whoobe Generator**) based on **NuxtJS** to create a full static landing page or even a website\n- a zero configuration headless CMS (**Whoobe Server**) based on **Feathersjs**\n\n\n## Documentation\n\n[Documentation](https://whoobe-docs.vercel.app)\n\n***Documentation is still not complete since current version can require major changes.*** \n\u003c!-- \n## Clone repo\n\n```\ngit clone https://github.com/swina/whoobejs.git\n```\n\n## Intall packages\n\n**Whoobe Server**\n\n```\ncd whoobejs/packages/whoobe-server\nyarn install\n```\n\n### Run the server\n\n```\nyarn dev\n```\n\n**Whoobe Studio**\n\n```\ncd whoobejs/packages/whoobe-studio\nyarn install\n```\n### Run Whoobe Studio\n\n```\nyarn serve\n```\n\nWhoobe Studio will run at [http://localhost:8080](http://localhost:8080)\n\n**Whoobe Generator**\n\n```\ncd whoobejs/packages/whoobe-nuxt\nyarn install\n```\n\n### Run Whoobe Generator\n\nDevelopment mode\n\n```\nyarn dev\n```\n\nProduction mode\n\n```\nyarn start\n```\n\n## Development Repos\n\nIf you have any problem with the above installation you can find the development repos here\n\n\n\n**Whoobe Server**\n```\nhttps://github.com/swina/whoobe-server-alpha\n```\n\n**Whoobe Studio**\n```\nhttps://github.com/swina/whoobe-studio-alpha-01\n```\n\n**Whoobe Generator**\n```\nhttps://github.com/swina/whoobe-nuxt\n```\n\n## Configuration\n\n**Whoobe Server**\n\nOpen ```./config/default.json``` file in the root of Whoobe Server (whoobe-server) check the configuration\n\n```\n{\n  \"host\": \"localhost\",\n  \"port\": 3030,\n  \"public\": \"../public/\",\n  \"uploads\": \"../public/uploads/\",\n  \"nuxt\" : \"../../whoobe-nuxt\",\n  \"articles_limit\" : 50,\n  \"paginate\": {\n    \"default\": 20,\n    \"max\": 300\n  },\n  \"images\" : {\n    \"options\" : {\n      \"quality\": 80,\n      \"alphaQuality\": 100,\n      \"nearLossless\": false,\n      \"smartSubsample\": true\n    },\n    \"format\" : \"webp\",\n    \"multiple\" : true,\n    \"sizes\" : [1024,640,320,150]\n  },\n  \"nedb\": \"../data\",\n  ...\n  ...\n```\n\nImportant configuration is the nuxt key. This represents the path to Whoobe Generator\n\n\n**Whoobe Studio**\n\nCreate a ```.env``` file in the root of Whoobe Studio folder with the following settings\n\n```\nVUE_APP_API_URL=http://localhost:3030/\nVUE_APP_LOCAL=true\nVUE_APP_FONT_FAMILIES=Asap+Condensed|Barlow+Condensed|Abel|Alice|Alegreya|Amethysta|Archivo+Black|Montserrat|Nunito+Sans|Open+Sans|Roboto|Roboto+Condensed|Quattrocento|Raleway|Lora|PT+Sans|Alfa+Slab+One\n```\n\n**Whoobe Generator**\n\nCreate a ```.env``` file in the root of Whoobe Generator (whoobe-nuxt) folder with the following settings\n\n```\nAPI_URL=http://localhost:3030/\nFULL_STATIC=true\nLOCAL_ASSETS=true\nRECAPTCHA=__your_recaptch_key__\nFONT_FAMILIES=Asap+Condensed|Barlow+Condensed|Abel|Alice|Alegreya|Amethysta|Archivo+Black|Montserrat|Nunito+Sans|Roboto|Quattrocento|Raleway|Lora|PT+Sans|Alfa+Slab+One\nSITE_EMAIL=swina.allen@gmail.com\nFORM_SENDER=__your_form_sender_url__\nFORM_CONFIRM=__your_form_sender_confirm_url\n```\n\nNormally this configuration is overwritten during the building process with your custom settings set in Whoobe Studio --\u003e\n\n\n## ToDo List\n\n- [ ] Complete full documentation\n- [ ] Create video instruction for Whoobe Studio\n- [ ] Create a unique installation (packages?)\n- [ ] Integrate Whoobe Server as Whoobe Generator middleware","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswina%2Fwhoobejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswina%2Fwhoobejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswina%2Fwhoobejs/lists"}