{"id":34773700,"url":"https://github.com/eighty4/dank","last_synced_at":"2026-06-11T03:01:27.027Z","repository":{"id":315807324,"uuid":"1059103042","full_name":"eighty4/dank","owner":"eighty4","description":"Multi-page development system for CDN-deployed websites","archived":false,"fork":false,"pushed_at":"2026-06-05T16:36:21.000Z","size":449,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-05T18:42:14.679Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eighty4.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-18T02:13:44.000Z","updated_at":"2026-06-05T16:36:27.000Z","dependencies_parsed_at":"2025-11-28T15:01:00.939Z","dependency_job_id":null,"html_url":"https://github.com/eighty4/dank","commit_stats":null,"previous_names":["eighty4/dank"],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/eighty4/dank","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eighty4%2Fdank","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eighty4%2Fdank/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eighty4%2Fdank/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eighty4%2Fdank/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eighty4","download_url":"https://codeload.github.com/eighty4/dank/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eighty4%2Fdank/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34180147,"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-11T02:00:06.485Z","response_time":57,"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":"2025-12-25T08:08:49.571Z","updated_at":"2026-06-11T03:01:27.017Z","avatar_url":"https://github.com/eighty4.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Build DANK webpages\n\n### Get developing right away:\n\n```shell\nbun create dank --out-dir www\n\nnpm create dank -- --out-dir www\n\npnpm create dank --out-dir www\n```\n\n### DANK has some perks:\n\n- Webpage-first development for multi-page websites\n- TypeScript supported with `\u003cscript src=\"./dank.ts\"\u003e`\n- Code splitting via `esbuild` bundler across all webpages\n- Hashes added to all bundled assets for efficient cache utilization\n- `dank serve` hot-reloads CSS in the browser\n- `dank serve` launches dev services to streamline your workflow\n- `dank preview` serves a production build for preview\n- `dank build` minifies and tree-shakes with `esbuild`\n- DANK's codebase is so tiny you can read it all in 20 minutes\n\n### DANK isn't for every use case!\n\n[Vite](https://vite.dev) is the right move for building a Single-Page Application.\n\nDynamic content with Static-Site Generation or Server-Side Rendering should use\n[Astro](https://astro.build).\n\n#### DANK is an ideal choice for multi-page websites deployed to a CDN that integrate with serverless components and APIs.\n\n## `dank.config.ts` examples\n\nWebpages and their URLs are configured explicitly to keep your URLs\nand workspace organized independently:\n\n```typescript\nimport { defineConfig } from '@eighty4/dank'\n\nexport default defineConfig({\n    pages: {\n        '/': './home.html',\n    },\n})\n```\n\nStreamline development with `dank serve` launching APIs and databases when starting your website's dev server:\n\n```typescript\nimport { defineConfig } from '@eighty4/dank'\n\nexport default defineConfig({\n    pages: {\n        '/': './home.html',\n    },\n    services: [\n        {\n            command: 'node --watch --env-file-if-exists=.env.dev server.ts',\n            cwd: './api',\n        },\n    ],\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feighty4%2Fdank","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feighty4%2Fdank","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feighty4%2Fdank/lists"}