{"id":28445335,"url":"https://github.com/suptarr/fly.io-elysia-template","last_synced_at":"2026-02-22T23:34:43.475Z","repository":{"id":292715933,"uuid":"981712740","full_name":"SupTarr/fly.io-elysia-template","owner":"SupTarr","description":"Template project for deploying an ElysiaJS application using Bun to Fly.io.","archived":false,"fork":false,"pushed_at":"2025-05-12T17:06:05.000Z","size":71,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-30T22:03:30.100Z","etag":null,"topics":["bun","docker","elysiajs","flyio"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/SupTarr.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,"zenodo":null}},"created_at":"2025-05-11T18:15:09.000Z","updated_at":"2025-05-12T17:19:13.000Z","dependencies_parsed_at":"2025-05-12T11:36:57.056Z","dependency_job_id":"9f6182c4-25b1-4ef5-b9a7-d29977b2137f","html_url":"https://github.com/SupTarr/fly.io-elysia-template","commit_stats":null,"previous_names":["suptarr/vercel-elysia-template","suptarr/fly.io-elysia-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/SupTarr/fly.io-elysia-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupTarr%2Ffly.io-elysia-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupTarr%2Ffly.io-elysia-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupTarr%2Ffly.io-elysia-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupTarr%2Ffly.io-elysia-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SupTarr","download_url":"https://codeload.github.com/SupTarr/fly.io-elysia-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupTarr%2Ffly.io-elysia-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29730782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T20:09:16.275Z","status":"ssl_error","status_checked_at":"2026-02-22T20:09:13.750Z","response_time":110,"last_error":"SSL_read: 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":["bun","docker","elysiajs","flyio"],"created_at":"2025-06-06T10:12:31.743Z","updated_at":"2026-02-22T23:34:43.448Z","avatar_url":"https://github.com/SupTarr.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fly.io Elysia Template with Bun\n\nThis is a template project for deploying an ElysiaJS application using Bun to Fly.io.\n\n## Prerequisites\n\nEnsure you have the following installed:\n\n- [Bun](https://bun.sh/)\n- [Fly CLI](https://fly.io/docs/hands-on/install-flyctl/)\n\n## Getting Started\n\n1. **Clone the repository:**\n\n    ```bash\n    git clone \u003cyour-repository-url\u003e\n    cd fly-io-elysia-template\n    ```\n\n2. **Install dependencies:**\n\n    ```bash\n    bun install\n    ```\n\n## Development\n\nTo start the development server with hot-reloading:\n\n```bash\nbun run dev\n```\n\nThe application will be available at `http://localhost:3000`.\n\n## Building for Production\n\nThe Dockerfile handles the build process. When deploying to Fly.io, the `bun install --ci` command will be executed within the Docker container.\n\n## Deployment to Fly.io\n\n1. **Login to Fly.io (if you haven't already):**\n\n    ```bash\n    fly auth login\n    ```\n\n2. **Launch the app (if it's the first time):**\n\n    ```bash\n    fly launch\n    ```\n\n    This will detect your `fly.toml` and `Dockerfile` and guide you through the initial deployment setup.\n\n3. **Deploy changes:**\n    After making changes, deploy them with:\n\n    ```bash\n    fly deploy\n    ```\n\n## Project Structure\n\n```txt\n.\n├── .dockerignore       # Specifies intentionally untracked files that Docker should ignore\n├── .gitignore          # Specifies intentionally untracked files that Git should ignore\n├── Dockerfile          # Defines the Docker image for deployment\n├── bun.lockb           # Bun lockfile\n├── fly.toml            # Fly.io configuration file\n├── package.json        # Project metadata and dependencies\n├── README.md           # This file\n├── tsconfig.json       # TypeScript configuration\n└── src/\n    └── index.ts        # Main application entry point\n```\n\n## Key Technologies\n\n- **ElysiaJS:** A fast, and ergonomic web framework for Bun and Node.js.\n- **Bun:** A fast JavaScript all-in-one toolkit.\n- **TypeScript:** Superset of JavaScript that adds static types.\n- **Fly.io:** Platform for deploying applications close to users.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuptarr%2Ffly.io-elysia-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuptarr%2Ffly.io-elysia-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuptarr%2Ffly.io-elysia-template/lists"}