diff --git a/README.md b/README.md
index 924b76dc..3c6b51dd 100644
--- a/README.md
+++ b/README.md
@@ -13,12 +13,9 @@
[](https://www.framer.com/motion/)
[](https://opensource.org/licenses/MIT)
-[](https://github.com/docmagic-ai/docmagic)
-[](https://docmagic1.netlify.app)
-[](https://github.com/docmagic-ai/docmagic/releases)
+[](https://github.com/Muneerali199/DocMagic/releases)
[](http://makeapullrequest.com)
-[](./CONTRIBUTING.md)
-
+[]()

@@ -35,11 +32,9 @@
-[](https://docmagic1.netlify.app)
-[](https://docmagic1.netlify.app/about)
-[](https://github.com/docmagic-ai/docmagic/fork)
-[](./CONTRIBUTING.md)
-[](./API.md)
+[](https://doc-magic-heob.vercel.app/)
+[](https://doc-magic-heob.vercel.app/about)
+[](https://github.com/Muneerali199/DocMagic/fork)
@@ -71,14 +66,10 @@
### 🎨 **Modern UI/UX Design**
-- **✨ Glass Morphism Interface**: Modern glass-effect components with subtle transparency and blur effects
-- **🌈 Gradient Magic**: Dynamic bolt gradients and shimmer effects throughout the interface
-- **🎭 Floating Animations**: Smooth floating orbs and animated background elements powered by Framer Motion
- **📱 Responsive Excellence**: Mobile-first design optimized for all screen sizes
- **🌙 Dark/Light Theme**: Seamless theme switching with next-themes
- **♿ Accessibility First**: WCAG 2.1 AA compliant components
- **🎯 Magical Professionalism**: Design philosophy combining cutting-edge visual effects with professional usability
-- **Micro-Interactions**: Hover effects, scale transitions, and pulse animations for enhanced user engagement
### 🤖 **AI-Powered Document Generation**
@@ -210,70 +201,6 @@ DocMagic features a cutting-edge design system built around glass morphism princ
- Debounced search and form inputs
- Optimistic UI updates for instant feedback
-## 📸 Platform Screenshots
-
-
-
-### 🏠 **Landing Page with Glass Morphism Design**
-
-

-
Hero section with floating animations and gradient effects
-
-### 📄 **AI Resume Generator Interface**
-
-

-
Intelligent resume builder with real-time ATS optimization
-
-### 🎯 **Presentation Studio with Smart Layouts**
-
-

-
Professional slide creator with automatic chart generation
-
-## 🏗️ **Technical Architecture**
-
-### 🚀 **Frontend Stack**
-
-```typescript
-// Core Framework
-Next.js 15.4.0 // React framework with App Router
-React 18.3.1 // UI library with concurrent features
-TypeScript 5.8.3 // Type-safe development
-
-// Styling & UI
-Tailwind CSS 3.4.17 // Utility-first CSS framework
-Radix UI // Accessible component primitives
-Framer Motion 12.23.6 // Animation library
-next-themes 0.4.6 // Theme management
-
-// Forms & Validation
-React Hook Form 7.60.0 // Performant forms
-Zod 3.25.76 // Schema validation
-```
-
-### 🔧 **Backend & Services**
-
-```typescript
-// Database & Auth
-Supabase // PostgreSQL database + Auth
-@supabase/auth-helpers-nextjs 0.10.0
-@supabase/supabase-js 2.52.0
-
-// AI & Generation
-Google Gemini AI // Document generation
-@google/generative-ai 0.3.1 // Official Gemini SDK
-
-// Payments
-Stripe 14.25.0 // Payment processing
-@stripe/stripe-js 3.5.0 // Client-side Stripe
-
-// Document Processing
-mammoth 1.9.1 // DOCX parsing
-pdf-parse 1.1.1 // PDF parsing
-docx 8.5.0 // DOCX generation
-jspdf 2.5.2 // PDF generation
-pptxgenjs 3.12.0 // PowerPoint generation
-```
-
### 📊 **Document Processing Pipeline**
```mermaid
@@ -286,83 +213,11 @@ graph LR
F --> G[PDF/DOCX/PPTX]
```
-### 🔍 **ATS Analyzer System**
-
-

-
Real-time resume analysis with actionable insights
-
-
-
-## 📁 Project Structure
-
-```
-docmagic/
-├── app/ # Next.js app directory
-│ ├── api/ # API routes
-│ │ ├── analyze/ # Resume analysis endpoints
-│ │ ├── auth/ # Authentication endpoints
-│ │ ├── generate/ # Document generation endpoints
-│ │ ├── send-email/ # Email sending functionality
-│ │ ├── stripe/ # Stripe payment integration
-│ │ └── user/ # User data endpoints
-│ ├── auth/ # Authentication pages
-│ ├── cv/ # CV generator page
-│ ├── letter/ # Letter generator page
-│ ├── presentation/ # Presentation generator page
-│ ├── resume/ # Resume generator pages
-│ ├── settings/ # User settings page
-│ ├── globals.css # Global styles
-│ ├── layout.tsx # Root layout component
-│ └── page.tsx # Home page
-├── components/ # React components
-│ ├── auth-provider.tsx # Authentication context provider
-│ ├── document-card.tsx # Document type card component
-│ ├── features-section.tsx # Features showcase section
-│ ├── hero-section.tsx # Landing page hero section
-│ ├── letter/ # Letter-specific components
-│ ├── presentation/ # Presentation-specific components
-│ ├── resume/ # Resume-specific components
-│ ├── site-header.tsx # Navigation header
-│ ├── sponsor-banner.tsx # Sponsor information banner
-│ ├── subscription-button.tsx # Subscription management
-│ ├── testimonials-section.tsx # User testimonials
-│ ├── theme-provider.tsx # Dark/light theme provider
-│ ├── theme-toggle.tsx # Theme toggle button
-│ └── ui/ # UI components (shadcn/ui)
-├── hooks/ # Custom React hooks
-│ ├── use-subscription.ts # Subscription state management
-│ └── use-toast.ts # Toast notifications
-├── lib/ # Utility libraries
-│ ├── gemini.ts # Google Gemini AI integration
-│ ├── parsers/ # Document parsing utilities
-│ ├── stripe.ts # Stripe payment configuration
-│ ├── supabase/ # Supabase client configuration
-│ └── utils.ts # General utility functions
-├── public/ # Static assets
-├── supabase/ # Supabase configuration
-│ └── migrations/ # Database migration files
-├── types/ # TypeScript type definitions
-│ └── supabase.ts # Supabase database types
-├── .env.local # Environment variables (not in repo)
-├── .eslintrc.json # ESLint configuration
-├── .gitignore # Git ignore file
-├── CONTRIBUTING.md # Contribution guidelines
-├── LICENSE # MIT license
-├── README.md # Project documentation
-├── middleware.ts # Next.js middleware
-├── netlify.toml # Netlify deployment configuration
-├── next.config.js # Next.js configuration
-├── package.json # Project dependencies
-├── postcss.config.js # PostCSS configuration
-├── tailwind.config.ts # Tailwind CSS configuration
-└── tsconfig.json # TypeScript configuration
-```
-
## 🚀 **Quick Start Guide**
### 🌐 **Learn More**
-Visit our comprehensive **About Page** at [https://docmagic1.netlify.app/about](https://docmagic1.netlify.app/about) to explore:
+Visit our comprehensive **About Page** at [https://docmagic1.netlify.app/about](https://doc-magic-heob.vercel.app/about) to explore:
- 🎯 **Mission & Vision** - Our commitment to democratizing document creation
- ⚡ **Core Features** - AI-powered tools and capabilities
@@ -804,7 +659,7 @@ The application is deployed on Netlify. To deploy your own instance:
#### 🐛 **Bug Reports & Fixes**
- Report bugs using our [issue template](https://github.com/docmagic-ai/docmagic/issues/new?template=bug_report.md)
-- Fix existing bugs and earn contributor recognition
+- Fix existing bugs
- Help improve stability and user experience
#### ✨ **Feature Development**
@@ -846,8 +701,6 @@ We celebrate our contributors! Every contribution gets:
- 🎁 **Exclusive swag** for significant contributions
- 💼 **Portfolio showcase** opportunities
-For detailed guidelines, see [CONTRIBUTING.md](./CONTRIBUTING.md).
-
## 📜 **Open Source License**
**DocMagic is free and open source software** licensed under the MIT License. This means you can:
@@ -998,8 +851,6 @@ Got questions? Check out our comprehensive [FAQ](./FAQ.md) for answers to common
### 🆘 **Get Help**
-- 📚 **Documentation**: [docs.docmagic.com](https://docs.docmagic.com)
-- 💬 **Discord Community**: [Join our Discord](https://discord.gg/docmagic)
- 🐛 **Bug Reports**: [GitHub Issues](https://github.com/yourusername/docmagic/issues)
- 💡 **Feature Requests**: [GitHub Discussions](https://github.com/yourusername/docmagic/discussions)
@@ -1012,9 +863,7 @@ Got questions? Check out our comprehensive [FAQ](./FAQ.md) for answers to common
### 🌐 **Social Media**
-- **Twitter**: [@DocMagicAI](https://twitter.com/DocMagicAI)
- **LinkedIn**: [DocMagic Company](https://linkedin.com/company/docmagic)
-- **GitHub**: [DocMagic Organization](https://github.com/docmagic-ai)
---
@@ -1022,9 +871,8 @@ Got questions? Check out our comprehensive [FAQ](./FAQ.md) for answers to common
### 🚀 **Ready to Create Magic?**
-[](https://docmagic1.netlify.app)
+[](https://doc-magic-heob.vercel.app/)
[](https://github.com/yourusername/docmagic)
-[](https://discord.gg/docmagic)
@@ -1034,8 +882,6 @@ _Transforming ideas into professional documents, one AI generation at a time._
-
-
| Endpoint | Method | Description | Request Body | Response |
@@ -1298,7 +1144,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
---
-## 🌟 Top Contributors
+🌟 Top Contributors
We sincerely thank the amazing individuals who have contributed to DocMagic. Your time, effort, and ideas make this project better every day.
@@ -1306,8 +1152,6 @@ We sincerely thank the amazing individuals who have contributed to DocMagic. You
[](https://github.com/Muneerali199/DocMagic/graphs/contributors)
-> Want to contribute? Check out our [CONTRIBUTING.md](CONTRIBUTING.md) guide and submit your first PR!
-
Built with ❤️ by the DocMagic Team
Designed by Xenonesis
© 2025 DocMagic. All rights reserved.