{"id":43082937,"url":"https://github.com/thomas3577/alpine-server","last_synced_at":"2026-05-24T14:04:36.530Z","repository":{"id":334378568,"uuid":"1136833434","full_name":"thomas3577/alpine-server","owner":"thomas3577","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-15T13:56:50.000Z","size":75,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-15T16:17:56.075Z","etag":null,"topics":["alpinejs","deno","oak"],"latest_commit_sha":null,"homepage":"https://jsr.io/@dx/alpine-server","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/thomas3577.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2026-01-18T12:53:02.000Z","updated_at":"2026-02-15T13:54:13.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/thomas3577/alpine-server","commit_stats":null,"previous_names":["thomas3577/alpine-server"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/thomas3577/alpine-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomas3577%2Falpine-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomas3577%2Falpine-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomas3577%2Falpine-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomas3577%2Falpine-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomas3577","download_url":"https://codeload.github.com/thomas3577/alpine-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomas3577%2Falpine-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29636055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T22:32:43.237Z","status":"ssl_error","status_checked_at":"2026-02-19T22:32:38.330Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["alpinejs","deno","oak"],"created_at":"2026-01-31T15:03:50.568Z","updated_at":"2026-02-19T23:08:52.962Z","avatar_url":"https://github.com/thomas3577.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @dx/alpine-server\n\n[![JSR Version](https://jsr.io/badges/@dx/alpine-server)](https://jsr.io/@dx/alpine-server)\n[![JSR Score](https://jsr.io/badges/@dx/alpine-server/score)](https://jsr.io/@dx/alpine-server/score)\n[![ci](https://github.com/thomas3577/alpine-server/actions/workflows/deno.yml/badge.svg)](https://github.com/thomas3577/alpine-server/actions/workflows/deno.yml)\n\n\u003e ⚠️ **EXPERIMENTAL**: This library is in early development and highly experimental. APIs may change without notice. Not recommended for production use.\n\nA secure, production-ready Oak (Deno) web server optimized for serving Alpine.js applications with built-in development tools, security hardening, and automatic hot-reloading.\n\n## Versions\n\n- **Oak**: v17.2.0\n- **Alpine.js**: v3.15.8 (default configuration)\n\n## Example\n\n```typescript\nimport { AlpineApp } from '@dx/alpine-server';\n\nconst app = new AlpineApp({\n  app: {\n    dev: true,\n    staticFilesPath: './public',\n  },\n  oak: {\n    listenOptions: { port: 3000 },\n  },\n});\n\nawait app.run();\n```\n\n## CLI\n\nCreate a new Alpine Server project scaffold:\n\n```sh\ndeno run -A jsr:@dx/alpine-server/cli new my-app\n```\n\nWith options:\n\n```sh\ndeno run -A jsr:@dx/alpine-server/cli new my-app --port 3000 --force\n```\n\n## Documentation\n\nFor more detailed information, please refer to the documentation in the [docs](./docs) folder:\n\n- [Usage](./docs/USAGE.md)\n- [Configuration](./docs/CONFIGURATION.md)\n\n## License\n\nMIT\n\n## Contributing\n\nContributions welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomas3577%2Falpine-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomas3577%2Falpine-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomas3577%2Falpine-server/lists"}