{"id":41233975,"url":"https://github.com/hyperpolymath/saur-ssg","last_synced_at":"2026-01-23T01:00:10.665Z","repository":{"id":329620819,"uuid":"1117208624","full_name":"hyperpolymath/saur-ssg","owner":"hyperpolymath","description":"Prehistoric Deno-based static site generator. Big ideas from ancient paradigms.","archived":false,"fork":false,"pushed_at":"2026-01-18T14:03:30.000Z","size":167,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-18T20:58:37.459Z","etag":null,"topics":["content-tools","hyperpolymath","palimpsest","poly-ssg","publishing","rsr","ssg","static-site","static-site-generator","templates","themes","websites","websites-and-cms"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyperpolymath.png","metadata":{"files":{"readme":"README.adoc","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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},"funding":{"github":"hyperpolymath","ko_fi":"hyperpolymath","liberapay":"hyperpolymath"}},"created_at":"2025-12-16T01:45:09.000Z","updated_at":"2026-01-18T14:03:33.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hyperpolymath/saur-ssg","commit_stats":null,"previous_names":["hyperpolymath/saur-ssg"],"tags_count":0,"template":false,"template_full_name":"hyperpolymath/template-repo","purl":"pkg:github/hyperpolymath/saur-ssg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperpolymath%2Fsaur-ssg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperpolymath%2Fsaur-ssg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperpolymath%2Fsaur-ssg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperpolymath%2Fsaur-ssg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperpolymath","download_url":"https://codeload.github.com/hyperpolymath/saur-ssg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperpolymath%2Fsaur-ssg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28676436,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T20:48:19.482Z","status":"ssl_error","status_checked_at":"2026-01-22T20:48:14.968Z","response_time":144,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["content-tools","hyperpolymath","palimpsest","poly-ssg","publishing","rsr","ssg","static-site","static-site-generator","templates","themes","websites","websites-and-cms"],"created_at":"2026-01-23T01:00:09.573Z","updated_at":"2026-01-23T01:00:10.621Z","avatar_url":"https://github.com/hyperpolymath.png","language":"JavaScript","funding_links":["https://github.com/sponsors/hyperpolymath","https://ko-fi.com/hyperpolymath","https://liberapay.com/hyperpolymath"],"categories":[],"sub_categories":[],"readme":"= saur-ssg\n\nimage:https://img.shields.io/badge/License-MPL_2.0-blue.svg[MPL-2.0,link=\"https://opensource.org/licenses/MPL-2.0\"]\nimage:https://img.shields.io/badge/Philosophy-Palimpsest-purple.svg[Palimpsest,link=\"https://github.com/hyperpolymath/palimpsest-licence\"]\n\n\n:toc:\n:toc-title: Table of Contents\n:icons: font\n\n**Modern, secure site generation in Deno.**\n\"Saur\" — A resilient survivor. Leveraging the V8 sandbox for safe, high-speed site synthesis without the legacy of Node.js.\n\n== Who Is This For?\n* **Security-conscious developers** requiring \"Zero-Trust\" build environments where the engine is sandboxed by default.\n* **ReScript/WASM practitioners** needing a native, modern runtime for functional adapters and orchestration.\n* **Teams** looking for a built-in toolchain that includes testing, linting, and formatting without external dependencies.\n\n== Why saur-ssg?\n\n=== Permissions-First Security\n`saur-ssg` leverages Deno’s security model. The generator has zero access to your file system or environment variables unless you explicitly grant it via the **Justfile**. This makes it the safest \"glue\" engine in the **poly-ssg** fleet.\n\n=== First-Class WASM/ReScript\nDesigned to run your **ReScript**-generated logic and **WASM** modules natively on the V8 engine. It acts as the primary orchestrator for the **poly-ssg-mcp** hub, handling the complexity of network-based content fetching with modern `fetch` APIs.\n\n=== Zero-Config Toolchain\nNo `package.json` or `node_modules` rot. `saur-ssg` is self-contained and prioritises **asdf** for version management, ensuring that your build pipeline is as \"clean\" as the sites it produces.\n\n== Quick Start\n[source,oil]\n----\n# Setup Deno via asdf\njust setup\n\n# Build the site with explicit permissions\njust build --allow-read --allow-write\n\n# Run the ReScript adapter tests\njust test\n----\n\n== License\nPMPL-1.0-or-later\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperpolymath%2Fsaur-ssg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperpolymath%2Fsaur-ssg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperpolymath%2Fsaur-ssg/lists"}