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:
10
README.md
10
README.md
@@ -1,6 +1,8 @@
|
||||
# SaaS-PDF — Free Online Tools Platform
|
||||
# Dociva — Free Online Tools Platform
|
||||
|
||||
A free SaaS platform offering PDF, image, video, and text processing tools. Built with **Python Flask** (backend) and **React + Vite** (frontend), powered by **Celery + Redis** for async processing, and deployed on **AWS**.
|
||||
A free SaaS platform offering PDF, image, video, and text processing tools. Built with **Python Flask** (backend) and **React + Vite** (frontend), powered by **Celery + Redis** for async processing.
|
||||
|
||||
**Live at:** [https://dociva.io](https://dociva.io)
|
||||
|
||||
## 🛠 Tools (Current)
|
||||
|
||||
@@ -65,7 +67,7 @@ docker-compose up --build
|
||||
- Session-backed authentication via `/api/auth/*`
|
||||
- Free account creation with email + password
|
||||
- Recent generated-file history via `/api/history`
|
||||
- Persistent SQLite storage at `DATABASE_PATH` (defaults to `backend/data/saas_pdf.db` locally)
|
||||
- Persistent SQLite storage at `DATABASE_PATH` (defaults to `backend/data/dociva.db` locally)
|
||||
|
||||
## 📈 Analytics & Ads Env
|
||||
|
||||
@@ -80,7 +82,7 @@ docker-compose up --build
|
||||
## 📁 Project Structure
|
||||
|
||||
```
|
||||
SaaS-PDF/
|
||||
Dociva/
|
||||
├── backend/ # Flask API + Celery Workers
|
||||
├── frontend/ # React + Vite + TypeScript
|
||||
├── nginx/ # Reverse proxy configuration
|
||||
|
||||
Reference in New Issue
Block a user