Core

screenshot of Core
nuxt
vue

Build full-stack applications with Nuxt on CloudFlare, with zero configuration.

Overview:

NuxtHub is a platform that allows developers to build full-stack applications with Nuxt on Cloudflare without the need for any configuration. It provides features such as SQL database, Key-Value data storage, Blob storage for static assets, and Cache storage for server responses.

Features:

  • SQL database: Store application data with hubDatabase()
  • Key-Value storage: Globally accessible JSON data storage with low latency using hubKV()
  • Blob storage: Store static assets like images and videos with hubBlob()
  • Cache storage: Cache server route responses or functions with Nitro's cachedEventHandler and cachedFunction
nuxt
Nuxt

nuxt.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.