chore: update project branding from SaaS-PDF to Dociva

- Updated robots.txt to reflect new site name and sitemap URL.
- Modified sitemap.xml to change all URLs from saas-pdf.com to dociva.io.
- Changed storage key for site assistant in SiteAssistant.tsx.
- Updated SEOHead.tsx to change site name in meta tags.
- Translated app name and related text in Arabic, English, and French JSON files.
- Updated contact email in ContactPage.tsx, PrivacyPage.tsx, and TermsPage.tsx.
- Changed internal admin page title to reflect new branding.
- Updated pricing page meta description to reference Dociva.
- Adjusted Nginx configuration for new domain.
- Modified deployment script to reflect new branding.
- Updated sitemap generation script to use new domain.
This commit is contained in:
Your Name
2026-03-16 21:51:12 +02:00
parent 957d37838c
commit f933ffa8a0
40 changed files with 213 additions and 167 deletions

View File

@@ -1,4 +1,4 @@
# CLAUDE.md — SaaS-PDF Codebase Rules & Design System Reference
# CLAUDE.md — Dociva Codebase Rules & Design System Reference
> Comprehensive rules document for AI-assisted development and Figma-to-code integration via Model Context Protocol (MCP).
@@ -6,7 +6,7 @@
## 1. Project Overview
SaaS-PDF is a full-stack web application offering 16+ free online file-processing tools (PDF, image, video, text). The architecture is a **Python/Flask backend** with **Celery workers** for async processing, and a **React + TypeScript frontend** styled with **Tailwind CSS**.
Dociva is a full-stack web application offering 16+ free online file-processing tools (PDF, image, video, text). The architecture is a **Python/Flask backend** with **Celery workers** for async processing, and a **React + TypeScript frontend** styled with **Tailwind CSS**.
### Tech Stack Summary
@@ -506,7 +506,7 @@ Used via classes: `.progress-bar-animated`, `.animate-in`
### 9.1 Directory Layout
```
SaaS-PDF/
Dociva/
├── frontend/ # React SPA
│ ├── src/
│ │ ├── components/ # UI Components (layout/, shared/, tools/)