perplexity-style-streaming icon indicating copy to clipboard operation
perplexity-style-streaming copied to clipboard

⚡️ Perplexity.ai style LLM response streaming

Introduction ⚡️

A weekend project to mimmick the response streaming found in https://www.perplexity.ai/

Demo 🚀

Try it yourself at https://perplexity-style-streaming.vercel.app/

https://github.com/reworkd/perplexity-style-streaming/assets/50181239/341a267d-ccf3-48ec-b42c-89f2bb0a403f

Getting Started with development 💻

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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