Welcome 👋
Create Word Document
Generate .docx files
Create PowerPoint Slides
Create auto AI slides
My Projects
View all saved projects
About this project
About
This platform helps professionals create well-structured business documents quickly using AI. Users scaffold documents (outline/sections), generate content section-by-section, and iteratively refine the output.
The backend integrates with large language models to produce context-aware text and assemble final .docx/.pptx files. The UI focuses on author control — you can make each section more formal, shorter, or focused for a specific audience.
Saved projects include revision history so authors can revert and compare previous drafts. Exporting uses server-side document libraries (python-docx / python-pptx) to assemble user-approved content.
For security and production-readiness, swap the demo localStorage auth with a real backend (JWT or Firebase Auth), hashed passwords, and HTTPS.
Process
- Create a project: choose Word or PPT and enter the main prompt.
- AI generates an outline or slide titles and suggests content for each section.
- Refine individual sections with targeted prompts (e.g., "Make more formal" or "Shorten to 50 words").
- Save revisions, preview, and export the assembled document (.docx / .pptx).