feat: Add Productivity Engine - Structured Document System#412
Open
Muneerali199 wants to merge 3 commits intomainfrom
Open
feat: Add Productivity Engine - Structured Document System#412Muneerali199 wants to merge 3 commits intomainfrom
Muneerali199 wants to merge 3 commits intomainfrom
Conversation
Implements the Master Plan for transforming DraftDeckAI into a Productivity Engine: Core Features: - Document Blueprint system with hardcoded structures for 4 document types: * Business Proposal (Sales & Partnerships) * Project Report (Corporate & Engineering) * Academic/Market Research (IMRaD format) * Requirements Specification (IEEE 830) - Context Awareness (RAG): * File upload support (PDF, CSV, DOCX, TXT, JSON) * Content extraction and processing * AI citations from uploaded context - Visual Tagging System: * Automatic visual detection in content * Mermaid.js integration for flowcharts, Gantt charts, timelines * Chart.js integration for data visualization * Support for pie charts, bar charts, line charts, tables - Document Generation Workflow: * Outline generation and approval * Section-by-section content generation * Multiple tone modes (startup, academic, professional) - Export Options: * Word (.docx) export with proper formatting * PDF export via browser print * Preserved structure and citations UI Components: - DocumentGenerator: Main wizard interface - Multi-step generation process - Real-time preview with tabs - Visual diagram placeholders Added new route: /productivity-engine Updated homepage with Productivity Engine card All changes made in feature/productivity-engine branch from origin/main
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
❌ Deploy Preview for docmagic-muneer failed. Why did it fail? →
|
❌ Deploy Preview for docmagic1 failed. Why did it fail? →
|
Updated ai-generator.ts to use Mistral API instead of Gemini: - Replaced GoogleGenerativeAI with direct Mistral API calls - Using mistral-large-latest model for document generation - Updated API endpoint and authentication to match existing codebase patterns - Maintained all existing functionality (outline generation, section generation, tone matching) Mistral API integration follows existing patterns used in: - lib/mistral.ts - app/api/generate/resume/route.ts - app/api/generate/letter/route.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements the Master Plan for transforming DraftDeckAI into a Productivity Engine:
Core Features:
Document Blueprint system with hardcoded structures for 4 document types:
Context Awareness (RAG):
Visual Tagging System:
Document Generation Workflow:
Export Options:
UI Components:
Added new route: /productivity-engine
Updated homepage with Productivity Engine card
All changes made in feature/productivity-engine branch from origin/main
Description
Provide a brief summary of the changes made to the project and the motivation behind them. Include any relevant issues.
Fixes #123 (replace with actual issue number)
Type of Change
Changes Made
Dependencies
Add Screenshots
If your PR consist of any UI changes, please provide screenshots or video (if requried).
Checklist
npm run dev)