Features in cursor for writing:
- Chatbot, normal Q/A -> DONE
- Autosuggestion
- Upload document
- SSE
- Chat history -> DONE
- User authentication -> DONE
- Rate limiting
- Save documents
- Create a persona for the user, so the writing style will be same -> DONE
- Later on: Multiple persona selection
Persona: Persona: "Tech Blogger" ├── Name: "Tech Blogger" ├── Description: "For weekly tech blog posts" ├── Tone │ ├── Formality: Casual (7/10) │ ├── Creativity: High (8/10) │ └── Audience: Developers ├── Sample Text: "React is awesome because..." ├── Style │ ├── Sentence Length: Short & punchy │ ├── Metaphors: Yes │ ├── Jargon: High (developer-friendly) │ └── Banned Words: ["very", "obviously"] └── Context ├── Topics: Technology, React, Web Dev └── Purpose: Blog Posts