{"id":13767424,"url":"https://github.com/robertcedwards/Zurf-XMTP-OpenFrame","last_synced_at":"2025-05-10T22:31:50.928Z","repository":{"id":228883169,"uuid":"775175325","full_name":"robertcedwards/Zurf-XMTP-OpenFrame","owner":"robertcedwards","description":"Building an open frame compatible with XMTP","archived":false,"fork":false,"pushed_at":"2024-03-27T18:56:42.000Z","size":1522,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-07T18:08:25.273Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/robertcedwards.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-03-20T22:33:50.000Z","updated_at":"2024-05-13T12:17:28.000Z","dependencies_parsed_at":"2024-03-20T23:45:16.202Z","dependency_job_id":"4f5e093e-4eb4-4ef1-b720-fb871e740fc8","html_url":"https://github.com/robertcedwards/Zurf-XMTP-OpenFrame","commit_stats":null,"previous_names":["robertcedwards/zurf-xmtp-openframe"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertcedwards%2FZurf-XMTP-OpenFrame","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertcedwards%2FZurf-XMTP-OpenFrame/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertcedwards%2FZurf-XMTP-OpenFrame/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertcedwards%2FZurf-XMTP-OpenFrame/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertcedwards","download_url":"https://codeload.github.com/robertcedwards/Zurf-XMTP-OpenFrame/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253492529,"owners_count":21916959,"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","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-08-03T16:01:08.570Z","updated_at":"2025-05-10T22:31:48.853Z","avatar_url":"https://github.com/robertcedwards.png","language":"HTML","readme":"# Zurf Test Flight\nFind out more about Zurf.social, download the app on testflight\n\n![frame2](https://github.com/robertcedwards/Zurf-XMTP-OpenFrame/assets/139775/3184f776-c88f-4bc5-86f0-9668066dcd7b)\n\nLive URL: https://robertcedwards.github.io/Zurf-XMTP-OpenFrame/\n\n\n\nThis is the simplest form that a frame can have to validate on XMTP, Farcaster, Twitter, \u0026 FB.\n\nMost of the magic happens in the meta tags. These are the required for XMTP/Farcaster. The rest below in the example are for FB/Twitter\nYou need a minimum of 1 button, 3 max for FC, and it looks like 4 for XMTP.\nYou also need the \u003cmeta name=\"of:accepts:xmtp\" content=\"2024-02-01\" /\u003e for XMTP\n\nThis can even be served on Github Pages, just like this one!\n\n```\n\u003cmeta name=\"description\"/\u003e\n\u003cmeta name=\"fc:frame\" content=\"vNext\" /\u003e\n\u003cmeta name=\"fc:frame:image\"\n\u003cmeta name=\"fc:frame:button:1\"/\u003e\n\u003cmeta name=\"fc:frame:button:1:action\" content=\"link\" /\u003e\n\u003cmeta name=\"fc:frame:button:1:target\" content=\"LINK URL GOES HERE\" /\u003e\n\u003cmeta name=\"of:accepts:xmtp\" content=\"2024-02-01\" /\u003e\n```\n_______________________________________________________________________\n```\n \u003chead\u003e\n    \u003cmeta charSet=\"utf-8\" /\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\" /\u003e\n    \u003clink rel=\"preload\" as=\"image\" href=\"https://0xprimordia.github.io/framevertisment/1.gif?height=672\u0026width=1344\" /\u003e\n    \u003ctitle\u003eZurf 🏄‍♂️\u003c/title\u003e\n    \u003clink rel=\"icon\" href=\"/favicon.ico\" type=\"image/x-icon\" sizes=\"54x57\"/\u003e\n    \u003cmeta name=\"description\" content=\"🤍 Building the funniest web3 social app.\" /\u003e\n    \u003cmeta name=\"fc:frame\" content=\"vNext\" /\u003e\n    \u003cmeta name=\"fc:frame:image\" content=\"https://0xprimordia.github.io/framevertisment/1.gif?height=672\u0026width=1344\" /\u003e\n    \u003cmeta name=\"fc:frame:button:1\" content=\"🏄‍♂️ Download Zurf\" /\u003e\n    \u003cmeta name=\"fc:frame:button:1:action\" content=\"link\" /\u003e\n    \u003cmeta name=\"fc:frame:button:1:target\" content=\"https://testflight.apple.com/join/9vAjdPl7\" /\u003e\n    \u003cmeta name=\"fc:frame:button:2\" content=\"👨‍💻 Website\" /\u003e\n    \u003cmeta name=\"fc:frame:button:2:action\" content=\"link\" /\u003e\n    \u003cmeta name=\"fc:frame:button:2:target\" content=\"https://zurf.social/\" /\u003e\n    \u003cmeta name=\"fc:frame:button:3\" content=\"🌊 Wav3s\" /\u003e\n    \u003cmeta name=\"fc:frame:button:3:action\" content=\"link\" /\u003e\n    \u003cmeta name=\"fc:frame:button:3:target\" content=\"https://www.wav3s.app/\" /\u003e\n    \u003cmeta name=\"of:accepts:xmtp\" content=\"2024-02-01\" /\u003e\n    \u003cmeta property=\"og:title\" content=\"Zurf 🏄‍♂️\" /\u003e\n    \u003cmeta property=\"og:description\" content=\"🤍 Building the funniest web3 social app.\" /\u003e\n    \u003cmeta property=\"og:image\" content=\"https://0xprimordia.github.io/framevertisment/1.gif?height=672\u0026width=1344\" /\u003e\n    \u003cmeta name=\"twitter:card\" content=\"summary_large_image\" /\u003e\n\u003c/head\u003e\n```\n    \u003cmeta name=\"twitter:title\" content=\"Zurf 🏄‍♂️\" /\u003e\n    \u003cmeta name=\"twitter:description\" content=\"🤍 Building the funniest web3 social app.\" /\u003e\n    \u003cmeta name=\"twitter:image\" content=\"https://0xprimordia.github.io/framevertisment/1.gif?height=672\u0026width=1344\" /\u003e\n  \u003c/head\u003e\n","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertcedwards%2FZurf-XMTP-OpenFrame","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertcedwards%2FZurf-XMTP-OpenFrame","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertcedwards%2FZurf-XMTP-OpenFrame/lists"}