Skip to content

Latest commit

 

History

History

README.md

NLWeb Starter

Deploy to Cloudflare

This is a NLWeb starter template.

It demonstrates basic NLWeb configuration usage with AutoRag and Workers AI

Outside of this repo, you can start a new project with this template using C3 (the create-cloudflare CLI):

npm create cloudflare@latest -- --template=cloudflare/templates/nlweb-template

Getting Started

First, run:

npm install
# or
yarn install
# or
pnpm install
# or
bun install

Then run the development server (using the package manager of your choice):

npm run dev

Open http://localhost:8787 with your browser to see the result.

You can start editing your Worker by modifying src/index.ts.

Deploying To Production

Command Action
npm run deploy Deploy your application to Cloudflare

Learn More

To learn more about NLWeb, take a look at the following resources:

Your feedback and contributions are welcome!