You're seeing this page as if you were . The main menu is still yours, though. Exit from immersion
Marc P.MP

Marc P.

CTO | Dev | Claude rescue

€500/day
16 projects
Morlaix, FR
8-15 years

Average response time: 1 hour

Freelancer profile translated to English.
Back to original language

About Marc

12 years of coding,SaaSin production, and one obsession: growing your business.
Full-stack developer, SaaS creator. Through my studio **Web du Léon**, I design web solutions that perform, convert, and **scale**.

🚀 SaaS Builder

I designed and launched my own SaaS:Forex Calendar Pro(forex-calendar.pro), a real-time tool for Forex traders, andRunAI Coach(runai.coach), AI-powered sports coaching. From idea to deployment, I master the entire chain. I will assist you with the creation, redesign, or scaling of your SaaS.

📈 Growth Hacking & SEO

A good product without traffic is worthless. Advanced technical SEO (Core Web Vitals, structure, speed, sitemaps), organic acquisition strategy, intelligent automation, and performance monitoring.

🤖 AI & Automation

I integrate AI daily: LLM APIs (OpenAI, Claude, Mistral) into your apps and plugins, business task automation, content generation, and AI-enhanced tools.

⚙️ Technical Expertise

  • **JavaScript**: front/back, ReactJS, ReactNative, TS.
  • **Advanced WordPress**: custom plugins, WooCommerce, multisite, REST API.
  • **PHP/Back-end**: testing, APIs (CodeIgniter, Express).
  • **Python**.
  • **Databases**: MySQL/MariaDB, Supabase, NoSQL.
  • **Infra & DevOps**: Debian, Apache/Nginx, Plesk or bare metal, CI/CD, Git, SSL, CDN. Faithful integration from Figma mockups.

🔧 What I do for you

  • Creation/redesign of SaaS, websites, and web applications.
  • Business WordPress plugins and API integrations. Debugging, security, acceleration.
  • Maintenance and continuous deployment.
  • Zero-downtime migrations.
  • Server management (Plesk or Debian).
  • Technical SEO
  • Growth and acquisition strategy.

→ Contact me for an audit and a concrete action plan.
  • English

    Fluent

  • German

    Basic

  • French

    Native or bilingual

Remote only
Primarily works remotely

