This commit is contained in:
Anthony Menghi - antocreadev
2026-03-10 09:41:37 +01:00
parent 866d3b9e87
commit a175da1832
92 changed files with 35962 additions and 0 deletions

BIN
public/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
public/favicon-96x96.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

10
public/favicon.svg Normal file
View File

@@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<defs>
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#1e3a5f;stop-opacity:1" />
<stop offset="100%" style="stop-color:#3b82f6;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="100" height="100" rx="20" ry="20" fill="url(#grad)"/>
<text x="50" y="65" font-family="Arial, sans-serif" font-size="48" font-weight="bold" fill="white" text-anchor="middle">PD</text>
</svg>

After

Width:  |  Height:  |  Size: 519 B

67
public/llms.txt Normal file
View File

@@ -0,0 +1,67 @@
# PrimaDopu
> Outil de visualisation avant/après par intelligence artificielle pour les professionnels de l'aménagement intérieur et extérieur.
PrimaDopu est une application web française qui permet aux architectes, décorateurs d'intérieur, agences immobilières, artisans du bâtiment et paysagistes de créer des visuels avant/après photoréalistes en moins de 3 minutes grâce à l'IA.
## Fonctionnalités principales
- **Génération avant/après par IA** : Téléchargez une photo, décrivez les modifications souhaitées, obtenez un rendu photoréaliste
- **Home staging virtuel** : Visualisez le potentiel d'un bien immobilier sans travaux réels
- **Changement de matériaux** : Carrelage, parquet, peinture, papier peint, crépi, bardage
- **Remplacement de mobilier** : Tables, canapés, lits, armoires, meubles de cuisine
- **Décoration et textiles** : Rideaux, tapis, coussins, tableaux, objets déco
- **Luminaires et éclairage** : Changement d'ambiance lumineuse
- **Paysagisme** : Aménagement de jardins et espaces extérieurs
- **Bibliothèque de références** : Sauvegardez vos matériaux et textures préférés
## Cas d'usage
- Architectes présentant des projets de rénovation à leurs clients
- Décorateurs d'intérieur proposant des options de décoration
- Agences immobilières réalisant du home staging virtuel
- Cuisinistes visualisant des aménagements de cuisine
- Artisans BTP montrant le résultat de travaux avant réalisation
- Paysagistes présentant des projets d'aménagement extérieur
## Informations techniques
- **Site web** : https://primadopu.fr
- **Langue** : Français
- **Localisation** : France
- **Type d'application** : SaaS (Software as a Service)
- **Technologie** : Application web (pas d'installation requise)
## Tarification
- **Essai gratuit** : Disponible pour tester le service
- **Plan Standard** : 25 projets/mois
- **Plan Pro** : 50 projets/mois
- Sans engagement, annulation à tout moment
## Contact
- **Email** : primadopu.ai@gmail.com
- **Éditeur** : Anthony MENGHI (Entrepreneur individuel)
- **SIRET** : 914 116 835 00010
## Pages principales
- / : Page d'accueil avec démonstration interactive
- /pricing : Tarifs et abonnements
- /sign-up : Inscription (essai gratuit)
- /sign-in : Connexion
- /legal/mentions : Mentions légales
- /legal/privacy : Politique de confidentialité
- /legal/terms : Conditions générales d'utilisation
## Pages privées (authentification requise)
- /generate : Interface de génération d'images
- /library : Bibliothèque de matériaux de référence
- /history : Historique des générations
- /profile : Profil utilisateur
## Mots-clés
visualisation avant après, home staging virtuel, IA décoration intérieur, outil architecte IA, rénovation virtuelle, simulation aménagement, transformation intérieur IA, design intérieur IA, relooking maison virtuel, staging immobilier

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 KiB

BIN
public/logo-primadopu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 KiB

BIN
public/og-image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 529 KiB

53
public/robots.txt Normal file
View File

@@ -0,0 +1,53 @@
# Robots.txt pour PrimaDopu
# https://primadopu.fr
User-agent: *
Allow: /
# Pages autorisées explicitement
Allow: /
Allow: /pricing
Allow: /legal/
Allow: /sign-in
Allow: /sign-up
# Bloquer les ressources privées et API
Disallow: /api/
Disallow: /admin/
Disallow: /profile
Disallow: /history
Disallow: /generate
Disallow: /library
Disallow: /no-credits
# Bloquer les uploads générés
Disallow: /uploads/
# Sitemap
Sitemap: https://primadopu.fr/sitemap.xml
# Crawl-delay pour éviter la surcharge
Crawl-delay: 1
# Règles spécifiques pour les bots principaux
User-agent: Googlebot
Allow: /
Disallow: /api/
Disallow: /admin/
Disallow: /uploads/
User-agent: Bingbot
Allow: /
Disallow: /api/
Disallow: /admin/
Disallow: /uploads/
# Bloquer les bots malveillants connus
User-agent: AhrefsBot
Disallow: /
User-agent: SemrushBot
Disallow: /
User-agent: MJ12bot
Disallow: /

39
public/site.webmanifest Normal file
View File

@@ -0,0 +1,39 @@
{
"name": "PrimaDopu - Visualisation Avant/Après par IA",
"short_name": "PrimaDopu",
"description": "Créez des visuels avant/après professionnels en moins de 3 minutes. Rénovation, décoration, mobilier, paysagisme.",
"start_url": "/",
"scope": "/",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/favicon-96x96.png",
"sizes": "96x96",
"type": "image/png",
"purpose": "any"
},
{
"src": "/apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png",
"purpose": "any"
}
],
"theme_color": "#1e3a5f",
"background_color": "#ffffff",
"display": "standalone",
"orientation": "portrait-primary",
"categories": ["business", "productivity", "design"],
"lang": "fr"
}

56
public/sitemap.xml Normal file
View File

@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<!-- Page d'accueil -->
<url>
<loc>https://primadopu.fr/</loc>
<lastmod>2026-01-11</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<!-- Page tarifs -->
<url>
<loc>https://primadopu.fr/pricing</loc>
<lastmod>2026-01-11</lastmod>
<changefreq>monthly</changefreq>
<priority>0.9</priority>
</url>
<!-- Page connexion -->
<url>
<loc>https://primadopu.fr/sign-in</loc>
<lastmod>2026-01-11</lastmod>
<changefreq>yearly</changefreq>
<priority>0.6</priority>
</url>
<!-- Page inscription -->
<url>
<loc>https://primadopu.fr/sign-up</loc>
<lastmod>2026-01-11</lastmod>
<changefreq>yearly</changefreq>
<priority>0.6</priority>
</url>
<!-- Pages légales -->
<url>
<loc>https://primadopu.fr/legal/mentions</loc>
<lastmod>2026-01-11</lastmod>
<changefreq>yearly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>https://primadopu.fr/legal/privacy</loc>
<lastmod>2026-01-11</lastmod>
<changefreq>yearly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>https://primadopu.fr/legal/terms</loc>
<lastmod>2026-01-11</lastmod>
<changefreq>yearly</changefreq>
<priority>0.3</priority>
</url>
</urlset>

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB