{"id":14155672,"url":"https://github.com/nuxt-hub/core","last_synced_at":"2026-01-22T19:28:51.053Z","repository":{"id":224958011,"uuid":"760921031","full_name":"nuxt-hub/core","owner":"nuxt-hub","description":"Build full-stack applications with Nuxt on CloudFlare, with zero configuration.","archived":false,"fork":false,"pushed_at":"2025-04-25T19:50:08.000Z","size":91757,"stargazers_count":1128,"open_issues_count":52,"forks_count":67,"subscribers_count":17,"default_branch":"main","last_synced_at":"2025-04-25T20:36:46.130Z","etag":null,"topics":["cloudflare","d1","full-stack","kv","nuxt","nuxthub","r2","ssr","vue","workers-ai"],"latest_commit_sha":null,"homepage":"https://hub.nuxt.com","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/nuxt-hub.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}},"created_at":"2024-02-20T22:46:03.000Z","updated_at":"2025-04-24T21:38:38.000Z","dependencies_parsed_at":"2024-02-28T16:03:20.309Z","dependency_job_id":"0142ccb2-c3e9-4f2c-96d5-20723b8d248c","html_url":"https://github.com/nuxt-hub/core","commit_stats":{"total_commits":633,"total_committers":39,"mean_commits":16.23076923076923,"dds":"0.27330173775671407","last_synced_commit":"2ea9fa3bf20f8fec0788d60f4e7add7854de6948"},"previous_names":["nuxt-hub/core"],"tags_count":139,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-hub%2Fcore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-hub%2Fcore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-hub%2Fcore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-hub%2Fcore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuxt-hub","download_url":"https://codeload.github.com/nuxt-hub/core/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251563341,"owners_count":21609712,"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":["cloudflare","d1","full-stack","kv","nuxt","nuxthub","r2","ssr","vue","workers-ai"],"created_at":"2024-08-17T08:04:51.746Z","updated_at":"2026-01-22T19:28:51.033Z","avatar_url":"https://github.com/nuxt-hub.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","vue"],"sub_categories":[],"readme":"# Full-Stack Nuxt made easy ✨\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![License][license-src]][license-href]\n[![Nuxt][nuxt-src]][nuxt-href]\n\nBuild and deploy powerful full-stack Nuxt applications with ease.\n\nNuxtHub supercharges your Nuxt development workflow so you can focus on shipping features.\n\n## ✨ Key Features\n\nNuxtHub provides optional features to help you build full-stack applications:\n- [**SQL database**](https://hub.nuxt.com/docs/database) to store your application's data with [automatic migrations](https://hub.nuxt.com/docs/databas/migrations)\n- [**Files storage**](https://hub.nuxt.com/docs/blob) to store static assets, such as images, videos and more\n- [**Caching system**](https://hub.nuxt.com/docs/cache) for your Nuxt pages, API routes or server functions\n- [**Key-Value**](https://hub.nuxt.com/docs/kv) to store JSON data accessible globally with low-latency\n\nRead more on https://hub.nuxt.com\n\n## Legacy version\n\nIf you are looking for the legacy version of NuxtHub (0.9), checkout the [0.9 branch](https://github.com/nuxt-hub/core/tree/0.9) and visit [https://legacy.hub.nuxt.com](https://legacy.hub.nuxt.com) for its documentation.\n\n## 📚 Resources\n\n- [NuxtHub Website](https://hub.nuxt.com)\n- [NuxtHub CLI](https://github.com/nuxt-hub/cli)\n- [NuxtHub Templates](https://hub.nuxt.com/templates)\n\n## 🚀 Quickstart\n\nHead over to our [Installation](https://hub.nuxt.com/docs/getting-started/installation) guide to learn more.\n\n## 🤝 Community\n\n- 💡 [Feature request](https://github.com/nuxt-hub/core/issues/new?assignees=\u0026labels=enhancement\u0026projects=\u0026template=%F0%9F%92%A1-feature-request.md\u0026title=): Suggest an idea or improvement.\n- 🐞 [Bug report](https://github.com/nuxt-hub/core/issues/new?assignees=\u0026labels=bug\u0026projects=\u0026template=%F0%9F%90%9E-bug-report.md\u0026title=): Create a report to help us improve the platform.\n- 🏞️ [New Template](https://github.com/nuxt-hub/core/issues/new?assignees=\u0026labels=template\u0026projects=\u0026template=%F0%9F%8F%9E%EF%B8%8F-new-template.md\u0026title=): Share a template you made based on NuxtHub.\n\n## 💚 Contributing\n\n```bash\n# Install dependencies\npnpm i\n\n# Generate type stubs\npnpm dev:prepare\n\n# Develop with the playground\npnpm dev\n\n# Build the playground\npnpm dev:build\n\n# Run ESLint\npnpm lint\n\n# Run Vitest\npnpm test\npnpm test:watch\n```\n\n## 📄 License\n\n[Apache 2.0](./LICENSE)\n\n\u003c!-- Badges --\u003e\n[npm-version-src]: https://img.shields.io/npm/v/@nuxthub/core/latest.svg?style=flat\u0026colorA=020420\u0026colorB=00DC82\n[npm-version-href]: https://npmjs.com/package/@nuxthub/core\n\n[npm-downloads-src]: https://img.shields.io/npm/dm/@nuxthub/core.svg?style=flat\u0026colorA=020420\u0026colorB=00DC82\n[npm-downloads-href]: https://npm.chart.dev/@nuxthub/core\n\n[license-src]: https://img.shields.io/npm/l/@nuxthub/core.svg?style=flat\u0026colorA=020420\u0026colorB=00DC82\n[license-href]: https://npmjs.com/package/@nuxthub/core\n\n[nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js\n[nuxt-href]: https://nuxt.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt-hub%2Fcore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuxt-hub%2Fcore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt-hub%2Fcore/lists"}