{"id":19741633,"url":"https://github.com/hellomouse/board","last_synced_at":"2026-02-13T01:02:02.814Z","repository":{"id":183834456,"uuid":"667674386","full_name":"hellomouse/board","owner":"hellomouse","description":"A thing that's like Pinterest + notes app combined","archived":false,"fork":false,"pushed_at":"2024-05-25T04:21:36.000Z","size":5142,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-28T07:00:35.180Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Vue","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/hellomouse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-07-18T04:00:44.000Z","updated_at":"2024-05-14T21:16:43.000Z","dependencies_parsed_at":"2024-05-15T13:59:27.927Z","dependency_job_id":"58bcb00a-f925-49bb-8287-32a887ad7f0b","html_url":"https://github.com/hellomouse/board","commit_stats":null,"previous_names":["hellomouse/board"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hellomouse/board","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellomouse%2Fboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellomouse%2Fboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellomouse%2Fboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellomouse%2Fboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellomouse","download_url":"https://codeload.github.com/hellomouse/board/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellomouse%2Fboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271665128,"owners_count":24799301,"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-22T02:00:08.480Z","response_time":65,"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":[],"created_at":"2024-11-12T01:27:13.732Z","updated_at":"2026-02-13T01:02:02.774Z","avatar_url":"https://github.com/hellomouse.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003ch1\u003eHellomouse Apps\u003c/h1\u003e\n\u003cb\u003e🚧  This is currently under construction, features may change at any time 🚧\u003c/b\u003e\n\u003c/div\u003e\n\u003cbr\u003e\n\n![Preview](https://i.imgur.com/gc2EPGE.png)\n\nHellomouse Apps is an app suite for Hellomouse. Currently we have the following apps:\n- **Board:** A pinterest / notes app for archiving websites, images, or just your own ideas, under `/board`.\n   - Create boards and pins and share them with other users / the public\n   - Create pins with text formatting, checklists, images, or link previews\n   - Archive websites with a single click (save as HTML, PDF, special handling for some sites)\n- **Link:** A linktree clone with style support for hundreds of sites\n- **Docs:** Documentation for the app suite API under `/docs`\n- **Site:** Dashboard to view site archive tasks\n- **Music:** Music player with auto-download support for sites like Youtube, Bilibili, Soundcloud, etc...\n\n### Other Components\nThese will also need to be installed for the app to function.\n\n- **Backend server:** https://github.com/hellomouse/hellomouse-apps-api\n- **Site downloader service:** https://github.com/hellomouse/apps-site-service\n\n### Built With\n- [![https://img.shields.io/badge/nuxt.js-41b883?style=for-the-badge\u0026logo=nuxtdotjs\u0026logoColor=white](https://img.shields.io/badge/nuxt.js-41b883?style=for-the-badge\u0026logo=nuxtdotjs\u0026logoColor=white)](https://nuxt.com \"Nuxt.js\")\n- [![https://img.shields.io/badge/vue.js-34495E?style=for-the-badge\u0026logo=vuedotjs\u0026logoColor=white](https://img.shields.io/badge/vue.js-34495E?style=for-the-badge\u0026logo=vuedotjs\u0026logoColor=white)](https://vuejs.org/ \"Vue.js\")\n- ![Postgres](https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge\u0026logo=postgresql\u0026logoColor=white)\n- ![Rust](https://img.shields.io/badge/rust-%23000000.svg?style=for-the-badge\u0026logo=rust\u0026logoColor=white)\n- ![actix-web](https://img.shields.io/badge/actix_web-%23000000.svg?style=for-the-badge\u0026logo=rust\u0026logoColor=white)\n\n## Running\n\n### Setup\n\n```bash\nnpm install\n```\n\n### Development Server\n\nStart the development server on `http://localhost:3000`:\n\n```bash\nnpm run dev\n```\n\n### Production\n\nBuild the application for production and locally preview production build\n\n```bash\nnpm run build\nnpm run preview\n```\n\nCheck out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellomouse%2Fboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellomouse%2Fboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellomouse%2Fboard/lists"}