Versa AI

Development Roadmap

JWT Authentication inside Cookies

Implement JWT authentication using cookies.

CompletedHigh Priority2/24/2025 - 2/24/2025

Authorization Header for Non-SSE Routes

Implement authorization headers for non-SSE routes.

CompletedHigh Priority2/23/2025 - 2/24/2025

Basic Rate Limiting

Implement basic rate limiting to prevent abuse.

CompletedMedium Priority2/24/2025 - 2/24/2025

Demo Chat

Create a demo chat interface.

CompletedMedium Priority2/25/2025 - 2/26/2025

Fix React State Update Limit

React state update too frequently during SSE.

CompletedHigh Priority2/27/2025 - 2/28/2025

Github Login

Add GitHub OAuth login functionality.

CompletedMedium Priority2/28/2025 - 2/28/2025

Sending message validation

Implement front-end validation for various fields.

CompletedMedium Priority3/1/2025 - 3/1/2025

CDN Caching for PDFs

Used Vercel built-in CDN caching for PDFs metadata. Changed Cache-Control header to 1 year.

CompletedLow Priority3/1/2025 - 3/1/2025

Reduce Bandwidth Usage, Cache PDFs/ Other Strategies

Reduce bandwidth usage by caching PDFs.

CompletedHigh Priority3/4/2025 - 3/4/2025

Used Vercel Blob Storage Built-in CDN & Firebase Storage Caching Strategy

Rename Chat Session to be more descriptive

Rename chat session to be more descriptive.

CompletedHigh Priority3/7/2025 - 3/7/2025

Utilized another LLM chain to generate a more descriptive title

Add feature for manual rename chat session

Let user manually rename chat session.

CompletedLow Priority3/9/2025 - 3/9/2025

Created a new endpoint to update chat session title

Enhanced Data Parsing/Display for Chat

Improve data parsing and display in the chat interface.

In ProgressMedium Priority3/8/2025 - 4/2/2025

Currently using React Markdown, better spacing with proper <br> and parsing

Add Upload Limit Feature

Limit free tier user to 10 mb per month

CompletedHigh Priority3/7/2025 - 3/7/2025

Updated interface and current-user route and uploadp page to handle upload limit

Add Feature to Reset Users Upload Limit Monthly

Cron job or API to reset users upload limit monthly

CompletedMedium Priority3/9/2025 - 3/9/2025

Used cron-job.org

Optimize Uploaded PDF

Have an option for user to optimize their uploaded PDFs before upserting to save bytes.

Not StartedMedium Priority4/2/2025 - 4/2/2025

Dashboard & Settings Page

Update the dashboard and setting page to include functionality.

In ProgressMedium Priority4/2/2025 - 4/2/2025

Cookies Auth for SSE Route

Use cookies for SSE route authentication.

Not StartedHigh Priority4/2/2025 - 4/2/2025

CSRF Protection

Add CSRF protection to secure the application.

Not StartedHigh Priority4/2/2025 - 4/2/2025

UI Improvement

Enhance the user interface for better usability.

In ProgressMedium Priority3/2/2025 - 4/2/2025

Object Generation Streaming

Upgrade the current approach of streaming text only.

SkippedMedium Priority4/2/2025 - 4/2/2025

Not Necessary --> Used React Markdown for now

Create test to simulate handling 100+ users

Create a test to simulate handling 100+ users.

Not StartedMedium Priority4/2/2025 - 4/2/2025

Custom No PDF Chat

Implement chat functionality without PDF support.

Not StartedLow Priority4/2/2025 - 4/2/2025

Implement Custom Memory

Add custom memory implementation for chat sessions.

Not StartedMedium Priority4/2/2025 - 4/2/2025

Advanced Rate Limiting

Add advanced rate limiting mechanisms.

Not StartedLow Priority4/2/2025 - 4/2/2025

Reverse Proxy

Set up a reverse proxy for the application.

SkippedMedium Priority4/2/2025 - 4/2/2025

Not Needed