Surf Lessons at Croyde Bay, North Devon
The Coastline Sports surfing facility is in Croyde Bay, North Devon; Croyde is renowned for its excellent surfing conditions and is a popular destination for surfers from home and abroad. Here you will find a vibrant surf culture, amongst a community of surfers who are passionate about the sport. The local surf scene contributes to the friendly and welcoming atmosphere for visitors.
The main beach at Croyde is sandy, and the waves are influenced by the surrounding coastline. The beach is suitable for both shortboard and longboard surfing.

surfing for Families, Groups, Stags, Hens, Schools
Croyde Bay is known for its predictable and consistent waves, making it suitable for surfers of various skill levels. The waves are often hollow and well-formed, providing an exciting experience for both beginners and advanced surfers.
Our surf instructors hold Beach Lifeguard and International Surf Association (ISA) Level 1 Coach qualifications and have lots of experience of Croyde Bay and the local environment.
We run many surf lessons every year for families, groups, parties, schools, teams and for stag and hen do's. We run group surf lessons most days during the summer holidays at 10:30am and 1:30pm. Check our calendar to see when we've got trips running and book yourself on to one of them. Alternatively if you are group of 6 or more we can potentially run a private session. Get in touch with your requirements and we'll see what we can do.
Experienced Instructors
All of our instructors have an intimate knowledge of the area to ensure that you will always be on the very best part of the beach for both your enjoyment and your safety at all times.
Adaptable for All Levels
We have the knowledge and expertise to cater for all levels of skills and abilities whether you are surfing as an individual or part of a group booking. Our aim is to ensure that you enjoy yourself, have fun and finish each session being a better surfer than when you started!
Safety First
It is crucial to prioritise safety while surfing. Our instructors will make you aware of the local surf etiquette and importantly how to respect other surfers in the water as well as briefing you about the local safety guidelines for Croyde.
Environmental Responsibility

Safety First
All of the Coastline Sports instructors have an intimate knowledge of the North Devon area, weather patterns and tide characteristics to ensure that you are kept completely safe while having the time of your life!
Whether you are coasteering, climbing, surfing or out on a SUP we will provide you with all of the appropriate equipment – just bring yourselves and let us do the rest!
Our instructors hold the necessary qualifications for the activity you are doing. All instructors involved with water based activities are qualified Beach Life Guards, they also hold additional qualifications for the activity they are instructing. Our climbing instructors also have the Rock Climbing Instructor Award.
We are also registered with the Adventure Activities Licensing Authority (AALA). As part of our AALA registration we are fully inspected every 2 years, this includes checking our safety record, our Standard Operating Procedures, Risk Assessments, Training Records and Safety Equipment amongst other aspects.

