https://github.com/nuxt-hub/core
Build full-stack applications with Nuxt on CloudFlare, with zero configuration.
https://github.com/nuxt-hub/core
cloudflare d1 full-stack kv nuxt nuxthub r2 ssr vue workers-ai
Last synced: 24 days ago
JSON representation
Build full-stack applications with Nuxt on CloudFlare, with zero configuration.
- Host: GitHub
- URL: https://github.com/nuxt-hub/core
- Owner: nuxt-hub
- License: apache-2.0
- Created: 2024-02-20T22:46:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-25T19:50:08.000Z (10 months ago)
- Last Synced: 2025-04-25T20:36:46.130Z (10 months ago)
- Topics: cloudflare, d1, full-stack, kv, nuxt, nuxthub, r2, ssr, vue, workers-ai
- Language: TypeScript
- Homepage: https://hub.nuxt.com
- Size: 87.5 MB
- Stars: 1,128
- Watchers: 17
- Forks: 67
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Full-Stack Nuxt made easy ✨
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![License][license-src]][license-href]
[![Nuxt][nuxt-src]][nuxt-href]
Build and deploy powerful full-stack Nuxt applications with ease.
NuxtHub supercharges your Nuxt development workflow so you can focus on shipping features.
## ✨ Key Features
NuxtHub provides optional features to help you build full-stack applications:
- [**SQL database**](https://hub.nuxt.com/docs/database) to store your application's data with [automatic migrations](https://hub.nuxt.com/docs/databas/migrations)
- [**Files storage**](https://hub.nuxt.com/docs/blob) to store static assets, such as images, videos and more
- [**Caching system**](https://hub.nuxt.com/docs/cache) for your Nuxt pages, API routes or server functions
- [**Key-Value**](https://hub.nuxt.com/docs/kv) to store JSON data accessible globally with low-latency
Read more on https://hub.nuxt.com
## Legacy version
If 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.
## 📚 Resources
- [NuxtHub Website](https://hub.nuxt.com)
- [NuxtHub CLI](https://github.com/nuxt-hub/cli)
- [NuxtHub Templates](https://hub.nuxt.com/templates)
## 🚀 Quickstart
Head over to our [Installation](https://hub.nuxt.com/docs/getting-started/installation) guide to learn more.
## 🤝 Community
- 💡 [Feature request](https://github.com/nuxt-hub/core/issues/new?assignees=&labels=enhancement&projects=&template=%F0%9F%92%A1-feature-request.md&title=): Suggest an idea or improvement.
- 🐞 [Bug report](https://github.com/nuxt-hub/core/issues/new?assignees=&labels=bug&projects=&template=%F0%9F%90%9E-bug-report.md&title=): Create a report to help us improve the platform.
- 🏞️ [New Template](https://github.com/nuxt-hub/core/issues/new?assignees=&labels=template&projects=&template=%F0%9F%8F%9E%EF%B8%8F-new-template.md&title=): Share a template you made based on NuxtHub.
## 💚 Contributing
```bash
# Install dependencies
pnpm i
# Generate type stubs
pnpm dev:prepare
# Develop with the playground
pnpm dev
# Build the playground
pnpm dev:build
# Run ESLint
pnpm lint
# Run Vitest
pnpm test
pnpm test:watch
```
## 📄 License
[Apache 2.0](./LICENSE)
[npm-version-src]: https://img.shields.io/npm/v/@nuxthub/core/latest.svg?style=flat&colorA=020420&colorB=00DC82
[npm-version-href]: https://npmjs.com/package/@nuxthub/core
[npm-downloads-src]: https://img.shields.io/npm/dm/@nuxthub/core.svg?style=flat&colorA=020420&colorB=00DC82
[npm-downloads-href]: https://npm.chart.dev/@nuxthub/core
[license-src]: https://img.shields.io/npm/l/@nuxthub/core.svg?style=flat&colorA=020420&colorB=00DC82
[license-href]: https://npmjs.com/package/@nuxthub/core
[nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js
[nuxt-href]: https://nuxt.com