{"id":26522769,"url":"https://github.com/zkfriendly/direct","last_synced_at":"2026-04-15T18:02:38.783Z","repository":{"id":282548084,"uuid":"948945727","full_name":"zkfriendly/direct","owner":"zkfriendly","description":"P2P Messaging","archived":false,"fork":false,"pushed_at":"2025-03-15T10:21:38.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T11:24:50.725Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/zkfriendly.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":"2025-03-15T10:19:29.000Z","updated_at":"2025-03-15T10:21:41.000Z","dependencies_parsed_at":"2025-03-15T11:36:14.117Z","dependency_job_id":null,"html_url":"https://github.com/zkfriendly/direct","commit_stats":null,"previous_names":["zkfriendly/direct"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zkfriendly/direct","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkfriendly%2Fdirect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkfriendly%2Fdirect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkfriendly%2Fdirect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkfriendly%2Fdirect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zkfriendly","download_url":"https://codeload.github.com/zkfriendly/direct/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkfriendly%2Fdirect/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31853279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2025-03-21T13:50:24.123Z","updated_at":"2026-04-15T18:02:38.739Z","avatar_url":"https://github.com/zkfriendly.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Direct - Peer-to-Peer Messaging\n\nDirect is a decentralized messaging application that enables secure, private communication through peer-to-peer technology. Built on the Waku protocol, Direct eliminates the need for centralized servers, giving users full control over their messaging experience.\n\n## Features\n\n- [ ] **Truly Decentralized**: Messages are transmitted directly between peers without relying on central servers\n- [ ] **Privacy-Focused**: End-to-end encryption ensures your conversations remain private\n- [ ] **Censorship Resistant**: No central authority can block or control your communications\n- [ ] **Built on Waku**: Leverages the Waku protocol for reliable p2p message routing\n\n## Development Setup\n\nThis project is built with React, TypeScript, and Vite for a modern development experience.\n\n### Available Scripts\n\n- `npm run dev` - Start the development server with HMR\n- `npm run build` - Build for production\n- `npm run lint` - Run ESLint\n- `npm run preview` - Preview the production build locally\n\n## Expanding the ESLint configuration\n\nIf you are developing a production application, we recommend updating the configuration to enable type-aware lint rules:\n\n```js\nexport default tseslint.config({\n  extends: [\n    // Remove ...tseslint.configs.recommended and replace with this\n    ...tseslint.configs.recommendedTypeChecked,\n    // Alternatively, use this for stricter rules\n    ...tseslint.configs.strictTypeChecked,\n    // Optionally, add this for stylistic rules\n    ...tseslint.configs.stylisticTypeChecked,\n  ],\n  languageOptions: {\n    // other options...\n    parserOptions: {\n      project: ['./tsconfig.node.json', './tsconfig.app.json'],\n      tsconfigRootDir: import.meta.dirname,\n    },\n  },\n})\n```\n\nYou can also install [eslint-plugin-react-x](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-x) and [eslint-plugin-react-dom](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-dom) for React-specific lint rules:\n\n```js\n// eslint.config.js\nimport reactX from 'eslint-plugin-react-x'\nimport reactDom from 'eslint-plugin-react-dom'\n\nexport default tseslint.config({\n  plugins: {\n    // Add the react-x and react-dom plugins\n    'react-x': reactX,\n    'react-dom': reactDom,\n  },\n  rules: {\n    // other rules...\n    // Enable its recommended typescript rules\n    ...reactX.configs['recommended-typescript'].rules,\n    ...reactDom.configs.recommended.rules,\n  },\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzkfriendly%2Fdirect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzkfriendly%2Fdirect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzkfriendly%2Fdirect/lists"}