{"id":14563568,"url":"https://github.com/apacheli/bluejay","last_synced_at":"2025-04-12T04:47:10.939Z","repository":{"id":248210042,"uuid":"828080747","full_name":"apacheli/bluejay","owner":"apacheli","description":"Build static pages with MDX, JSX/TSX components, and Bun.","archived":false,"fork":false,"pushed_at":"2024-11-22T20:44:33.000Z","size":1299,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T04:47:02.964Z","etag":null,"topics":["bun","framework","javascript","jsx","library","markdown","mdx","svelte","tsx","typescript","vue","web"],"latest_commit_sha":null,"homepage":"https://apache.li/bluejay","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apacheli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.txt","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-13T04:29:18.000Z","updated_at":"2024-11-22T20:46:22.000Z","dependencies_parsed_at":"2024-09-07T01:19:15.490Z","dependency_job_id":"bb5c9d9d-1525-47a9-92ef-0e5af4085840","html_url":"https://github.com/apacheli/bluejay","commit_stats":{"total_commits":42,"total_committers":1,"mean_commits":42.0,"dds":0.0,"last_synced_commit":"a5c634846a758ad9ecf25fef9e725348fa52b1f9"},"previous_names":["apacheli/eggbeater"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apacheli%2Fbluejay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apacheli%2Fbluejay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apacheli%2Fbluejay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apacheli%2Fbluejay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apacheli","download_url":"https://codeload.github.com/apacheli/bluejay/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248519470,"owners_count":21117757,"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":["bun","framework","javascript","jsx","library","markdown","mdx","svelte","tsx","typescript","vue","web"],"created_at":"2024-09-07T02:03:14.227Z","updated_at":"2025-04-12T04:47:10.914Z","avatar_url":"https://github.com/apacheli.png","language":"TypeScript","funding_links":[],"categories":["web"],"sub_categories":[],"readme":"# Bluejay\n\n\u003e [!WARNING]\n\u003e Bluejay is currently under development. Please open an issue if you find bugs.\n\nBuild static pages with MDX, JSX/TSX components, and Bun.\n\n- :zap: Powered by Bun and Preact for maximum performance. It takes ~**10 ms** to build your files.\n- :toolbox: Supports TypeScript right out of the box.\n- :gear: Simple and minimal without excluding essential tools such as a real time watcher.\n- :electric_plug: Generating arbitrary files allows for an infinite amount of possibilities for plugins.\n- :globe_with_meridians: Support for a various templating languages such as Svelte and Vue.\n\n## Resources\n\n- [Official Bluejay Page](https://apache.li/bluejay)\n- [Learn MDX](https://mdxjs.com/docs/)\n- [Learn TypeScript](https://www.typescriptlang.org/docs/)\n\n## Install\n\nYou will need **Bun v1.1.x** or higher to install Bluejay.\n\n```\n$ bun add https://github.com/apacheli/bluejay\n```\n\n\u003e [!NOTE]\n\u003e Binaries will soon be available on JSR whenever Bluejay becomes stable.\n\n## Getting Started\n\n### Using CLI\n\nThis will create a minimal boilerplate to start using Bluejay. We recommend that you choose this approach as opposed to setting it up on your own. Instantly create a new project with the following command:\n\n```\n$ bun create apacheli/bluejay-app\n```\n\nServe development files:\n\n```\n$ bun serve\n```\n\nBuild to dist:\n\n```\n$ bun dle\n```\n\n### Manual Setup\n\nThis is the _absolute_ minimum amount of code necessary to start a Bluejay project:\n\n```tsx\nimport { start } from \"bluejay\";\n\nawait start({\n    assets: \"assets\",\n    dir: import.meta.dir,\n    dist: \"dist\",\n    pages: \"pages\",\n    render: (page) =\u003e \u003cpage.mod.default /\u003e,\n});\n```\n\nBluejay environment variables:\n\n```sh\nBLUEJAY_MODE=build\nBLUEJAY_PATH=\nBLUEJAY_PORT=1337\n```\n\n\u003e [!NOTE]\n\u003e Documentation is coming soon!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapacheli%2Fbluejay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapacheli%2Fbluejay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapacheli%2Fbluejay/lists"}