{"id":15272409,"url":"https://github.com/krishanthisera/grender","last_synced_at":"2026-01-04T22:43:49.163Z","repository":{"id":206210992,"uuid":"711810196","full_name":"krishanthisera/grender","owner":"krishanthisera","description":"Grender is a web rendering service written in Go that leverages a headless Chrome browser to render and cache web pages. The application supports various backends, including AWS S3 and local file systems, for storing cached content.","archived":false,"fork":false,"pushed_at":"2023-11-20T08:58:30.000Z","size":38,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T19:28:28.456Z","etag":null,"topics":["aws","chrome","chrome-devtools","chromedp","gin","golang","prerender","prerendering","s3","seo"],"latest_commit_sha":null,"homepage":"","language":"Go","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/krishanthisera.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":"2023-10-30T08:13:45.000Z","updated_at":"2023-11-18T07:40:15.000Z","dependencies_parsed_at":"2024-06-21T15:41:09.931Z","dependency_job_id":"a3468e72-31ce-4e6f-ae72-96f7fee94144","html_url":"https://github.com/krishanthisera/grender","commit_stats":null,"previous_names":["krishanthisera/grender"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krishanthisera%2Fgrender","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krishanthisera%2Fgrender/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krishanthisera%2Fgrender/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krishanthisera%2Fgrender/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krishanthisera","download_url":"https://codeload.github.com/krishanthisera/grender/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244990069,"owners_count":20543614,"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":["aws","chrome","chrome-devtools","chromedp","gin","golang","prerender","prerendering","s3","seo"],"created_at":"2024-09-30T09:06:26.150Z","updated_at":"2026-01-04T22:43:49.118Z","avatar_url":"https://github.com/krishanthisera.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Grender - Web Page Renderer\n\n❗ **This project is in a very early stage of development.** ❗\n\nGrender is a web rendering service written in Go that leverages a headless Chrome browser to render and cache web pages. The application supports various backends, including AWS S3 and local file systems, for storing cached content.\n\n## Configuration\n\nThe server is configured using a `config.yaml` file. Here's an example:\n\n```yaml\nversion: v1\n# There are three modes: \"rendering\" and \"recaching\"\nmodes: \n  rendering: true\n  recaching: true\nrenderingConfig:\n  pageWaitTime: 10\n  pageWaitCondition: '(function() { return window.prerenderReady === true })()'\n  # requestHeaders:\n  #   - name: \"X-Grender-Request\"\n  #     value: \"1\"\nserver:\n  port: \"8080\"\n  responseHeaders:\n    - name: \"X-Prerender\"\n      value: \"1\"\nbackend:\n  fileSystem:\n    baseDir: \"./tmp\"\n  # s3:\n  #   bucketName: \"grender.io\"\n  #   region: \"ap-southeast-2\"\ninvalidate:\n  amqp:\n    uri: \"amqp://user:password@localhost:5672/\"\n    timeout: 10\n    queue: \"invalidate\" \n\n```\n\n## Running the Server\n\nTo run the server, use the following command:\n\n```bash\ngo run main.go\n```\n\nMake sure to have your config.yaml file in the same directory where you run this command.\n\n## Project Structure\n\nThe main components of the project are organized into packages:\n\n- **pilot:** Contains the main Grender application files, including configuration, rendering logic, and server setup.\n- **backend:** Provides interfaces and implementations for different backends, such as S3 and file systems.\n- **render:** Implements the rendering logic using a headless Chrome browser.\n\n## Dependencies\n\nGrender relies on third-party packages for AWS S3 integration, YAML parsing, and headless Chrome browser automation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrishanthisera%2Fgrender","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrishanthisera%2Fgrender","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrishanthisera%2Fgrender/lists"}