chatsage
24/7 Customer Service for your website
File Explorer
- how-it-works-add-data.mp4
- how-it-works-embedding.mp4
- chatsage-chat-footer-logo.svg
- logo.webp
- widget.js
- find-sites.ts
- logout.ts
- scrape.ts
- index.tsx
- message.tsx
- spinner.tsx
- alert-dialog.tsx
- badge.tsx
- button.tsx
- codeblock.tsx
- dialog.tsx
- dropdown-menu.tsx
- icons.tsx
- input.tsx
- label.tsx
- select.tsx
- separator.tsx
- sheet.tsx
- sonner.tsx
- switch.tsx
- textarea.tsx
- tooltip.tsx
- button-scroll-to-bottom.tsx
- chat-list.tsx
- chat-message-actions.tsx
- chat-message.tsx
- chat-panel.tsx
- chat.tsx
- clear-history.tsx
- client-wrapper.tsx
- empty-screen.tsx
- external-link.tsx
- footer.tsx
- header.tsx
- localstorage-provider.tsx
- markdown.tsx
- prompt-form.tsx
- providers.tsx
- actions.tsx
- use-copy-to-clipboard.tsx
- use-enter-submit.tsx
- use-local-storage.ts
- use-scroll-anchor.tsx
- use-streamable-text.ts
- types.ts
- actions.ts
- error.tsx
- loading.tsx
- page.tsx
- route.ts
- route.ts
- route.ts
- route.ts
- submit-button.tsx
- submit-form.tsx
- actions.ts
- page.tsx
- layout.tsx
- chat-log-section.tsx
- layout-nav.tsx
- skeleton-loading.tsx
- ai-settings-button.tsx
- ai-settings.tsx
- logout-button.tsx
- logout-form.tsx
- project-connect.tsx
- project-update-button.tsx
- project-update-form.tsx
- project-visibility-button.tsx
- project-visibility-form.tsx
- actions.ts
- page.tsx
- columns.tsx
- crawl-button.tsx
- crawl-form.tsx
- delete-button.tsx
- fetched-sources-section.tsx
- sitemap-button.tsx
- sitemap-form.tsx
- source-list-columns.tsx
- status-columns.tsx
- actions.ts
- page.tsx
- layout.tsx
- loading.tsx
- page.tsx
- page.tsx
- login-button.tsx
- login-form.tsx
- actions.ts
- page.tsx
- favicon.ico
- globals.css
- layout.tsx
- opengraph-image.png
- page.tsx
- twitter-image.png
- button.tsx
- card.tsx
- checkbox.tsx
- data-table.tsx
- input.tsx
- select.tsx
- separator.tsx
- skeleton.tsx
- slider.tsx
- sonner.tsx
- table.tsx
- textarea.tsx
- cloud-notification.tsx
- footer.tsx
- header.tsx
- hero.tsx
- how-it-works.tsx
- icons.tsx
- use-chatbot-internal-id.ts
- client.ts
- middleware.ts
- server.ts
- supabaseAdminClient.ts
- check-url-number.ts
- consts.ts
- extract-text-from-html.ts
- types.ts
- utils.ts
- supabase.ts
- middleware.ts
- 20240730023518_remote_schema.sql
- 20240807013210_remote_schema.sql
- .gitignore
- config.toml
- seed.sql
- .env.example
- .eslintrc.json
- .gitignore
- CODE_OF_CONDUCT.md
- components.json
- LICENSE
- next.config.mjs
- package.json
- pnpm-lock.yaml
- postcss.config.mjs
- README.md
- tailwind.config.ts
- tsconfig.json
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
pnpm
View Details ▼
pnpm
Fast, disk space efficient package manager for Node.js.
Manage Node.js projects and their module dependencies.
pnpm init
Create a `package.json` file:
pnpm {{[i|install]}}
Download all the packages listed as dependencies in `package.json`:
pnpm add {{module_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
supabase
View Details ▼
supabase
Develop, deploy, and manage Supabase projects locally and on the cloud.
supabase login
Log in to Supabase using an access token:
supabase init
Initialize a new Supabase project in the current directory:
supabase start
Start the local Supabase development stack:
# Project Badges
-
GitHub last commit (branch)
-
Vercel
-
License Visit
