Skip to content

Commit 3077181

Browse files
authored
docs: improve readme
1 parent ad83d74 commit 3077181

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

+12-11
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,31 @@ NuxtHub supercharges your Nuxt development workflow so you can focus on shipping
1212
## ✨ Key Features
1313

1414
NuxtHub provides optional features to help you build full-stack applications:
15-
- [**AI Models**](https://hub.nuxt.com/docs/features/ai) to run machine learning models, such as LLMs in Nuxt.
15+
- [**AI Models**](https://hub.nuxt.com/docs/features/ai) & [**Vector database**](https://hub.nuxt.com/docs/features/vectorize) to run machine learning models and build full-stack AI-powered apps.
1616
- [**Files storage**](https://hub.nuxt.com/docs/features/blob) to store static assets, such as images, videos and more
1717
- [**Caching system**](https://hub.nuxt.com/docs/features/cache) for your Nuxt pages, API routes or server functions
1818
- [**SQL database**](https://hub.nuxt.com/docs/features/database) to store your application's data
1919
- [**Key-Value**](https://hub.nuxt.com/docs/features/kv) to store JSON data accessible globally with low-latency
20+
- [**Browser Rendering**](https://hub.nuxt.com/docs/features/browser) to take screenshots, generate PDFs, craw web pages using a headless browser on the edge.
2021
- [**Open API**](https://hub.nuxt.com/docs/features/open-api) to generate your API documentation with [Scalar](https://scalar.com)
2122
- [**Remote Storage**](https://hub.nuxt.com/docs/getting-started/remote-storage) to connect to your project's resources from your local environment, allowing you to work with your remote storage as if it was local with `npx nuxi dev --remote`.
2223

23-
On top of the full-stack features, you can [**deploy your Nuxt application**](https://hub.nuxt.com/docs/getting-started/deploy) to your Cloudflare account with [`npx nuxthub deploy`](https://github.com/nuxt-hub/cli) or with the [NuxtHub Admin](https://admin.hub.nuxt.com).
24+
On top of the full-stack features, you can [**deploy your Nuxt application**](https://hub.nuxt.com/docs/getting-started/deploy) to your Cloudflare account with [`npx nuxthub deploy`](https://github.com/nuxt-hub/cli) or with the [NuxtHub Admin](https://admin.hub.nuxt.com), you can also self-host your application and create the resources manually.
2425

2526
Read more on https://hub.nuxt.com
2627

28+
## 📚 Resources
29+
30+
- [NuxtHub Website](https://hub.nuxt.com)
31+
- [NuxtHub Admin](https://admin.hub.nuxt.com)
32+
- [NuxtHub CLI](https://github.com/nuxt-hub/cli)
33+
- [NuxtHub Templates](https://hub.nuxt.com/templates)
34+
2735
## 🚀 Quickstart
2836

2937
Head over to our [Getting Started](https://hub.nuxt.com/docs/getting-started/installation) guide to learn more.
3038

31-
Duplicate our `nuxt-hub/hello-edge` template or create a new NuxtHub project with:
39+
Duplicate our [`nuxt-hub/hello-edge`](https://github.com/nuxt-hub/hello-edge) template or create a new NuxtHub project with:
3240

3341
```bash
3442
npx nuxthub init my-app
@@ -48,13 +56,6 @@ https://github.com/user-attachments/assets/c591efaa-96e7-4357-8d60-cdc1e20e93ed
4856

4957
Learn more on [how to deploy a Nuxt app with NuxtHub](https://hub.nuxt.com/docs/getting-started/deploy).
5058

51-
## 📚 Resources
52-
53-
- [NuxtHub Website](https://hub.nuxt.com)
54-
- [NuxtHub Admin](https://admin.hub.nuxt.com)
55-
- [NuxtHub CLI](https://github.com/nuxt-hub/cli)
56-
- [NuxtHub Templates](https://hub.nuxt.com/templates)
57-
5859
## 🤝 Community
5960

6061
- 💡 [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.
@@ -94,7 +95,7 @@ pnpm test:watch
9495
[npm-version-href]: https://npmjs.com/package/@nuxthub/core
9596

9697
[npm-downloads-src]: https://img.shields.io/npm/dm/@nuxthub/core.svg?style=flat&colorA=020420&colorB=00DC82
97-
[npm-downloads-href]: https://npmjs.com/package/@nuxthub/core
98+
[npm-downloads-href]: https://npm.chart.dev/@nuxthub/core
9899

99100
[license-src]: https://img.shields.io/npm/l/@nuxthub/core.svg?style=flat&colorA=020420&colorB=00DC82
100101
[license-href]: https://npmjs.com/package/@nuxthub/core

0 commit comments

Comments
 (0)