mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
Update README with tech stack and remove screenshots
Removed screenshots and updated tech stack descriptions.
This commit is contained in:
parent
ae971e0bbd
commit
cc1af9f3f8
1 changed files with 4 additions and 43 deletions
47
README.md
47
README.md
|
|
@ -24,8 +24,8 @@ While tools like NotebookLM and Perplexity are impressive and highly effective f
|
|||
|
||||
# Video
|
||||
|
||||
https://github.com/user-attachments/assets/42a29ea1-d4d8-4213-9c69-972b5b806d58
|
||||
|
||||
https://github.com/user-attachments/assets/d9221908-e0de-4b2f-ac3a-691cf4b202da
|
||||
|
||||
|
||||
## Podcast Sample
|
||||
|
|
@ -207,32 +207,6 @@ Before self-hosting installation, make sure to complete the [prerequisite setup
|
|||
- LlamaIndex API key (enhanced parsing, supports 50+ formats)
|
||||
- Other API keys as needed for your use case
|
||||
|
||||
## Screenshots
|
||||
|
||||
**Research Agent**
|
||||
|
||||

|
||||
|
||||
**Search Spaces**
|
||||
|
||||

|
||||
|
||||
**Manage Documents**
|
||||

|
||||
|
||||
**Podcast Agent**
|
||||

|
||||
|
||||
|
||||
**Agent Chat**
|
||||
|
||||

|
||||
|
||||
**Browser Extension**
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
|
||||
## Tech Stack
|
||||
|
|
@ -279,32 +253,19 @@ Before self-hosting installation, make sure to complete the [prerequisite setup
|
|||
---
|
||||
### **FrontEnd**
|
||||
|
||||
- **Next.js 15.2.3**: React framework featuring App Router, server components, automatic code-splitting, and optimized rendering.
|
||||
- **Next.js**: React framework featuring App Router, server components, automatic code-splitting, and optimized rendering.
|
||||
|
||||
- **React 19.0.0**: JavaScript library for building user interfaces.
|
||||
- **React**: JavaScript library for building user interfaces.
|
||||
|
||||
- **TypeScript**: Static type-checking for JavaScript, enhancing code quality and developer experience.
|
||||
- **Vercel AI SDK Kit UI Stream Protocol**: To create scalable chat UI.
|
||||
|
||||
- **Tailwind CSS 4.x**: Utility-first CSS framework for building custom UI designs.
|
||||
- **Tailwind CSS**: Utility-first CSS framework for building custom UI designs.
|
||||
|
||||
- **Shadcn**: Headless components library.
|
||||
|
||||
- **Lucide React**: Icon set implemented as React components.
|
||||
|
||||
- **Framer Motion**: Animation library for React.
|
||||
|
||||
- **Sonner**: Toast notification library.
|
||||
|
||||
- **Geist**: Font family from Vercel.
|
||||
|
||||
- **React Hook Form**: Form state management and validation.
|
||||
|
||||
- **Zod**: TypeScript-first schema validation with static type inference.
|
||||
|
||||
- **@hookform/resolvers**: Resolvers for using validation libraries with React Hook Form.
|
||||
|
||||
- **@tanstack/react-table**: Headless UI for building powerful tables & datagrids.
|
||||
|
||||
|
||||
### **DevOps**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue