{"id":24488412,"url":"https://github.com/sofvanh/mindmeld","last_synced_at":"2025-05-08T00:54:43.951Z","repository":{"id":258630000,"uuid":"855712975","full_name":"sofvanh/MindMeld","owner":"sofvanh","description":"AI-assisted group deliberation","archived":false,"fork":false,"pushed_at":"2025-05-07T16:53:32.000Z","size":1063,"stargazers_count":3,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-08T00:54:37.711Z","etag":null,"topics":["collective-intelligence","deliberation"],"latest_commit_sha":null,"homepage":"https://nexus-tool.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sofvanh.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":"2024-09-11T10:43:48.000Z","updated_at":"2025-04-12T11:36:36.000Z","dependencies_parsed_at":"2024-10-28T16:21:29.317Z","dependency_job_id":"c65783f0-d6d2-4c64-bfc8-b227fb50f753","html_url":"https://github.com/sofvanh/MindMeld","commit_stats":null,"previous_names":["sofvanh/mindmeld"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofvanh%2FMindMeld","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofvanh%2FMindMeld/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofvanh%2FMindMeld/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofvanh%2FMindMeld/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sofvanh","download_url":"https://codeload.github.com/sofvanh/MindMeld/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252978738,"owners_count":21834915,"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":["collective-intelligence","deliberation"],"created_at":"2025-01-21T16:19:32.408Z","updated_at":"2025-05-08T00:54:43.923Z","avatar_url":"https://github.com/sofvanh.png","language":"TypeScript","readme":"# Nexus (formerly MindMeld)\n\n\u003e **Note**: We're in the process of renaming the project from MindMeld to Nexus. Some parts of the codebase and documentation still use the old name.\n\nNexus is a full-stack application designed to facilitate group deliberation using AI. It draws inspiration from platforms like [Polis](https://pol.is/home) and [Community Notes by X](https://www.lesswrong.com/posts/sx9wTyCp5kgy8xGac/community-notes-by-x). You can access the deployment [here](https://nexus-tool.com).\n\n## Development Setup\n\n1. **Install Dependencies**\n   ```bash\n   npm run install:all  # Installs both frontend and backend dependencies\n   ```\n\n2. **Environment Variables**\n   - Frontend (`.env` in frontend/):\n     - `REACT_APP_OAUTH_CLIENT_ID`: Google OAuth client ID\n     - `REACT_APP_BACKEND_URL`: Defaults to http://localhost:3001; Has to be set for production\n\n   - Backend (`.env` in backend/):\n     - `DB_USER`: Database username\n     - `DB_HOST`: Database host\n     - `DB_NAME`: Database name\n     - `DB_PASSWORD`: Database password\n     - `OPENAI_API_KEY`: OpenAI API key\n     - `GOOGLE_CLIENT_ID`: Google OAuth client ID (same as frontend)\n\n3. **Run Development Servers**\n   ```bash\n   npm run dev  # Starts both frontend (port 3000) and backend (port 3001)\n   ```\n\nFor detailed commands related to individual frontend or backend tasks, refer to the `package.json` files in their respective directories.\n\n## Design\n\nThe branding and design system documentation can be found at `/design`. You can view it live [here](https://nexus-tool.com/design).\n\n## Deployment\n\n- **Frontend**: Automatically deployed to Netlify\n- **Backend**: Automatically deployed to Google Cloud Run via GitHub Actions\n\n## Docker Development\n\nBuild and run the development container:\n```bash\ncd backend\ndocker build -f Dockerfile.dev -t mindmeld-backend-dev .\ndocker run -p 3001:3001 -v $(pwd):/app mindmeld-backend-dev\n```\n\n## Useful Commands\n\nView Cloud Run logs:\n```bash\ngcloud run services logs read mindmeld --project=mindmeld-backend\n```\n\nList container images:\n```bash\ngcloud container images list\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsofvanh%2Fmindmeld","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsofvanh%2Fmindmeld","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsofvanh%2Fmindmeld/lists"}