This starter lets you get started with NuxtHub in seconds.
- Image upload with NuxtHub Blob from
hub:blob - Save chat messages with NuxtHub Database from
hub:db(Drizzle ORM) - Save server redirects with NuxtHub KV from
hub:kv - Cache an API response with NuxtHub Cache
Make sure to install the dependencies with pnpm.
pnpm installStart the development server on http://localhost:3000:
pnpm devBuild the application for production:
pnpm buildOn the Vercel dashboard -> Storage, create a Turso SQLite database, Redis database, and Vercel Blob store
npm run deploy-vercelLink the newly created resources to your project and re-deploy.
You can also connect using your git repository to leverage Vercel's CI/CD pipeline.
npm run deploy-cloudflareWrangler will create the necessary resources on your Cloudflare account.
You can also connect using your git repository to leverage Cloudflare's CI/CD pipeline.