{"id":13533385,"url":"https://github.com/dabit3/write-with-me","last_synced_at":"2025-11-17T15:12:44.805Z","repository":{"id":49957339,"uuid":"178480978","full_name":"dabit3/write-with-me","owner":"dabit3","description":"Real-time Collaborative Markdown Editor ","archived":false,"fork":false,"pushed_at":"2021-06-07T22:42:05.000Z","size":12481,"stargazers_count":162,"open_issues_count":16,"forks_count":66,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-10-09T09:59:01.586Z","etag":null,"topics":["aws","aws-appsync","graphql","hooks","markdown","react","react-hooks","serverless"],"latest_commit_sha":null,"homepage":"https://writewithme.dev","language":"JavaScript","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/dabit3.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}},"created_at":"2019-03-29T22:03:18.000Z","updated_at":"2025-07-13T17:06:18.000Z","dependencies_parsed_at":"2022-08-30T03:10:59.427Z","dependency_job_id":null,"html_url":"https://github.com/dabit3/write-with-me","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dabit3/write-with-me","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dabit3%2Fwrite-with-me","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dabit3%2Fwrite-with-me/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dabit3%2Fwrite-with-me/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dabit3%2Fwrite-with-me/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dabit3","download_url":"https://codeload.github.com/dabit3/write-with-me/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dabit3%2Fwrite-with-me/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284904474,"owners_count":27082260,"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-11-17T02:00:06.431Z","response_time":55,"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":["aws","aws-appsync","graphql","hooks","markdown","react","react-hooks","serverless"],"created_at":"2024-08-01T07:01:19.372Z","updated_at":"2025-11-17T15:12:44.787Z","avatar_url":"https://github.com/dabit3.png","language":"JavaScript","funding_links":[],"categories":["Example Projects","JavaScript"],"sub_categories":["Other blogs \u0026 tutorials"],"readme":"# ✍️ Write with me\n\nA real-time collaborative blog post editor built with GraphQL, React, React Markdown, \u0026 AWS AppSync.\n\nThis repo goes along with the medium post \"How to Build a Real-time Collaborative Markdown Editor with React Hooks, GraphQL \u0026 AWS AppSync\". Click [here](https://medium.com/open-graphql/how-to-build-a-real-time-collaborative-markdown-editor-with-react-hooks-graphql-aws-appsync-dc0c121683f4) to check it out.\n\n\u003e Try it out at [www.writewithme.dev](https://www.writewithme.dev/#/)\n\n![](writewithme.gif)\n\n### Base schema\n\nHere's the base schema:\n\n```graphql\ntype Post @model {\n  id: ID!\n  clientId: ID!\n  markdown: String!\n  title: String!\n  createdAt: String\n}\n```\n\nWe have a `Post` type that has a few properties. The most important property is the markdown. This is where we are keeping up with the state of the post.\n\nWe also have a `clientId` to properly handle GraphQL subscriptions on the client.\n\n## Launching the app\n\nDeploy this fullstack app with a single click to the Amplify Console:\n\n[![amplifybutton](https://oneclick.amplifyapp.com/button.svg)](https://console.aws.amazon.com/amplify/home#/deploy?repo=https://github.com/dabit3/write-with-me)\n\n\n### Run locally with the Amplify CLI\n\n1. Clone the repo\n\n```sh\ngit clone https://github.com/dabit3/write-with-me.git\n```\n\n2. Change into the directory \u0026 install dependencies\n\n```sh\ncd write-with-me\n\nnpm install\n```\n\n3. Initialize the Amplify backend\n\n```sh\namplify init\n```\n\n4. Push the application into your account\n\n```sh\namplify push\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdabit3%2Fwrite-with-me","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdabit3%2Fwrite-with-me","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdabit3%2Fwrite-with-me/lists"}