Experience

  • Runai.coach
    Creation of an AI-powered running coaching SaaS - RunAI Coach
    SPORTS
    January 2026 - January 2026
    Morlaix, France

    Context

    Over 10 million runners in France, but most follow generic plans unsuited to their profile. RunAI Coach solves this problem: in 6 questions and 30 seconds, the AI analyzes the user's level, goals, fitness, and constraints to generate a unique program. No registration required, immediate results, 1-click PDF export.

    What I designed and developed

    • **Modern full-stack architecture deployed on Vercel**: React front-end application with server-side rendering (Next.js), serverless API routes, automated continuous deployment on every Git push.
    • **Turso database (distributed edge SQLite)**: Storage of anonymized profiles, generated programs, and usage metrics. Performance and cost-effective choice, with ultra-fast response times thanks to edge computing.
    • **AI Integration via Groq**: Use of the Groq API for high-speed LLM inference. Design of specialized prompts for sports coaching: considering the goal (5K, 10K, half, marathon, trail), level, age, gender, potential injuries, and fitness. Generation of structured, progressive, and unique programs for each user.
    • **Multi-profile coverage**: Road running, trail, postpartum return, post-injury recovery, beginners. The AI automatically adapts load, progression, and safety instructions based on the situation.
    • **PDF Generation**: Automatic export of the complete program, ready to print or store on mobile.
    • **Pro Area under deployment**: Offering for coaches and gyms to generate programs at scale for their members.
    • **UX designed for conversion**: Frictionless journey (no registration), clean interface, minimal generation time to maximize completion rate.

    Technical Stack:


    Next.js, React, Vercel, Turso (SQLite), Groq LLM, PDF generation, Git, CI/CD.
    React.js Claude Code Vercel SAAS Groq
  • Forex-calendar.pro
    Creation of a SAAS: Telegram Alerts & API for retail traders (dev)
    PRIVATE EQUITY
    December 2025 - January 2026 (1 month)
    Morlaix, France
    Design, development, and launch of aB2C SaaSfor **Forex traders**, from initial idea to production with active monetization.

    Context

    Forex traders need to track economic announcements (NFP, interest rates, GDP, etc.) in real-time, which directly impact markets. Existing solutions are either too basic or not automatable. I created Forex Calendar Pro to fill this gap: a professional tool, accessible via API, enhanced by AI.

    What I designed and developed:

    • **Complete SaaS architecture**: JS back-end, SUPABASE database, REST API structured with API key authentication, intelligent caching system for instant responses.
    • **Real-time economic calendar API**: Collection, normalization, and dissemination of 50+ major indicators, with support for 10 time zones (Paris, London, New York, Tokyo, Sydney, etc.).
    • **AI Integration (LLM)**: Daily briefings generated by artificial intelligence summarizing the day's issues, volatility windows, currencies to watch. Individual analysis of each announcement on demand.
    • **Telegram alert system**: Automatic daily digest sent before market open, filterable by impact level (high/medium/low), configurable by the user.
    • **Multilingual platform**: Interface and content available in 5 languages (FR, EN, DE, JA, ZH).
    • **Freemium model with 3 plans (Free, Basic, Pro)**: Subscription management, usage quotas, user dashboard.
    • **Infrastructure & DevOps**: Deployment on Vercel, SSL, monitoring, automated backups, CI/CD.
    • Complete API documentation with Postman collectionfor 5-minute integration (Python, JavaScript, PHP).
    • **Technical Stack**: NextJS, REST API, Supabase, Vercel, LLM integration (Groq), Telegram Bot API, caching system, Git, CI/CD.
    React.js REST API SaaS Developer Supabase Vercel
  • Eleficient
    Malt logoOn Malt
    Debugging of 3 WordPress sites after migrations
    ARTS AND CRAFTS
    March 2024 - March 2024
    Paris, France

    Context

    The client had their 3 sites migrated by a previous provider. Result: broken navigation, inaccessible pages, server errors, conflicting plugins. The sites were partially offline and directly impacting business.

    Diagnostics and fixes performed

    • **Complete audit of each site**: Error identification via server logs (error.log, access.log), database inspection, verification of WordPress core files, analysis of plugin conflicts.
    • **Navigation fix**: Rewriting permalinks, fixing hardcoded URLs in the database (serialized search & replace), checking the .htaccess file and Apache/Nginx rewrite rules. Resolving broken internal links and redirect loops.
    • **Server configuration fix**: Adjusting PHP configuration (memory_limit, max_execution_time, upload_max_filesize), correcting file and folder permissions (chmod/chown), checking SSL configuration and HTTP/HTTPS redirects, correcting DNS entries and the wp-config.php file (WP_HOME, WP_SITEURL, DB parameters).
    • **Plugin fix and update**: Identifying conflicting or incompatible plugins with the target PHP/WordPress version. Secure update of critical plugins, deactivation of obsolete modules, reconfiguration of cache and security plugins post-migration. Non-regression testing after each update.
    • **Final checks**: Testing all pages and forms, performance check (load time, DB queries), Google indexing check (Search Console) and SSL certificates.

    Stack & Tools


    WordPress, PHP, MySQL, Apache/Nginx, WP-CLI, Search & Replace DB, SSH, server logs, Google Search Console.
    Apache PHP Wordpress Web Development Web Server

Reviews

5.0

Out of 13 ratings

T

Thomas

Artei

Reviewed on 9/29/2025

Marc is very professional and responsive. He responded to our request by perfectly explaining the steps he was implementing and was very reasonable in his pricing, even though we were in a hurry and under pressure. Others would have taken advantage of it to try to charge us much more. You can therefore proceed with confidence with Marc.
E

Eugénie

Eleficient

Reviewed on 4/7/2024

Marc was very quick and professional. The problem was quickly understood and resolved the same day the quote was proposed. I would recommend him.

Recommendations

MG
FU
Mathieu Garnault and 1 other person have recommended Marc

These freelancer profiles also match your criteria

AgathaA

Agatha Frydrych

Backend Java Software Engineer

4.7

(3)

2

BaptisteB

Baptiste Duhen

Fullstack developer

4.6

(4)

5

AmedA

Amed Hamou

Senior Lead Developer

4

(2)

7

AudreyA

Audrey Champion

Web developer

4.3

(3)

4

Education

  • Master's degree in Information Systems Administration: Application Developer-Web option
    Web Digital School Brest
    2017
    Apprendre à utiliser la programmation en objet. Savoir utiliser un langage dynamique dans la création et la gestion d’un site web. Allier l’expertise technique à la gestion de projets. Maîtriser la gestion d’un serveur Web ainsi que sa maintenance. Pouvoir créer, gérer et maintenir une base de données. Savoir rédiger et tenir une discussion en anglais.
  • Higher National Diploma in Management Informatics: Developer option
    Saint Louis Chateaulin
    2010
    Le développeur est un spécialiste de la création et de l'adaptation d'applications informatiques. Il intervient tout au long de leur cycle de vie, de l'analyse des besoins des utilisateurs à la maintenance des programmes. - Français - Langue anglaise appliquée - Economie et droit - Mathématiques - Architecture matérielle des systèmes informatiques - Architecture logicielle des systèmes informatiques - Développement d’applications informatiques et Génie logiciel - Gestion des entreprises et organisation des systèmes d’informations - Actions professionnelles - Accès des étudiants aux ressources informatiques et documentaires de l’établissement

Certifications

Skill set

Categories