-
- Downloads
added first draft of streaming nextjs template
Showing
- templates/streaming/nextjs/.env.example 3 additions, 0 deletionstemplates/streaming/nextjs/.env.example
- templates/streaming/nextjs/README-template.md 30 additions, 0 deletionstemplates/streaming/nextjs/README-template.md
- templates/streaming/nextjs/app/api/chat/route.ts 62 additions, 0 deletionstemplates/streaming/nextjs/app/api/chat/route.ts
- templates/streaming/nextjs/app/components/chat-avatar.tsx 34 additions, 0 deletionstemplates/streaming/nextjs/app/components/chat-avatar.tsx
- templates/streaming/nextjs/app/components/chat-history.tsx 33 additions, 0 deletionstemplates/streaming/nextjs/app/components/chat-history.tsx
- templates/streaming/nextjs/app/components/chat-item.tsx 13 additions, 0 deletionstemplates/streaming/nextjs/app/components/chat-item.tsx
- templates/streaming/nextjs/app/components/chat-section.tsx 16 additions, 0 deletionstemplates/streaming/nextjs/app/components/chat-section.tsx
- templates/streaming/nextjs/app/components/header.tsx 28 additions, 0 deletionstemplates/streaming/nextjs/app/components/header.tsx
- templates/streaming/nextjs/app/components/message-form.tsx 29 additions, 0 deletionstemplates/streaming/nextjs/app/components/message-form.tsx
- templates/streaming/nextjs/app/favicon.ico 0 additions, 0 deletionstemplates/streaming/nextjs/app/favicon.ico
- templates/streaming/nextjs/app/globals.css 39 additions, 0 deletionstemplates/streaming/nextjs/app/globals.css
- templates/streaming/nextjs/app/layout.tsx 22 additions, 0 deletionstemplates/streaming/nextjs/app/layout.tsx
- templates/streaming/nextjs/app/page.tsx 11 additions, 0 deletionstemplates/streaming/nextjs/app/page.tsx
- templates/streaming/nextjs/eslintrc.json 3 additions, 0 deletionstemplates/streaming/nextjs/eslintrc.json
- templates/streaming/nextjs/gitignore 35 additions, 0 deletionstemplates/streaming/nextjs/gitignore
- templates/streaming/nextjs/next-env.d.ts 5 additions, 0 deletionstemplates/streaming/nextjs/next-env.d.ts
- templates/streaming/nextjs/next.config.js 8 additions, 0 deletionstemplates/streaming/nextjs/next.config.js
- templates/streaming/nextjs/package.json 29 additions, 0 deletionstemplates/streaming/nextjs/package.json
- templates/streaming/nextjs/postcss.config.js 6 additions, 0 deletionstemplates/streaming/nextjs/postcss.config.js
- templates/streaming/nextjs/public/llama.png 0 additions, 0 deletionstemplates/streaming/nextjs/public/llama.png
templates/streaming/nextjs/.env.example
0 → 100644
templates/streaming/nextjs/app/favicon.ico
0 → 100644
15 KiB
templates/streaming/nextjs/app/globals.css
0 → 100644
templates/streaming/nextjs/app/layout.tsx
0 → 100644
templates/streaming/nextjs/app/page.tsx
0 → 100644
templates/streaming/nextjs/eslintrc.json
0 → 100644
templates/streaming/nextjs/gitignore
0 → 100644
templates/streaming/nextjs/next-env.d.ts
0 → 100644
templates/streaming/nextjs/next.config.js
0 → 100644
templates/streaming/nextjs/package.json
0 → 100644
templates/streaming/nextjs/postcss.config.js
0 → 100644
templates/streaming/nextjs/public/llama.png
0 → 100644
36.1 KiB