{"id":26693601,"url":"https://github.com/replyke/topic-board","last_synced_at":"2025-03-26T18:19:42.197Z","repository":{"id":282900944,"uuid":"949842755","full_name":"replyke/topic-board","owner":"replyke","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-17T15:40:33.000Z","size":89,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T15:42:28.254Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/replyke.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-17T08:24:04.000Z","updated_at":"2025-03-17T15:40:37.000Z","dependencies_parsed_at":"2025-03-17T22:15:10.732Z","dependency_job_id":null,"html_url":"https://github.com/replyke/topic-board","commit_stats":null,"previous_names":["replyke/topic-board"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replyke%2Ftopic-board","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replyke%2Ftopic-board/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replyke%2Ftopic-board/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replyke%2Ftopic-board/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/replyke","download_url":"https://codeload.github.com/replyke/topic-board/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245708989,"owners_count":20659626,"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":"2025-03-26T18:19:41.608Z","updated_at":"2025-03-26T18:19:42.190Z","avatar_url":"https://github.com/replyke.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Replyke Forum Starter\n\n## Overview\nThis is a basic starter project for a multi-topic board/forum where users can post, vote, and comment on posts. It is built using [Replyke](https://replyke.com), allowing developers to quickly set up and customize a discussion platform for their needs.\n\n## Getting Started\nTo get this project running, follow the steps below:\n\n### 1. Create a Replyke Project\n1. Head over to [Replyke's Dashboard](https://dashboard.replyke.com).\n2. Create a new project.\n3. Copy the project ID and add it to your `.env` file:\n   ```sh\n   VITE_PUBLIC_REPLYKE_PROJECT_ID=your_project_id_here\n   ```\n\n### 2. Configure Authentication\nReplyke supports both built-in authentication and external user systems. This project relies on an external user system and, for simplicity, uses a mock array of users.\n\nTo make authentication work:\n1. Generate a **secret key** in the [Replyke Dashboard](https://dashboard.replyke.com).\n2. Add the key to your `.env` file:\n   ```sh\n   VITE_PUBLIC_REPLYKE_SECRET_KEY=your_secret_key_here\n   ```\n3. This project uses `useSignTestingJwt` to sign JWTs directly in the client. **This approach is for testing and development only.**\n\n### 3. Important Security Note\nFor production, **never sign JWTs in the client.**\n- Move the signing process to your server.\n- Rotate the secret key before moving to production, as any key used on the client is no longer secure.\n\n## Customization\nReplyke offers extensive customization. Developers can modify styles, integrate their own authentication system, or extend functionality to suit their brand and requirements.\n\nExplore [Replyke's Documentation](https://docs.replyke.com) to learn more about customization options.\n\n## License\nThis project is open for modification and customization. Ensure compliance with Replyke's terms of service when deploying.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freplyke%2Ftopic-board","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freplyke%2Ftopic-board","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freplyke%2Ftopic-board/lists"}