About Coastline Sports
My name is Will and I am the owner of Coastline Sports.
I started the business here in North Devon in 2014, partly to allow me to share my love of our amazing outdoor space with people from all walks of life. From day one, my goal has been to deliver unforgettable, bespoke adventures to anyone who is wanting an exhilarating, outdoor challenge.
Whether you are looking for an adventure for yourself, your family or for a larger group, all of us at Coastline Sports would be pleased to have you join us. Between us, my small team of instructors and I have over 50 years of professional experience, sharing our passion for the North Devon coastline.
Please don’t hesitate to give me a call on 07568 371 957 so I can answer any questions and get you on board one of our adventures.
Some of our Surfing Frequently Asked Questions
Coasteering in North Devon is an exhilarating and adventurous activity that allows participants to explore the stunning coastline in a unique and dynamic way. Here’s what you can expect from coasteering in Croyde Bay with Coastline Sports.
Surfing Gallery
Surfing in North Devon is a challenging and fun activity and Croyde is recognised as one of the best surf beaches in the UK. Here’s a few pics showing what you can expect from surfing in Croyde Bay with Coastline Sports.
Some of Our 5 Star Reviews
Our team have extensive local knowledge of the Croyde coastline and we pride ourselves in delivering the highest quality, fun and safe surfing lessons. It is all of this that has resulted in Coastline Sports gaining hundreds of 5 star reviews on Google, Facebook and Trip Advisor.
Sign Up for Our Mailing List
Sign up for news, updates and articles
Croyde, North Devon
Book Now
Surfing with Coastline Sports
Croyde, North Devon
Book Now
Surfing with Coastline Sports
Croyde, North Devon
Book Now
Surfing with Coastline Sports
Croyde, North Devon
Book Now
.cs-adventure-slider,
.cs-adventure-slider * {
box-sizing: border-box;
}
.cs-adventure-slider {
–cs-accent: #47acce;
position: relative;
width: 100%;
height: 720px;
min-height: 500px;
overflow: hidden;
background: #111;
isolation: isolate;
}
/* Slides */
.cs-adventure-slide {
position: absolute;
inset: 0;
z-index: 1;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
pointer-events: none;
transition:
opacity 900ms cubic-bezier(.22, 1, .36, 1),
visibility 900ms;
}
.cs-adventure-slide.is-active {
z-index: 2;
opacity: 1;
visibility: visible;
pointer-events: auto;
}
/* Background image */
.cs-slide-image {
position: absolute;
inset: 0;
display: block;
width: 100%;
height: 100%;
margin: 0;
object-fit: cover;
object-position: center;
transform: scale(1.08);
transition: transform 7s linear;
}
.cs-adventure-slide.is-active .cs-slide-image {
transform: scale(1);
}
/* Overlay */
.cs-slide-overlay {
position: absolute;
inset: 0;
z-index: 1;
background:
linear-gradient(
90deg,
rgba(4, 12, 15, 0.92) 0%,
rgba(4, 12, 15, 0.70) 38%,
rgba(4, 12, 15, 0.24) 70%,
rgba(4, 12, 15, 0.12) 100%
),
linear-gradient(
0deg,
rgba(4, 12, 15, 0.62) 0%,
transparent 55%
);
}
/* Content */
.cs-slide-content {
position: relative;
z-index: 3;
display: flex;
flex-direction: column;
justify-content: center;
width: min(92%, 1320px);
height: 100%;
margin: 0 auto;
padding: 60px 40px 80px;
color: #fff;
}
/* Entrance animation */
.cs-slide-question,
.cs-slide-intro,
.cs-slide-title {
opacity: 0;
transform: translateY(38px);
transition:
opacity 700ms cubic-bezier(.22, 1, .36, 1),
transform 700ms cubic-bezier(.22, 1, .36, 1);
}
.cs-adventure-slide.is-active .cs-slide-question,
.cs-adventure-slide.is-active .cs-slide-intro,
.cs-adventure-slide.is-active .cs-slide-title {
opacity: 1;
transform: translateY(0);
}
.cs-adventure-slide.is-active .cs-slide-question {
transition-delay: 150ms;
}
.cs-adventure-slide.is-active .cs-slide-intro {
transition-delay: 270ms;
}
.cs-adventure-slide.is-active .cs-slide-title {
transition-delay: 390ms;
}
/* Main heading */
.cs-slide-question {
max-width: 950px;
margin: 0 0 18px;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: clamp(46px, 6vw, 90px);
font-weight: 700;
line-height: 0.98;
letter-spacing: -0.055em;
}
/* Location */
.cs-slide-intro {
margin: 0 0 25px;
color: rgba(255, 255, 255, 0.92);
font-family: Arial, Helvetica, sans-serif;
font-size: clamp(18px, 1.8vw, 29px);
font-weight: 400;
line-height: 1.3;
letter-spacing: -0.02em;
}
/* Book button */
.cs-slide-title {
display: inline-flex;
align-items: center;
justify-content: center;
align-self: flex-start;
min-width: 160px;
min-height: 54px;
margin: 0;
padding: 14px 28px;
border: 2px solid var(–cs-accent);
border-radius: 3px;
background: var(–cs-accent);
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: 700;
line-height: 1;
letter-spacing: 0.01em;
text-decoration: none;
transition:
background-color 250ms ease,
color 250ms ease,
transform 250ms ease;
}
.cs-slide-title:hover,
.cs-slide-title:focus-visible {
background: transparent;
color: var(–cs-accent);
transform: translateY(-2px);
}
/* Tablet */
@media (max-width: 1024px) {
.cs-adventure-slider {
height: 620px;
}
.cs-slide-content {
padding-right: 50px;
padding-left: 50px;
}
}
/* Mobile */
@media (max-width: 767px) {
.cs-adventure-slider {
height: 400px;
min-height: 400px;
}
.cs-slide-image {
object-position: center;
}
.cs-slide-overlay {
background:
linear-gradient(
0deg,
rgba(4, 12, 15, 0.95) 0%,
rgba(4, 12, 15, 0.68) 58%,
rgba(4, 12, 15, 0.16) 100%
);
}
.cs-slide-content {
justify-content: flex-end;
width: 100%;
padding: 25px 20px 32px;
}
.cs-slide-question {
max-width: 100%;
margin-bottom: 10px;
font-size: clamp(30px, 9.5vw, 43px);
line-height: 1;
letter-spacing: -0.045em;
}
.cs-slide-intro {
margin-bottom: 17px;
font-size: 15px;
line-height: 1.3;
}
.cs-slide-title {
min-width: 130px;
min-height: 45px;
padding: 11px 20px;
font-size: 15px;
}
}
/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
.cs-adventure-slide,
.cs-slide-image,
.cs-slide-question,
.cs-slide-intro,
.cs-slide-title {
transition-duration: 0.01ms !important;
}
.cs-slide-image {
transform: none !important;
}
}
(function () {
function initAdventureSliders() {
const sliders = document.querySelectorAll(
‘.cs-adventure-slider:not([data-slider-ready])’
);
sliders.forEach(function (slider) {
slider.setAttribute(‘data-slider-ready’, ‘true’);
const slides = Array.from(
slider.querySelectorAll(‘.cs-adventure-slide’)
);
if (!slides.length) {
return;
}
const autoplayDelay =
parseInt(slider.getAttribute(‘data-autoplay’), 10) || 5000;
let currentIndex = 0;
let autoplayTimer = null;
let touchStartX = 0;
function showSlide(index) {
if (index < 0) {
index = slides.length - 1;
}
if (index >= slides.length) {
index = 0;
}
slides.forEach(function (slide, slideIndex) {
const isCurrent = slideIndex === index;
slide.classList.toggle(
‘is-active’,
isCurrent
);
slide.setAttribute(
‘aria-hidden’,
isCurrent ? ‘false’ : ‘true’
);
});
currentIndex = index;
}
function nextSlide() {
showSlide(currentIndex + 1);
}
function previousSlide() {
showSlide(currentIndex – 1);
}
function stopAutoplay() {
if (autoplayTimer !== null) {
window.clearInterval(autoplayTimer);
autoplayTimer = null;
}
}
function startAutoplay() {
stopAutoplay();
if (slides.length < 2) { return; } autoplayTimer = window.setInterval( nextSlide, autoplayDelay ); } function restartAutoplay() { stopAutoplay(); startAutoplay(); } slider.addEventListener( 'touchstart', function (event) { touchStartX = event.changedTouches[0].screenX; }, { passive: true } ); slider.addEventListener( 'touchend', function (event) { const touchEndX = event.changedTouches[0].screenX; const swipeDistance = touchEndX - touchStartX; if (Math.abs(swipeDistance) < 50) { return; } if (swipeDistance < 0) { nextSlide(); } else { previousSlide(); } restartAutoplay(); }, { passive: true } ); showSlide(0); startAutoplay(); }); } function handleVisibilityChange() { document .querySelectorAll('.cs-adventure-slider') .forEach(function (slider) { if (document.hidden) { slider.dispatchEvent( new Event('cs-slider-pause') ); } }); } if (document.readyState === 'loading') { document.addEventListener( 'DOMContentLoaded', initAdventureSliders ); } else { initAdventureSliders(); } if ( 'MutationObserver' in window && !window.csAdventureSliderObserver ) { window.csAdventureSliderObserver = new MutationObserver(function () { initAdventureSliders(); }); window.csAdventureSliderObserver.observe( document.documentElement, { childList: true, subtree: true } ); } document.addEventListener( 'visibilitychange', handleVisibilityChange ); })(); \n\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="5" ][cs_element_layout_row _id="6" ][cs_element_layout_column _id="7" ][cs_element_headline _id="8" ][cs_content_seo]Surf Lessons at Croyde Bay, North Devon\n\n[/cs_content_seo][cs_element_text _id="9" ][cs_content_seo]The Coastline Sports surfing facility is in Croyde Bay, North Devon; Croyde is renowned for its excellent surfing conditions and is a popular destination for surfers from home and abroad. Here you will find a vibrant surf culture, amongst a community of surfers who are passionate about the sport. The local surf scene contributes to the friendly and welcoming atmosphere for visitors. The main beach at Croyde is sandy, and the waves are influenced by the surrounding coastline. The beach is suitable for both shortboard and longboard surfing.\n\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="10" ][cs_element_layout_row _id="11" ][cs_element_layout_column _id="12" ][cs_element_image _id="13" ][/cs_element_layout_column][cs_element_layout_column _id="14" ][cs_element_headline _id="15" ][cs_content_seo]surfing for Families, Groups, Stags, Hens, Schools\n\n[/cs_content_seo][cs_element_text _id="16" ][cs_content_seo]Croyde Bay is known for its predictable and consistent waves, making it suitable for surfers of various skill levels. The waves are often hollow and well-formed, providing an exciting experience for both beginners and advanced surfers. Our surf instructors hold Beach Lifeguard and International Surf Association (ISA) Level 1 Coach qualifications and have lots of experience of Croyde Bay and the local environment. We run many surf lessons every year for families, groups, parties, schools, teams and for stag and hen do's. We run group surf lessons most days during the summer holidays at 10:30am and 1:30pm. Check our calendar to see when we've got trips running and book yourself on to one of them. Alternatively if you are group of 6 or more we can potentially run a private session. Get in touch with your requirements and we'll see what we can do.\n\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="17" ][cs_element_layout_row _id="18" ][cs_element_layout_column _id="19" ][cs_element_icon _id="20" ][cs_element_headline _id="21" ][cs_content_seo]Experienced Instructors\n\n[/cs_content_seo][cs_element_text _id="22" ][cs_content_seo]All of our instructors have an intimate knowledge of the area to ensure that you will always be on the very best part of the beach for both your enjoyment and your safety at all times.\n\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id="23" ][cs_element_icon _id="24" ][cs_element_headline _id="25" ][cs_content_seo]Adaptable for All Levels\n\n[/cs_content_seo][cs_element_text _id="26" ][cs_content_seo]We have the knowledge and expertise to cater for all levels of skills and abilities whether you are surfing as an individual or part of a group booking. Our aim is to ensure that you enjoy yourself, have fun and finish each session being a better surfer than when you started!\n\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id="27" ][cs_element_icon _id="28" ][cs_element_headline _id="29" ][cs_content_seo]Safety First\n\n[/cs_content_seo][cs_element_text _id="30" ][cs_content_seo]It is crucial to prioritise safety while surfing. Our instructors will make you aware of the local surf etiquette and importantly how to respect other surfers in the water as well as briefing you about the local safety guidelines for Croyde.\n\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id="31" ][cs_element_icon _id="32" ][cs_element_headline _id="33" ][cs_content_seo]Environmental Responsibility\n\n[/cs_content_seo][cs_element_text _id="34" ][cs_content_seo]We are extremely conscious of our natural environment and our responsibilities to the local community to protect the beaches and coastline. We regularly engage in beach cleans and make sure that we are involved in the education of visitors to Croyde about environmental protection.\n\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="35" ][cs_element_layout_row _id="36" ][cs_element_layout_column _id="37" ][cs_element_global_block _id="38" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="39" ][cs_element_layout_row _id="40" ][cs_element_layout_column _id="41" ][cs_element_global_block _id="42" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="43" ][cs_element_layout_row _id="44" ][cs_element_layout_column _id="45" ][cs_element_headline _id="46" ][cs_content_seo]Get in Touch Today\n\n[/cs_content_seo][cs_element_text _id="47" ][cs_content_seo][gravityform id="1" title="false"]\n\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id="48" ][cs_element_layout_column _id="49" ][cs_element_headline _id="50" ][cs_content_seo]Get in Touch Today\n\n[/cs_content_seo][cs_element_text _id="51" ][cs_content_seo][gravityform id="1" title="false"]\n\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="52" ][cs_element_layout_row _id="53" ][cs_element_layout_column _id="54" ][cs_element_global_block _id="55" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="56" ][cs_element_layout_row _id="57" ][cs_element_layout_column _id="58" ][cs_element_global_block _id="59" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="60" ][cs_element_layout_row _id="61" ][cs_element_layout_column _id="62" ][cs_element_counter _id="63" ][/cs_element_layout_column][cs_element_layout_column _id="64" ][cs_element_counter _id="65" ][/cs_element_layout_column][cs_element_layout_column _id="66" ][cs_element_counter _id="67" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="68" ][cs_element_layout_row _id="69" ][cs_element_layout_column _id="70" ][cs_element_global_block _id="71" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="72" ][cs_element_layout_row _id="73" ][cs_element_layout_column _id="74" ][cs_element_global_block _id="75" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="76" ][cs_element_layout_row _id="77" ][cs_element_layout_column _id="78" ][cs_element_global_block _id="79" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="80" ][cs_element_layout_row _id="81" ][cs_element_layout_column _id="82" ][cs_element_global_block _id="83" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="84" ][cs_element_layout_row _id="85" ][cs_element_layout_column _id="86" ][cs_element_headline _id="87" ][cs_content_seo]Surfing Gallery\n\n[/cs_content_seo][cs_element_text _id="88" ][cs_content_seo]Surfing in North Devon is a challenging and fun activity and Croyde is recognised as one of the best surf beaches in the UK. Here’s a few pics showing what you can expect from surfing in Croyde Bay with Coastline Sports. [justified_image_grid gallery=244502]\n\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="89" ][cs_element_layout_row _id="90" ][cs_element_layout_column _id="91" ][cs_element_headline _id="92" ][cs_content_seo]Some of Our 5 Star Reviews\n\n[/cs_content_seo][cs_element_text _id="93" ][cs_content_seo]Our team have extensive local knowledge of the Croyde coastline and we pride ourselves in delivering the highest quality, fun and safe surfing lessons. It is all of this that has resulted in Coastline Sports gaining hundreds of 5 star reviews on Google, Facebook and Trip Advisor.\n\n[/cs_content_seo][cs_element_text _id="94" ][cs_content_seo]{"@context":"https://schema.org","@type":"Product","name":"Surf Lessons Croyde | Surf School North Devon | Coastline Sports","url":"https://coastlinesports.uk/activities/surf-schools-in-north-devon/","brand":{"@type":"Brand","name":"Surf Lessons Croyde | Surf School North Devon | Coastline Sports"},"description":"Coastline Sports run surf lessons at Croyde Bay, North Devon for families, groups, parties, schools, teams and for stag and hen do's. We run group sessions most days during the summer holidays.","image":["https://coastlinesports.uk/wp-content/uploads/2024/10/Surfing-Croyde-5-c.jpg"],"mpn":"991119","sku":"9911197","aggregateRating":{"@type":"AggregateRating","ratingValue":5,"reviewCount":90,"bestRating":5,"worstRating":1},"review":{"@type":"Review","reviewBody":"Fantastic morning coasteering in Croyde, instructor Ashley was great and very knowledgeable on where to jump highly recommend using them very professional","datePublished":"2024-10-17","author":{"@type":"Person","name":"paul kearns"},"reviewRating":{"@type":"Rating","ratingValue":5}}}\n\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="95" ][cs_element_layout_row _id="96" ][cs_element_layout_column _id="97" ][cs_element_headline _id="98" ][cs_content_seo]News and Articles\n\n[/cs_content_seo][x_recent_posts type="post" count="3" offset="" category="" orientation="horizontal" no_sticky="true" no_image="false" fade="false" class="man"][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id="100" ][cs_element_layout_column _id="101" ][/cs_element_layout_column][cs_element_layout_column _id="102" ][cs_element_button _id="103" ][cs_content_seo]View More\n\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id="104" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="105" ][cs_element_layout_row _id="106" ][cs_element_layout_column _id="107" ][cs_element_global_block _id="108" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="109" ][cs_element_layout_row _id="110" ][cs_element_layout_column _id="111" ][cs_element_global_block _id="112" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]

