https://github.com/kirill-dev-pro/tanstack-solid-ai-chat
AI chat example app with Solid.js and Tanstack
https://github.com/kirill-dev-pro/tanstack-solid-ai-chat
ai-chat solidjs tanstack-start
Last synced: 4 months ago
JSON representation
AI chat example app with Solid.js and Tanstack
- Host: GitHub
- URL: https://github.com/kirill-dev-pro/tanstack-solid-ai-chat
- Owner: kirill-dev-pro
- Created: 2025-10-05T18:03:59.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-10-05T18:22:15.000Z (4 months ago)
- Last Synced: 2025-10-05T20:28:53.630Z (4 months ago)
- Topics: ai-chat, solidjs, tanstack-start
- Language: TypeScript
- Homepage: https://ai-chat-example.klaud.me
- Size: 245 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI chat solid+tanstack edition
To install dependencies:
```bash
bun install
```
To start a development server:
```bash
bun dev
```
To run for production:
```bash
bun start
```