{"id":29854958,"url":"https://github.com/ryosukedtomita/url-query-memo","last_synced_at":"2026-05-05T18:36:20.166Z","repository":{"id":305846069,"uuid":"1024038832","full_name":"RyosukeDTomita/url-query-memo","owner":"RyosukeDTomita","description":"A minimal memo app that saves your text in the URL query string.","archived":false,"fork":false,"pushed_at":"2025-07-22T09:55:23.000Z","size":318,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-22T10:29:14.772Z","etag":null,"topics":["nextjs","vibe-coding"],"latest_commit_sha":null,"homepage":"https://ryosukedtomita.github.io/url-query-memo/","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/RyosukeDTomita.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":"2025-07-22T05:18:40.000Z","updated_at":"2025-07-22T09:55:21.000Z","dependencies_parsed_at":"2025-07-22T10:29:16.463Z","dependency_job_id":"138e21d1-df3b-4dcf-af30-91e5778f7e78","html_url":"https://github.com/RyosukeDTomita/url-query-memo","commit_stats":null,"previous_names":["ryosukedtomita/url-query-memo"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/RyosukeDTomita/url-query-memo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyosukeDTomita%2Furl-query-memo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyosukeDTomita%2Furl-query-memo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyosukeDTomita%2Furl-query-memo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyosukeDTomita%2Furl-query-memo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RyosukeDTomita","download_url":"https://codeload.github.com/RyosukeDTomita/url-query-memo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyosukeDTomita%2Furl-query-memo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267771911,"owners_count":24142081,"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-07-29T02:00:12.549Z","response_time":2574,"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":["nextjs","vibe-coding"],"created_at":"2025-07-29T22:20:58.948Z","updated_at":"2025-10-25T21:03:45.119Z","avatar_url":"https://github.com/RyosukeDTomita.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# URLメモ\n\n![mit license](https://img.shields.io/github/license/RyosukeDTomita/url-query-memo)\n\n## INDEX\n\n- [ABOUT](#about)\n- [ENVIRONMENT](#environment)\n- [PREPARING](#preparing)\n- [HOW TO USE](#how-to-use)\n- [FEATURES](#features)\n\n---\n\n## ABOUT\n\nA minimal memo app that saves your text in the URL query string.\n\n- It works without a backend server\n- simply saving or sharing the URL\n- No need to register account.\n\nYou can synchronize memos across multiple devices or share them with other users.\n\nhttps://ryosukedtomita.github.io/url-query-memo\n\nURLのクエリ文字列にテキストを保存する、最小構成のメモアプリです。\n\n- バックエンドサーバーは不要\n- URLを保存・共有するだけで使えます\n- アカウント登録も不要\n\nメモは複数のデバイス間で同期したり、他のユーザーと共有したりできます。\n\n---\n\n## ENVIRONMENT\n\n- [Next.js](https://nextjs.org/) 15\n- TypeScript\n- Tailwind CSS\n- Jest + React Testing Library\n- GitHub Pages\n\n---\n\n## PREPARING\n\n### Local environment\n\n```shell\ncd url-query-memo/url-memo-app\nnpm install\n```\n\n```shell\nnpm run dev\n```\n\ngo to http://localhost:3000/url-query-memo\n\n\n### GitHub settings\n\n1. GitHub Pages --\u003e Build and deployment --\u003e SourceをGitHub Actionsに\n    ![github-pages](./assets/github-pages.png)\n2. Actions --\u003e Workflow permissions --\u003e Read and write permissions\n    ![github-actions](./assets/github-actions.png)\n\n### Deploy to GitHub Pages via GitHub Actions\n\n1. push to main branch\n2. go to https://ryosukedtomita.github.io/url-query-memo\n\n---\n\n## HOW TO USE\n\n1. Createing and Editing Memos\n    - Enter your memo in the text area.\n    - Changes are automatically reflected in the URL.\n2. Saving\n    - Click the \"Save as Bookmark\" button\n    - Follow the instructions to update your browser’s bookmark\n3. Sharing\n    - Click the \"Share\" button to copy the URL to your clipboard\n    - Send the URL to others to share your memo\n\n---\n\n## Security and Privacy\n\n⚠️ Important: Memo content is embedded in the URL. Please keep the following in mind:\n- Do not enter sensitive information such as passwords or personal data\n- Anyone with the URL can view the content, so be cautious when sharing\n- Your memo may remain in your browser’s history\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryosukedtomita%2Furl-query-memo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryosukedtomita%2Furl-query-memo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryosukedtomita%2Furl-query-memo/lists"}