AI SummaryA French-language system prompt for implementing a complete user account architecture and member dashboard UI using React, Tailwind CSS, and Supabase, with responsive design and dark/light theme support. Developers building multi-platform applications with authentication and user management will find this useful for accelerating dashboard implementation.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "presidence.ga — System Prompt" prompt rules to my project. Repository: https://github.com/okatech-org/presidence.ga Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
System Prompt for presidence.ga
Prompt pour le Système de Design de l'Espace Utilisateur et l'Architecture des Comptes
Ce prompt est conçu pour être utilisé avec une IA de codage (comme moi) pour répliquer ou adapter le design de l'espace utilisateur et l'architecture des comptes créés pour le projet Présidence.
Contexte
Vous souhaitez implémenter un espace utilisateur complet, sécurisé et esthétique, avec une architecture de compte robuste sur Supabase. Le design doit être responsive (mobile/desktop) et supporter les thèmes clair/sombre.
Instructions pour l'IA
Rôle : Expert en développement React, Tailwind CSS et Supabase. Tâche : Implémenter l'architecture des comptes et l'interface utilisateur de l'espace membre.
1. Architecture des Données (Supabase)
• Table user_profiles : • Étendre la table user_profiles liée à auth.users. • Colonnes requises : • id (UUID, PK) • user_id (UUID, FK vers auth.users) • full_name (Text) • avatar_url (Text) • bio (Text) • preferences (JSONB : { theme: 'system' | 'light' | 'dark', language: string, notifications: boolean }) • created_at, updated_at (Timestamps) • Politiques RLS : • SELECT : L'utilisateur peut voir son propre profil. • UPDATE : L'utilisateur peut modifier son propre profil.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts