feat: implement core application structure, UI components, internationalization, and database seeding.

This commit is contained in:
2026-03-04 13:50:37 +01:00
parent 85642b4672
commit 5101f39ba0
49 changed files with 2732 additions and 980 deletions

View File

@@ -13,7 +13,7 @@ async function main() {
name: 'free',
displayName: 'Gratuit',
price: 0,
description: 'Idéal pour découvrir PlumeIA.',
description: 'Idéal pour découvrir Pluume.',
maxProjects: 1,
maxAiActions: 10,
features: ['10 actions IA / mois', '1 projet actif', 'Bible du monde simple'],
@@ -33,7 +33,7 @@ async function main() {
{
id: 'master',
name: 'master',
displayName: 'Maître Plume',
displayName: 'Maître Pluume',
price: 29,
description: 'Le summum de l\'écriture IA.',
maxProjects: 20,