{"id":50826574,"url":"https://github.com/solveforceapp/ulrm","last_synced_at":"2026-06-13T19:35:41.270Z","repository":{"id":324353958,"uuid":"1096944123","full_name":"solveforceapp/ulrm","owner":"solveforceapp","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-21T00:12:37.000Z","size":69,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-13T19:35:39.727Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/solveforceapp.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-15T08:30:47.000Z","updated_at":"2025-11-21T00:12:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/solveforceapp/ulrm","commit_stats":null,"previous_names":["solveforceapp/ulrm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/solveforceapp/ulrm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solveforceapp%2Fulrm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solveforceapp%2Fulrm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solveforceapp%2Fulrm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solveforceapp%2Fulrm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solveforceapp","download_url":"https://codeload.github.com/solveforceapp/ulrm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solveforceapp%2Fulrm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34298247,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"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":[],"created_at":"2026-06-13T19:35:40.555Z","updated_at":"2026-06-13T19:35:41.263Z","avatar_url":"https://github.com/solveforceapp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ULRM Explorer\n\nA lightweight Next.js site that presents the ULRM+ (Universal Linguistic Resonance Machine) research notes as individual pages. The index page explains how to navigate the material, while each sub-page dives into a focused topic—in this case, Structural Coherence.\n\n## Getting Started\n\n1. Install dependencies:\n   ```bash\n   npm install\n   ```\n2. Start the development server:\n   ```bash\n   npm run dev\n   ```\n3. Open `http://localhost:3000` in your browser.\n\n## Deployment \u0026 DNS\n- Production traffic should use **https://ulrm.solveforce.com**.\n- The `public/CNAME` file ships with that hostname so static exports (e.g., GitHub Pages) retain the correct custom domain.\n- When deploying elsewhere (Vercel, Netlify, etc.), configure your DNS provider so the `ulrm.solveforce.com` record targets your hosting vendor and keep the `CNAME` file in place.\n\n## Cloud Build Deployment\n\nThis project includes Google Cloud Build configuration for automated builds and deployments.\n\n### Prerequisites\n- Google Cloud Platform account with a project created\n- Cloud Build API enabled\n- Container Registry API enabled (for Docker images)\n- gcloud CLI installed and authenticated\n\n### Building with Cloud Build\n\n1. **Submit a build manually:**\n   ```bash\n   gcloud builds submit --config cloudbuild.yaml .\n   ```\n\n2. **View build history:**\n   ```bash\n   gcloud builds list\n   ```\n\n3. **View build logs:**\n   ```bash\n   gcloud builds log [BUILD_ID]\n   ```\n\n### Docker Deployment\n\nThe project includes a Dockerfile for containerization. The Cloud Build configuration automatically:\n- Builds a Docker image\n- Pushes it to Google Container Registry (GCR)\n- Tags it with both the commit SHA and 'latest'\n\nTo run the Docker container locally:\n```bash\ndocker build -t ulrm .\ndocker run -p 3000:3000 ulrm\n```\n\n### Automated Builds\n\nYou can connect Cloud Build to your repository for automatic builds on push:\n\n1. Go to Cloud Build \u003e Triggers in Google Cloud Console\n2. Click \"Create Trigger\"\n3. Connect your repository\n4. Set the trigger to use `cloudbuild.yaml`\n5. Configure branch patterns (e.g., `^main$`)\n\n### Build Artifacts\n\nBuild artifacts are stored in Google Cloud Storage at:\n```\ngs://[PROJECT_ID]_cloudbuild/ulrm\n```\n\n## Available Pages\n- `/` – Index page describing the ULRM+ architecture and linking to each deep-dive page.\n- `/structural-coherence` – A full-page adaptation of the Structural Coherence modal that contrasts lawful ULRM+ structure with symbolic chaos.\n- `/structural-coherence-modal` – Interactive recreation of the floating knowledge capsule with open/close controls.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolveforceapp%2Fulrm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolveforceapp%2Fulrm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolveforceapp%2Fulrm/lists"}