{"id":25847538,"url":"https://github.com/dakdevs/zephyr-framework","last_synced_at":"2025-10-09T02:21:41.686Z","repository":{"id":44113445,"uuid":"194980581","full_name":"dakdevs/zephyr-framework","owner":"dakdevs","description":"An API/Admin Boilerplate Framework","archived":false,"fork":false,"pushed_at":"2022-12-04T01:37:28.000Z","size":291,"stargazers_count":1,"open_issues_count":8,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T10:27:15.593Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/dakdevs.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-07-03T04:39:47.000Z","updated_at":"2019-07-03T04:55:38.000Z","dependencies_parsed_at":"2023-01-23T23:15:38.968Z","dependency_job_id":null,"html_url":"https://github.com/dakdevs/zephyr-framework","commit_stats":null,"previous_names":["dakdevs/zephyr-framework"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dakdevs/zephyr-framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dakdevs%2Fzephyr-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dakdevs%2Fzephyr-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dakdevs%2Fzephyr-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dakdevs%2Fzephyr-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dakdevs","download_url":"https://codeload.github.com/dakdevs/zephyr-framework/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dakdevs%2Fzephyr-framework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000781,"owners_count":26082906,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"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-03-01T10:27:22.151Z","updated_at":"2025-10-09T02:21:41.670Z","avatar_url":"https://github.com/dakdevs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zephyr API + Admin (Work In Progress)\n\n## What is Zephyr?\nZephyr is an API/Admin Framework for developers to serve a RESTful and/or GraphQL Interface based on a straight-forward API. It brings together the latest technologies and their speed to give you this functionality.  \n\nDependent on [Fastify](https://github.com/fastify/fastify) for API, [Pino](https://github.com/pinojs/pino) for logging, [Axios](https://github.com/axios/axios) for external calls, and [GatsbyJS](https://github.com/gatsbyjs/gatsby) for the admin panel.   \n\n## Installation\n```bash\nyarn add zephyr-framework\n```\n\n## Usage\n**Option 1:** Just start it.  \n```js\nimport zephyr from 'zephyr-framework';\n\nzephyr().then(() =\u003e {\n  console.log('Server has started.');\n});\n```\n\n**Option 2:** Start the server and admin with custom fastify server and listen options.  \nFor `serverOptions` and `listenOptions` see https://github.com/fastify/fastify/blob/master/docs/Server.md. They match Fastify's options schema.  \n```js\nimport { startAdmin } from 'zephyr-framework';\n\nstartAdmin({\n  serverOptions: {},\n  listenOptions: {},\n}).then(startServer =\u003e startServer({\n  serverOptions: {},\n  listenOptions: {},\n})).then(() =\u003e {\n  console.log('Server has started.');\n});\n```\n\n## To be implemented\n- https://www.apollographql.com/docs/graphql-tools/remote-schemas/#makeremoteexecutableschemaoptions","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdakdevs%2Fzephyr-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdakdevs%2Fzephyr-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdakdevs%2Fzephyr-framework/lists"}