About YourNPGuide * { margin: 0; padding: 0; box-sizing: border-box; }body { font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; line-height: 1.6; color: #2c3e50; background: #f8f9fa; }.about-container { max-width: 1200px; margin: 0 auto; padding: 2rem 1rem; }.hero-section { background: linear-gradient(135deg, #2b5d8f 0%, #4a89c9 100%); color: white; padding: 4rem 2rem; border-radius: 16px; margin-bottom: 3rem; text-align: center; }.hero-section h1 { font-size: 3rem; margin-bottom: 1rem; font-weight: 700; }.hero-section p { font-size: 1.3rem; opacity: 0.95; max-width: 700px; margin: 0 auto; }.content-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; margin-bottom: 3rem; }@media (min-width: 768px) { .content-grid { grid-template-columns: 1fr 1fr; } }.card { background: white; padding: 2.5rem; border-radius: 12px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07); transition: transform 0.3s ease, box-shadow 0.3s ease; }.card:hover { transform: translateY(-4px); box-shadow: 0 8px 12px rgba(0, 0, 0, 0.12); }.card h2 { color: #2b5d8f; margin-bottom: 1rem; font-size: 1.8rem; display: flex; align-items: center; gap: 0.5rem; }.icon { font-size: 2rem; }.card p { color: #5a6c7d; line-height: 1.8; margin-bottom: 1rem; }.full-width-card { grid-column: 1 / -1; }.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin: 2rem 0; }.stat-box { background: #f8f9fa; padding: 1.5rem; border-radius: 8px; text-align: center; border-left: 4px solid #2b5d8f; }.stat-number { font-size: 2.5rem; font-weight: 700; color: #2b5d8f; display: block; }.stat-label { color: #5a6c7d; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; margin-top: 0.5rem; }.mission-statement { background: linear-gradient(135deg, #2b5d8f 0%, #4a89c9 100%); color: white; padding: 3rem; border-radius: 12px; text-align: center; margin: 3rem 0; }.mission-statement h2 { font-size: 2rem; margin-bottom: 1rem; }.mission-statement p { font-size: 1.2rem; line-height: 1.8; max-width: 800px; margin: 0 auto; opacity: 0.95; }.cta-section { background: white; padding: 3rem; border-radius: 12px; text-align: center; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07); }.cta-section h2 { color: #2b5d8f; margin-bottom: 1rem; }.cta-button { display: inline-block; background: #2b5d8f; color: white; padding: 1rem 2rem; border-radius: 8px; text-decoration: none; font-weight: 600; margin-top: 1rem; transition: background 0.3s ease, transform 0.2s ease; }.cta-button:hover { background: #1e4670; transform: scale(1.05); }@media (max-width: 768px) { .hero-section h1 { font-size: 2rem; }.hero-section p { font-size: 1.1rem; }.card { padding: 1.5rem; } }

About YourNPGuide

Your comprehensive, data-driven guide to every U.S. National Park—built by a park enthusiast, for park enthusiasts.

63 National Parks
1000+ Listings
24/7 Updated Data
100% Free to Use

🏔️ The Story

I love national parks. But every time I tried planning a trip, I’d spend hours bouncing between the NPS website, Google reviews, AllTrails, and random blogs trying to figure out where to stay, what to do, and whether something was actually worth visiting.

So I built what I wished existed: everything in one place, with real data and honest information.

🎯 The Mission

Our mission is simple: make planning for your next national park trip as easy as possible.

We aim to be what other websites are not. Our goal is to have everything you could possibly need in one, easy to navigate place.

⚙️ How It Works

YourNPGuide uses advanced automation to keep information fresh and accurate:

  • Real-Time NPS Data: We pull park information directly from the National Park Service API
  • Verified Reviews: Aggregated from Google Places to give you authentic traveler experiences
  • Enhanced Content: Our system enriches listings with detailed research and fact-driven content. (Although sometimes the system gets it wrong. If you see something that needs fixed, let us know!)
  • Continuous Updates: Data refreshes regularly to ensure you always have current information

What Makes Us Different

Comprehensive Coverage: Every park, every major lodging option, every campground—all in one place.

Data-Driven: We don’t write fluff. Our content is built from real data and real reviews.

Always Current: Our automated system ensures information stays up-to-date.

🚀 Looking Forward

I have tons of plans to get you the best experience possible. Soon you’ll find:

  • Trail guides and hiking recommendations
  • Activity planning tools
  • Seasonal travel insights
  • Custom itinerary builders

Our Commitment

We believe America’s national parks are treasures that belong to everyone. Our goal is to make accessing and exploring these incredible places as easy as possible—whether you’re planning your first park visit or your fiftieth.

Ready to Start Planning?

Browse U.S. National Parks and start planning your next adventure.

Explore Parks
// Add smooth scroll behavior document.querySelectorAll(‘a[href^=”#”]’).forEach(anchor => { anchor.addEventListener(‘click’, function (e) { e.preventDefault(); const target = document.querySelector(this.getAttribute(‘href’)); if (target) { target.scrollIntoView({ behavior: ‘smooth’, block: ‘start’ }); } }); });// Animate stats on scroll const observerOptions = { threshold: 0.5, rootMargin: ‘0px’ };const observer = new IntersectionObserver((entries) => { entries.forEach(entry => { if (entry.isIntersecting) { entry.target.style.animation = ‘fadeInUp 0.6s ease forwards’; } }); }, observerOptions);document.querySelectorAll(‘.stat-box, .card’).forEach(el => { observer.observe(el); });// Add keyframes for animation const style = document.createElement(‘style’); style.textContent = ` @keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } `; document.head.appendChild(style);

About the Author

Andy Smith is the byline behind Your National Park Guide. A lifelong national-park enthusiast, Andy built this site after one too many trip-planning sessions spent juggling a dozen tabs of scattered, outdated information — and set out to put every fee, trail, campground, and reservation rule for all 63 U.S. national parks in one place, verified against official sources on a fixed schedule. How that verification works is documented in the editorial policy.