Arthur DANJOU c0b5539f12 feat: add chat and file management APIs, implement chat loading and saving functionality
- Introduced new API endpoints for chat management including posting and retrieving chat messages.
- Implemented file upload and deletion functionalities for chat and other files.
- Added utility functions for streaming text and loading chat data.
- Created TypeScript types for models and agents used in the application.
- Configured TypeScript settings for server and project.
- Added favicon and workspace configuration for pnpm.
2025-04-14 12:19:30 +02:00

Hello Edge

A minimal Nuxt starter deployed on the Edge using NuxtHub.

https://hello.nuxt.dev

Hello World template for NuxtHub

Features

  • Server-Side rendering on Cloudflare Workers
  • ESLint setup
  • Ready to add a database, blob and KV storage
  • One click deploy on 275+ locations for free

Setup

Make sure to install the dependencies with pnpm:

pnpm install

You can update the main text displayed by creating a .env:

NUXT_PUBLIC_HELLO_TEXT="Hello my world!"

Development Server

Start the development server on http://localhost:3000:

pnpm dev

Production

Build the application for production:

pnpm build

Deploy

Deploy the application on the Edge with NuxtHub on your Cloudflare account:

npx nuxthub deploy

Then checkout your server logs, analaytics and more in the NuxtHub Admin.

You can also deploy using Cloudflare Pages CI.

Description
No description provided
Readme 350 KiB
Languages
Vue 63.8%
TypeScript 35.2%
CSS 0.7%
JavaScript 0.3%