{"id":27,"date":"2026-05-01T10:11:58","date_gmt":"2026-05-01T10:11:58","guid":{"rendered":"https:\/\/faithfulpromptai.com\/?page_id=27"},"modified":"2026-05-01T10:07:32","modified_gmt":"2026-05-01T16:07:32","slug":"home","status":"publish","type":"page","link":"https:\/\/faithfulpromptai.com\/","title":{"rendered":"Home"},"content":{"rendered":"\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>FaithfulPrompt \u2014 Prompt Smarter. Serve Better.<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;700;900&#038;family=Lato:wght@300;400;700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --navy: #0B1F3A;\n    --navy-light: #122847;\n    --gold: #B8973A;\n    --gold-light: #D4AF5A;\n    --gold-pale: #F5EDD6;\n    --white: #FFFFFF;\n    --off-white: #F8F6F1;\n    --gray: #6B7280;\n    --text: #1F2937;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: 'Lato', sans-serif;\n    color: var(--text);\n    background: var(--white);\n    overflow-x: hidden;\n  }\n\n  \/* \u2500\u2500 HERO \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .hero {\n    background: var(--navy);\n    background-image:\n      radial-gradient(ellipse at 20% 50%, rgba(184,151,58,0.08) 0%, transparent 60%),\n      radial-gradient(ellipse at 80% 20%, rgba(184,151,58,0.05) 0%, transparent 50%);\n    min-height: 92vh;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    padding: 40px 24px 100px;\n    margin-top: 0;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image: repeating-linear-gradient(\n      0deg, transparent, transparent 80px,\n      rgba(184,151,58,0.03) 80px, rgba(184,151,58,0.03) 81px\n    ),\n    repeating-linear-gradient(\n      90deg, transparent, transparent 80px,\n      rgba(184,151,58,0.03) 80px, rgba(184,151,58,0.03) 81px\n    );\n    pointer-events: none;\n  }\n\n  .hero-logo {\n    width: 420px;\n    max-width: 85vw;\n    margin-bottom: 40px;\n    animation: fadeUp 0.9s ease both;\n    mix-blend-mode: lighten;\n  }\n\n  .hero-eyebrow {\n    font-family: 'Lato', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 20px;\n    animation: fadeUp 0.9s 0.1s ease both;\n  }\n\n  .hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(2.2rem, 5vw, 3.8rem);\n    font-weight: 900;\n    color: var(--white);\n    line-height: 1.15;\n    max-width: 780px;\n    margin-bottom: 24px;\n    animation: fadeUp 0.9s 0.2s ease both;\n  }\n\n  .hero h1 span {\n    color: var(--gold);\n    font-style: italic;\n  }\n\n  .hero-sub {\n    font-size: clamp(1rem, 2vw, 1.2rem);\n    color: rgba(255,255,255,0.75);\n    max-width: 560px;\n    line-height: 1.75;\n    margin-bottom: 48px;\n    font-weight: 300;\n    animation: fadeUp 0.9s 0.3s ease both;\n  }\n\n  .hero-cta-group {\n    display: flex;\n    gap: 16px;\n    flex-wrap: wrap;\n    justify-content: center;\n    animation: fadeUp 0.9s 0.4s ease both;\n  }\n\n  .btn-primary {\n    background: var(--gold);\n    color: var(--navy);\n    font-family: 'Lato', sans-serif;\n    font-weight: 700;\n    font-size: 0.95rem;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    padding: 16px 36px;\n    border: none;\n    cursor: pointer;\n    text-decoration: none;\n    display: inline-block;\n    transition: all 0.25s ease;\n    clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);\n  }\n\n  .btn-primary:hover {\n    background: var(--gold-light);\n    transform: translateY(-2px);\n    box-shadow: 0 8px 24px rgba(184,151,58,0.35);\n  }\n\n  .btn-secondary {\n    background: transparent;\n    color: var(--white);\n    font-family: 'Lato', sans-serif;\n    font-weight: 400;\n    font-size: 0.95rem;\n    padding: 16px 36px;\n    border: 1px solid rgba(255,255,255,0.3);\n    cursor: pointer;\n    text-decoration: none;\n    display: inline-block;\n    transition: all 0.25s ease;\n  }\n\n  .btn-secondary:hover {\n    border-color: var(--gold);\n    color: var(--gold);\n  }\n\n  .hero-verse {\n    position: absolute;\n    bottom: 32px;\n    left: 50%;\n    transform: translateX(-50%);\n    font-size: 0.78rem;\n    color: rgba(255,255,255,0.35);\n    font-style: italic;\n    letter-spacing: 0.5px;\n    white-space: nowrap;\n    animation: fadeUp 1s 0.6s ease both;\n  }\n\n  \/* \u2500\u2500 DIVIDER \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .gold-divider {\n    height: 4px;\n    background: linear-gradient(90deg, transparent, var(--gold), transparent);\n  }\n\n  \/* \u2500\u2500 PROBLEM \/ SOLUTION \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .problem {\n    background: var(--off-white);\n    padding: 100px 24px;\n    text-align: center;\n  }\n\n  .section-label {\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 16px;\n  }\n\n  .problem h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.8rem, 3.5vw, 2.8rem);\n    color: var(--navy);\n    max-width: 700px;\n    margin: 0 auto 24px;\n    line-height: 1.3;\n  }\n\n  .problem p {\n    font-size: 1.1rem;\n    color: var(--gray);\n    max-width: 620px;\n    margin: 0 auto 40px;\n    line-height: 1.8;\n    font-weight: 300;\n  }\n\n  .problem-cards {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 24px;\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .problem-card {\n    background: var(--white);\n    border-left: 3px solid var(--gold);\n    padding: 28px 28px;\n    text-align: left;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.06);\n  }\n\n  .problem-card h4 {\n    font-family: 'Playfair Display', serif;\n    color: var(--navy);\n    font-size: 1.05rem;\n    margin-bottom: 10px;\n  }\n\n  .problem-card p {\n    font-size: 0.92rem;\n    color: var(--gray);\n    line-height: 1.65;\n    margin: 0;\n  }\n\n  \/* \u2500\u2500 FEATURES \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .features {\n    background: var(--navy);\n    background-image: radial-gradient(ellipse at 50% 100%, rgba(184,151,58,0.07) 0%, transparent 70%);\n    padding: 100px 24px;\n    text-align: center;\n  }\n\n  .features .section-label { color: var(--gold); }\n\n  .features h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.8rem, 3.5vw, 2.8rem);\n    color: var(--white);\n    max-width: 600px;\n    margin: 0 auto 60px;\n    line-height: 1.3;\n  }\n\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 32px;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n\n  .feature-card {\n    background: rgba(255,255,255,0.04);\n    border: 1px solid rgba(184,151,58,0.2);\n    padding: 40px 32px;\n    text-align: left;\n    position: relative;\n    transition: all 0.3s ease;\n  }\n\n  .feature-card:hover {\n    background: rgba(184,151,58,0.06);\n    border-color: rgba(184,151,58,0.5);\n    transform: translateY(-4px);\n  }\n\n  .feature-icon {\n    font-size: 2rem;\n    margin-bottom: 20px;\n    display: block;\n  }\n\n  .feature-num {\n    position: absolute;\n    top: 20px;\n    right: 24px;\n    font-family: 'Playfair Display', serif;\n    font-size: 3rem;\n    font-weight: 900;\n    color: rgba(184,151,58,0.1);\n    line-height: 1;\n  }\n\n  .feature-card h3 {\n    font-family: 'Playfair Display', serif;\n    color: var(--gold);\n    font-size: 1.2rem;\n    margin-bottom: 12px;\n  }\n\n  .feature-card p {\n    color: rgba(255,255,255,0.65);\n    font-size: 0.95rem;\n    line-height: 1.7;\n    font-weight: 300;\n  }\n\n  \/* \u2500\u2500 WHAT IS IT \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .what {\n    background: var(--white);\n    padding: 100px 24px;\n    max-width: 860px;\n    margin: 0 auto;\n    text-align: center;\n  }\n\n  .what h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.8rem, 3.5vw, 2.6rem);\n    color: var(--navy);\n    margin-bottom: 24px;\n    line-height: 1.3;\n  }\n\n  .what p {\n    font-size: 1.08rem;\n    color: var(--gray);\n    line-height: 1.85;\n    margin-bottom: 20px;\n    font-weight: 300;\n  }\n\n  .what p strong {\n    color: var(--navy);\n    font-weight: 700;\n  }\n\n  .vault-highlight {\n    background: var(--gold-pale);\n    border: 1px solid rgba(184,151,58,0.3);\n    padding: 32px 40px;\n    margin: 40px 0;\n    text-align: left;\n  }\n\n  .vault-highlight h4 {\n    font-family: 'Playfair Display', serif;\n    color: var(--navy);\n    font-size: 1.15rem;\n    margin-bottom: 16px;\n  }\n\n  .vault-highlight ul {\n    list-style: none;\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 10px 24px;\n  }\n\n  .vault-highlight ul li {\n    font-size: 0.92rem;\n    color: var(--text);\n    padding-left: 20px;\n    position: relative;\n    line-height: 1.5;\n  }\n\n  .vault-highlight ul li::before {\n    content: '\u2726';\n    color: var(--gold);\n    position: absolute;\n    left: 0;\n    font-size: 0.7rem;\n    top: 2px;\n  }\n\n  \/* \u2500\u2500 CTA BANNER \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .cta-banner {\n    background: var(--navy);\n    background-image:\n      radial-gradient(ellipse at 0% 50%, rgba(184,151,58,0.12) 0%, transparent 50%),\n      radial-gradient(ellipse at 100% 50%, rgba(184,151,58,0.08) 0%, transparent 50%);\n    padding: 100px 24px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .cta-banner::before {\n    content: '\"';\n    font-family: 'Playfair Display', serif;\n    font-size: 28rem;\n    color: rgba(184,151,58,0.04);\n    position: absolute;\n    top: -60px;\n    left: -40px;\n    line-height: 1;\n    pointer-events: none;\n  }\n\n  .cta-banner .section-label { color: var(--gold); }\n\n  .cta-banner h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.8rem, 3.5vw, 2.8rem);\n    color: var(--white);\n    max-width: 620px;\n    margin: 0 auto 16px;\n    line-height: 1.3;\n  }\n\n  .cta-banner p {\n    color: rgba(255,255,255,0.65);\n    font-size: 1rem;\n    max-width: 480px;\n    margin: 0 auto 40px;\n    line-height: 1.7;\n    font-weight: 300;\n  }\n\n  .cta-verse {\n    margin-top: 48px;\n    font-style: italic;\n    font-size: 0.9rem;\n    color: rgba(255,255,255,0.4);\n    max-width: 500px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  \/* \u2500\u2500 ABOUT STRIP \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .about-strip {\n    background: var(--off-white);\n    padding: 80px 24px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 60px;\n    flex-wrap: wrap;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n\n  .about-text { max-width: 520px; }\n\n  .about-text h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.6rem;\n    color: var(--navy);\n    margin-bottom: 16px;\n  }\n\n  .about-text p {\n    font-size: 0.97rem;\n    color: var(--gray);\n    line-height: 1.8;\n    margin-bottom: 12px;\n    font-weight: 300;\n  }\n\n  .credential-pill {\n    display: inline-block;\n    background: var(--navy);\n    color: var(--gold);\n    font-size: 0.78rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    padding: 6px 16px;\n    margin: 4px 4px 0 0;\n    text-transform: uppercase;\n  }\n\n  \/* \u2500\u2500 FOOTER \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .site-footer {\n    background: var(--navy);\n    border-top: 1px solid rgba(184,151,58,0.2);\n    padding: 48px 24px;\n    text-align: center;\n  }\n\n  .footer-logo {\n    width: 180px;\n    mix-blend-mode: lighten;\n    margin-bottom: 20px;\n    opacity: 0.9;\n  }\n\n  .footer-tagline {\n    font-size: 0.78rem;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 24px;\n  }\n\n  .footer-links {\n    display: flex;\n    gap: 32px;\n    justify-content: center;\n    flex-wrap: wrap;\n    margin-bottom: 24px;\n  }\n\n  .footer-links a {\n    color: rgba(255,255,255,0.5);\n    text-decoration: none;\n    font-size: 0.88rem;\n    transition: color 0.2s;\n  }\n\n  .footer-links a:hover { color: var(--gold); }\n\n  .footer-copy {\n    font-size: 0.78rem;\n    color: rgba(255,255,255,0.25);\n  }\n\n  \/* \u2500\u2500 ANIMATIONS \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(24px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* \u2500\u2500 RESPONSIVE \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  @media (max-width: 640px) {\n    .hero { min-height: 100svh; padding: 60px 20px 80px; }\n    .hero-logo { width: 260px; }\n    .about-strip { padding: 60px 20px; gap: 32px; }\n    .cta-banner::before { font-size: 16rem; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- \u2550\u2550 HERO \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"hero\">\n  <p class=\"hero-eyebrow\">AI Tools for Church Ministry<\/p>\n  <img decoding=\"async\" src=\"https:\/\/faithfulpromptai.com\/wp-content\/uploads\/2026\/05\/Faithful-Main-NO-BG.png\" alt=\"FaithfulPrompt \u2014 Prompt Smarter. Serve Better.\" class=\"hero-logo\" title=\"Home\">\n  <h1>Your Church Has <span>Stories Worth Preserving.<\/span><br>AI Can Help You Tell Them.<\/h1>\n  <p class=\"hero-sub\">FaithfulPrompt gives ministry leaders practical AI tools to archive history, create content, and reach the next generation \u2014 without needing a tech team.<\/p>\n  <div class=\"hero-cta-group\">\n    <a href=\"\/free-prompts\" class=\"btn-primary\">Get Your Free Prompts<\/a>\n    <a href=\"#features\" class=\"btn-secondary\">See What&#8217;s Inside \u2193<\/a>\n  <\/div>\n  <p class=\"hero-verse\" style=\"position:relative; bottom:auto; left:auto; transform:none; margin-top:40px; font-size:0.85rem;\">&#8220;One generation shall commend your works to another\u2026&#8221; \u2014 Psalm 145:4<\/p>\n<\/section>\n\n<div class=\"gold-divider\"><\/div>\n\n<!-- \u2550\u2550 PROBLEM \/ SOLUTION \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"problem\">\n  <p class=\"section-label\">The Challenge<\/p>\n  <h2>Ministry Leaders Are Overwhelmed \u2014 and History Is Being Lost<\/h2>\n  <p>Bulletins in boxes. Photos on old hard drives. Names forgotten. Sermons unarchived. Your church&#8217;s story deserves better than a dusty folder.<\/p>\n  <div class=\"problem-cards\">\n    <div class=\"problem-card\">\n      <h4>Archives Are Collecting Dust<\/h4>\n      <p>Decades of God&#8217;s faithfulness sit in unlabeled boxes, unsearchable and unshared with the next generation.<\/p>\n    <\/div>\n    <div class=\"problem-card\">\n      <h4>Content Takes Hours You Don&#8217;t Have<\/h4>\n      <p>Weekly social posts, sermon illustrations, outreach copy \u2014 the need is real but the bandwidth isn&#8217;t there.<\/p>\n    <\/div>\n    <div class=\"problem-card\">\n      <h4>AI Feels Complicated and Risky<\/h4>\n      <p>Most church leaders know AI could help \u2014 but don&#8217;t know where to start or how to use it with theological integrity.<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550 FEATURES \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"features\" id=\"features\">\n  <p class=\"section-label\">What FaithfulPrompt Does<\/p>\n  <h2>Practical AI Tools Built for Ministry<\/h2>\n  <div class=\"features-grid\">\n    <div class=\"feature-card\">\n      <span class=\"feature-num\">01<\/span>\n      <span class=\"feature-icon\">\ud83d\udcd6<\/span>\n      <h3>Archive Smarter<\/h3>\n      <p>Digitize bulletins, transcribe recordings, catalog photos, and build a searchable church history \u2014 in a fraction of the time.<\/p>\n    <\/div>\n    <div class=\"feature-card\">\n      <span class=\"feature-num\">02<\/span>\n      <span class=\"feature-icon\">\u270d\ufe0f<\/span>\n      <h3>Create Content<\/h3>\n      <p>Turn archive stories into sermon illustrations, social posts, anniversary booklets, and outreach content that resonates.<\/p>\n    <\/div>\n    <div class=\"feature-card\">\n      <span class=\"feature-num\">03<\/span>\n      <span class=\"feature-icon\">\ud83c\udf10<\/span>\n      <h3>Reach Your Community<\/h3>\n      <p>Share God&#8217;s faithfulness across generations with content calendars, video scripts, and Throwback Thursday posts built from your real history.<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<div class=\"gold-divider\"><\/div>\n\n<!-- \u2550\u2550 WHAT IS IT \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section style=\"background: var(--white); padding: 100px 24px;\">\n  <div class=\"what\">\n    <p class=\"section-label\">Our Flagship Resource<\/p>\n    <h2>The Church Memory Vault<\/h2>\n    <p>Our first prompt pack gives your church <strong>20 mission-critical AI prompts<\/strong> across five categories \u2014 engineered to work with Claude, ChatGPT, Gemini, Grok, and Perplexity.<\/p>\n    <p>Whether you&#8217;re preserving 50 years of history or preparing for a milestone anniversary, the Church Memory Vault is your digital scribe \u2014 ready to rescue stories from dusty boxes and turn them into living testimony.<\/p>\n    <div class=\"vault-highlight\">\n      <h4>What&#8217;s Inside the Church Memory Vault:<\/h4>\n      <ul>\n        <li>Bulletin Digitization Prompts<\/li>\n        <li>Legacy Document Cleanup<\/li>\n        <li>Photo Cataloging System<\/li>\n        <li>Master Export Builder<\/li>\n        <li>Decade-at-a-Glance Timeline<\/li>\n        <li>Pastoral Transition Summaries<\/li>\n        <li>Sermon Illustration Finder<\/li>\n        <li>Throwback Thursday Outreach<\/li>\n        <li>YouTube Short \/ Reel Scripts<\/li>\n        <li>4-Week Content Calendar<\/li>\n        <li>Virtual Historian Chatbot<\/li>\n        <li>6-Month Archiving Roadmap<\/li>\n      <\/ul>\n    <\/div>\n    <a href=\"\/free-prompts\" class=\"btn-primary\">Get Your Free Resource<\/a>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550 CTA BANNER \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"cta-banner\">\n  <p class=\"section-label\">Get Started Today \u2014 Free<\/p>\n  <h2>Start Preserving Your Church&#8217;s Story<\/h2>\n  <p>Enter your email and receive three ready-to-use AI prompts from the Church Memory Vault \u2014 no credit card, no commitment.<\/p>\n  <a href=\"\/free-prompts\" class=\"btn-primary\">Claim Your Free Resource<\/a>\n  <p class=\"cta-verse\">&#8220;One generation shall commend your works to another, and shall declare your mighty acts.&#8221; \u2014 Psalm 145:4<\/p>\n<\/section>\n\n<!-- \u2550\u2550 ABOUT STRIP \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div style=\"background: var(--navy); padding: 80px 24px;\">\n  <div style=\"max-width: 900px; margin: 0 auto; display: flex; gap: 48px; align-items: flex-start; flex-wrap: wrap;\">\n    <div style=\"display:flex; gap: 20px; align-items:flex-start; background: rgba(255,255,255,0.04); border: 1px solid rgba(184,151,58,0.2); padding: 40px; flex: 1; min-width: 280px;\">\n      <img decoding=\"async\" src=\"https:\/\/faithfulpromptai.com\/wp-content\/uploads\/2026\/05\/Hinsley-Family-0033-2-1.jpg\" alt=\"Randall H. Hinsley\" style=\"width:72px; height:72px; border-radius:50%; object-fit:cover; object-position: center top; border: 2px solid #B8973A; flex-shrink:0;\" title=\"Home\">\n      <div>\n        <p style=\"font-size:10px; font-weight:700; letter-spacing:4px; text-transform:uppercase; color:#B8973A; margin-bottom:8px;\">About the Founder<\/p>\n        <h3 style=\"font-family:'Playfair Display',serif; color:#FFFFFF; font-size:1.3rem; margin-bottom:4px;\">Randall H. Hinsley<\/h3>\n        <p style=\"font-size:0.75rem; color:#B8973A; font-weight:700; letter-spacing:1px; text-transform:uppercase; margin-bottom:14px;\">Founder, FaithfulPrompt<\/p>\n        <p style=\"font-size:0.92rem; color:rgba(255,255,255,0.65); line-height:1.75; font-weight:300; margin-bottom:16px;\">MA Biblical Exposition, Liberty University. Clinical Research professional since 2016. Building AI tools that serve the Great Commission with precision and purpose.<\/p>\n        <div style=\"display:flex; gap:8px; flex-wrap:wrap;\">\n          <a href=\"https:\/\/youtube.com\/@FaithfulPrompt\" target=\"_blank\" style=\"border:1px solid rgba(184,151,58,0.3); color:rgba(255,255,255,0.7); text-decoration:none; padding:8px 14px; font-size:0.8rem; font-family:'Lato',sans-serif;\">\u25b6 YouTube<\/a>\n          <a href=\"https:\/\/x.com\/FaithfulPrompt\" target=\"_blank\" style=\"border:1px solid rgba(184,151,58,0.3); color:rgba(255,255,255,0.7); text-decoration:none; padding:8px 14px; font-size:0.8rem; font-family:'Lato',sans-serif;\">\ud835\udd4f Twitter<\/a>\n          <a href=\"https:\/\/www.linkedin.com\/in\/randallhinsley\/\" target=\"_blank\" style=\"border:1px solid rgba(184,151,58,0.3); color:rgba(255,255,255,0.7); text-decoration:none; padding:8px 14px; font-size:0.8rem; font-family:'Lato',sans-serif;\">in LinkedIn<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- \u2550\u2550 FOOTER \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<footer class=\"site-footer\">\n  <img decoding=\"async\" src=\"https:\/\/faithfulpromptai.com\/wp-content\/uploads\/2026\/05\/Faithful-Main-NO-BG.png\" alt=\"FaithfulPrompt\" class=\"footer-logo\" style=\"mix-blend-mode: lighten; width: 280px; max-width: 80vw; margin-bottom: 12px;\" title=\"Home\">\n  <p class=\"footer-tagline\">Prompt Smarter. Serve Better.<\/p>\n  <nav class=\"footer-links\">\n    <a href=\"\/\">Home<\/a>\n    <a href=\"\/free-prompts\">Free Prompts<\/a>\n    <a href=\"\/contact\">Contact<\/a>\n    <a href=\"https:\/\/youtube.com\/@FaithfulPrompt\" target=\"_blank\">YouTube<\/a>\n    <a href=\"https:\/\/x.com\/FaithfulPrompt\" target=\"_blank\">X \/ Twitter<\/a>\n    <a href=\"https:\/\/www.linkedin.com\/in\/randallhinsley\/\" target=\"_blank\">LinkedIn<\/a>\n  <\/nav>\n  <p class=\"footer-copy\">\u00a9 2026 FaithfulPrompt \u00b7 hello@faithfulpromptai.com \u00b7 All rights reserved.<\/p>\n<\/footer>\n\n<\/body>\n<\/html>\n\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>FaithfulPrompt \u2014 Prompt Smarter. Serve Better. AI Tools for Church Ministry Your Church Has Stories Worth Preserving.AI Can Help You [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_wp_convertkit_post_meta":{"form":"-1","landing_page":"0","tag":"0","restrict_content":"0"},"footnotes":""},"class_list":["post-27","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Home - FaithfulPrompt<\/title>\n<meta name=\"description\" content=\"AI-powered prompt packs for church ministry. Preserve your legacy, create content, and reach your community. Prompt Smarter. Serve Better. FaithfulPrompt AI prompts for church ministry\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/faithfulpromptai.com\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - FaithfulPrompt\" \/>\n<meta property=\"og:description\" content=\"AI-powered prompt packs for church ministry. Preserve your legacy, create content, and reach your community. Prompt Smarter. Serve Better. FaithfulPrompt AI prompts for church ministry\" \/>\n<meta property=\"og:url\" content=\"https:\/\/faithfulpromptai.com\/\" \/>\n<meta property=\"og:site_name\" content=\"FaithfulPrompt\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-01T16:07:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/faithfulpromptai.com\/wp-content\/uploads\/2026\/04\/Faithful-600-x-600-px.png\" \/>\n\t<meta property=\"og:image:width\" content=\"600\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@FaithfulPrompt\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/faithfulpromptai.com\\\/\",\"url\":\"https:\\\/\\\/faithfulpromptai.com\\\/\",\"name\":\"Home - FaithfulPrompt\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/faithfulpromptai.com\\\/#website\"},\"datePublished\":\"2026-05-01T10:11:58+00:00\",\"dateModified\":\"2026-05-01T16:07:32+00:00\",\"description\":\"AI-powered prompt packs for church ministry. Preserve your legacy, create content, and reach your community. Prompt Smarter. Serve Better. FaithfulPrompt AI prompts for church ministry\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/faithfulpromptai.com\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/faithfulpromptai.com\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/faithfulpromptai.com\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/faithfulpromptai.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/faithfulpromptai.com\\\/#website\",\"url\":\"https:\\\/\\\/faithfulpromptai.com\\\/\",\"name\":\"FaithfulPrompt\",\"description\":\"Prompt Smarter. Serve Better.\",\"publisher\":{\"@id\":\"https:\\\/\\\/faithfulpromptai.com\\\/#organization\"},\"alternateName\":\"FaithfulPrompt AI\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/faithfulpromptai.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/faithfulpromptai.com\\\/#organization\",\"name\":\"FaithfulPrompt\",\"alternateName\":\"FaithfulPrompt AI\",\"url\":\"https:\\\/\\\/faithfulpromptai.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/faithfulpromptai.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/faithfulpromptai.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/Faithful-Youtube-Banner-1-e1777631727771.png\",\"contentUrl\":\"https:\\\/\\\/faithfulpromptai.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/Faithful-Youtube-Banner-1-e1777631727771.png\",\"width\":1870,\"height\":636,\"caption\":\"FaithfulPrompt\"},\"image\":{\"@id\":\"https:\\\/\\\/faithfulpromptai.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/FaithfulPrompt\",\"https:\\\/\\\/www.youtube.com\\\/@FaithfulPrompt\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - FaithfulPrompt","description":"AI-powered prompt packs for church ministry. Preserve your legacy, create content, and reach your community. Prompt Smarter. Serve Better. FaithfulPrompt AI prompts for church ministry","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/faithfulpromptai.com\/","og_locale":"en_US","og_type":"article","og_title":"Home - FaithfulPrompt","og_description":"AI-powered prompt packs for church ministry. Preserve your legacy, create content, and reach your community. Prompt Smarter. Serve Better. FaithfulPrompt AI prompts for church ministry","og_url":"https:\/\/faithfulpromptai.com\/","og_site_name":"FaithfulPrompt","article_modified_time":"2026-05-01T16:07:32+00:00","og_image":[{"width":600,"height":600,"url":"https:\/\/faithfulpromptai.com\/wp-content\/uploads\/2026\/04\/Faithful-600-x-600-px.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@FaithfulPrompt","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/faithfulpromptai.com\/","url":"https:\/\/faithfulpromptai.com\/","name":"Home - FaithfulPrompt","isPartOf":{"@id":"https:\/\/faithfulpromptai.com\/#website"},"datePublished":"2026-05-01T10:11:58+00:00","dateModified":"2026-05-01T16:07:32+00:00","description":"AI-powered prompt packs for church ministry. Preserve your legacy, create content, and reach your community. Prompt Smarter. Serve Better. FaithfulPrompt AI prompts for church ministry","breadcrumb":{"@id":"https:\/\/faithfulpromptai.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/faithfulpromptai.com\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/faithfulpromptai.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/faithfulpromptai.com\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/faithfulpromptai.com\/#website","url":"https:\/\/faithfulpromptai.com\/","name":"FaithfulPrompt","description":"Prompt Smarter. Serve Better.","publisher":{"@id":"https:\/\/faithfulpromptai.com\/#organization"},"alternateName":"FaithfulPrompt AI","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/faithfulpromptai.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/faithfulpromptai.com\/#organization","name":"FaithfulPrompt","alternateName":"FaithfulPrompt AI","url":"https:\/\/faithfulpromptai.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/faithfulpromptai.com\/#\/schema\/logo\/image\/","url":"https:\/\/faithfulpromptai.com\/wp-content\/uploads\/2026\/04\/Faithful-Youtube-Banner-1-e1777631727771.png","contentUrl":"https:\/\/faithfulpromptai.com\/wp-content\/uploads\/2026\/04\/Faithful-Youtube-Banner-1-e1777631727771.png","width":1870,"height":636,"caption":"FaithfulPrompt"},"image":{"@id":"https:\/\/faithfulpromptai.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/FaithfulPrompt","https:\/\/www.youtube.com\/@FaithfulPrompt"]}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"randelic","author_link":"https:\/\/faithfulpromptai.com\/author\/randelic\/"},"uagb_comment_info":0,"uagb_excerpt":"FaithfulPrompt \u2014 Prompt Smarter. Serve Better. AI Tools for Church Ministry Your Church Has Stories Worth Preserving.AI Can Help You [&hellip;]","_links":{"self":[{"href":"https:\/\/faithfulpromptai.com\/wp-json\/wp\/v2\/pages\/27","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/faithfulpromptai.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/faithfulpromptai.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/faithfulpromptai.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/faithfulpromptai.com\/wp-json\/wp\/v2\/comments?post=27"}],"version-history":[{"count":5,"href":"https:\/\/faithfulpromptai.com\/wp-json\/wp\/v2\/pages\/27\/revisions"}],"predecessor-version":[{"id":78,"href":"https:\/\/faithfulpromptai.com\/wp-json\/wp\/v2\/pages\/27\/revisions\/78"}],"wp:attachment":[{"href":"https:\/\/faithfulpromptai.com\/wp-json\/wp\/v2\/media?parent=27"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}