{"id":28406558,"url":"https://github.com/hwclass/buildless-site","last_synced_at":"2025-06-29T08:30:47.259Z","repository":{"id":39645126,"uuid":"230519515","full_name":"hwclass/buildless-site","owner":"hwclass","description":"A collection of sites, apps built based on \u0026 packages, articles and other stuff about ES modules","archived":false,"fork":false,"pushed_at":"2022-12-07T00:24:53.000Z","size":738,"stargazers_count":5,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-02T07:16:55.944Z","etag":null,"topics":["buildless","es6","esmodules","javascript","parcel","rollup","webcomponents","webpack"],"latest_commit_sha":null,"homepage":"https://buildless.site","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/hwclass.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}},"created_at":"2019-12-27T21:16:02.000Z","updated_at":"2023-10-17T13:23:59.000Z","dependencies_parsed_at":"2023-01-24T19:33:04.965Z","dependency_job_id":null,"html_url":"https://github.com/hwclass/buildless-site","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hwclass%2Fbuildless-site","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hwclass%2Fbuildless-site/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hwclass%2Fbuildless-site/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hwclass%2Fbuildless-site/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hwclass","download_url":"https://codeload.github.com/hwclass/buildless-site/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hwclass%2Fbuildless-site/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":258770591,"owners_count":22754974,"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":["buildless","es6","esmodules","javascript","parcel","rollup","webcomponents","webpack"],"created_at":"2025-06-01T22:11:27.261Z","updated_at":"2025-06-29T08:30:47.253Z","avatar_url":"https://github.com/hwclass.png","language":"TypeScript","readme":"![](./static/teaser.png)\n\n[![Made with Fresh](https://fresh.deno.dev/fresh-badge.svg)](https://fresh.deno.dev)\n\n![Version](https://img.shields.io/badge/version-2.0.0-blue.svg?cacheSeconds=2592000)\n![deno compatibility](https://shield.deno.dev/deno/1.28)\n[![fresh](https://shield.deno.dev/x/fresh)](https://deno.land/x/fresh)\n[![License: ISC](https://img.shields.io/badge/License-ISC-yellow.svg)](#)\n[![Twitter: hwclass](https://img.shields.io/twitter/follow/hwclass.svg?style=social)](https://twitter.com/hwclass)\n\nA collection of sites, apps, packages, articles and other stuff about ES\nmodules.\n\nPlease go \u0026 check\n[awesome-buildless](https://github.com/hwclass/awesome-buildless) for the\ncontent as an awesome list.\n\n### 🏠 [Homepage](https://buildless.site)\n\n## Prerequisites\n\n- You will need Deno installed on your system:\n\n[Instal from here](https://deno.land/manual@v1.28.1/getting_started/installation)\n\n## Development\n\n- Create a `.env` file in the main directory by duplicating from the\n  .env.example:\n\n```env\nGLITCH_BOILERPLATE_URL=\"https://glitch.com/~buildless-boilerplate\"\nSECTIONS_API_ENDPOINT=\"api/sections\"\n```\n\nRun (with PRODUCTION=false flag):\n\n```sh\ndeno task dev\n```\n\nRun (with production):\n\n```sh\ndeno task start\n```\n\n## Application\n\nOnce the app and the API begin running, go hit the main page over\nhttp://localhost:8000.\n\n### Fetch sections\n\n`/api/sections` [GET] : returns the following payload from\n[awesome-buildless](https://github.com/hwclass/awesome-buildless) repo:\n\n```json\n{\n  \"sections\": [\n    {\n      \"title\": \"Articles\",\n      \"list\": [\n        {\n          \"content\": \"Going Buildless\",\n          \"href\": \"https://dev.to/open-wc/on-the-bleeding-edge-3cb8\"\n        }\n      ]\n    },\n    {\n      \"title\": \"Tutorials\",\n      \"list\": [\n        {\n          \"content\": \"Developing without a Build (1)\",\n          \"href\": \"https://dev.to/open-wc/developing-without-a-build-1-introduction-26ao\"\n        }\n      ]\n    },\n    {\n      \"title\": \"Tools \u0026amp; Platforms\",\n      \"list\": [{ \"content\": \"Pika\", \"href\": \"pika.dev\" }]\n    },\n    {\n      \"title\": \"Packages \u0026amp; Libraries\",\n      \"list\": [\n        {\n          \"content\": \"es-dev-server\",\n          \"href\": \"https://www.npmjs.com/package/es-dev-server\"\n        }\n      ]\n    }\n  ]\n}\n```\n\n## Tech Stack\n\n- [deno](https://deno.land/)\n- [fresh](https://fresh.deno.dev/)\n- [preact](https://preactjs.com/)\n- [svg backgrounds](https://www.svgbackgrounds.com)\n\n## Authors\n\n👤 **hwclass**\n\n- [Web](https://hwclass.dev)\n- [Twitter](https://twitter.com/hwclass)\n- [Github](https://github.com/hwclass)\n- [LinkedIn](https://linkedin.com/in/hwclass)\n\n👤 **Kjaer**\n\n- [Web](https://medium.com/@kjaer)\n- [Twitter](https://twitter.com/halilkayer)\n- [Github](https://github.com/Kjaer)\n- [LinkedIn](https://linkedin.com/in/halilkayer)\n\n## Licence\n\nISC\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhwclass%2Fbuildless-site","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhwclass%2Fbuildless-site","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhwclass%2Fbuildless-site/lists"}