-
- Downloads
feat: add simple chat for nextjs template
Showing
- templates/simple/nextjs/README-template.md 13 additions, 19 deletionstemplates/simple/nextjs/README-template.md
- templates/simple/nextjs/app/components/chat-avatar.tsx 34 additions, 0 deletionstemplates/simple/nextjs/app/components/chat-avatar.tsx
- templates/simple/nextjs/app/components/chat-history.tsx 34 additions, 0 deletionstemplates/simple/nextjs/app/components/chat-history.tsx
- templates/simple/nextjs/app/components/chat-item.tsx 13 additions, 0 deletionstemplates/simple/nextjs/app/components/chat-item.tsx
- templates/simple/nextjs/app/components/chat-section.tsx 45 additions, 0 deletionstemplates/simple/nextjs/app/components/chat-section.tsx
- templates/simple/nextjs/app/components/header.tsx 28 additions, 0 deletionstemplates/simple/nextjs/app/components/header.tsx
- templates/simple/nextjs/app/components/message-form.tsx 56 additions, 16 deletionstemplates/simple/nextjs/app/components/message-form.tsx
- templates/simple/nextjs/app/favicon.ico 0 additions, 0 deletionstemplates/simple/nextjs/app/favicon.ico
- templates/simple/nextjs/app/globals.css 12 additions, 0 deletionstemplates/simple/nextjs/app/globals.css
- templates/simple/nextjs/app/page.tsx 5 additions, 28 deletionstemplates/simple/nextjs/app/page.tsx
- templates/simple/nextjs/app/services/chatStorage.service.ts 35 additions, 0 deletionstemplates/simple/nextjs/app/services/chatStorage.service.ts
- templates/simple/nextjs/public/llama.png 0 additions, 0 deletionstemplates/simple/nextjs/public/llama.png
- templates/simple/nextjs/public/next.svg 0 additions, 1 deletiontemplates/simple/nextjs/public/next.svg
- templates/simple/nextjs/public/vercel.svg 0 additions, 1 deletiontemplates/simple/nextjs/public/vercel.svg
Loading
Please register or sign in to comment