Skateboards
{% if products.length > 1 %}{{ products.length }} results{% endif %}
- Triple Eight Saver 3 Pack Of Pads - Pacific Beach
- Mob x Independent BTG Speed Clear Grip Tape - Clear
- Santa Cruz Salba Baby Stomper Reissue Skateboard Deck - 10.09"
- Anti-Hero Trujillo Infectious Waste Pro Skateboard Complete - Yellow - 8.06"
- Anti-Hero Trujillo Infectious Waste Pro Skateboard Deck - Yellow - 8.06"
- Thunder Titanium Lights 3 Skateboard Trucks - Polished - 149mm
- Thunder Titanium Lights 3 Skateboard Trucks - Polished - 147mm
- Shorty's Skate Wave Skateboard Deck - Black/Blue - 8.125"
- Polar Aaron Herrington Twisted On a 1991 JR Skateboard Deck - White - 8.65"
- Krooked Zig Zagger Guest Artist Skateboard Deck - Blue - 8.62"
- Flip Lancer Knight Mountain Skateboard Deck - 8.75"
- Anti-Hero x John Herndon Pfanner Hug The Pavement Skateboard Deck - Yellow - 8.06"
- Anti-Hero Trujillo Space Junk Skateboard Deck - 8.06"
- DGK Viper Skateboard Deck - 8.10"
- Pro-Tec Open Back Street Knee Pads - Black
- DGK Limo Embossed Skateboard Complete - 8.10"
- DGK Limo Embossed Skateboard Deck - 8.10"
- Ace AF1 Skate Tool
- Slime Balls OG Slime Pink 78a Skateboard Wheels - Pink - 66mm
- Loaded Button Head Hardware - Black - 1"
- Krux Krome Allen Hardware - Blue/Pink - 1"
- Bronson Eric Dressen Pro G3 Bearings - Red
- Santa Cruz Screaming Hand Skateboard Complete - 7.80"
- Creature Logo Outline Stumps Skateboard Complete - 8.80"
- Creature Logo Outline Stumps Skateboard Complete - 8.60"
- Creature Logo Outline Stumps Skateboard Complete - 8.51"
- Creature Logo Outline Stumps Skateboard Complete - 8.25"
- Creature Logo Outline Stumps Skateboard Complete - 8.00"
- Baker Brand Logo Skateboard Complete - White - 8.25"
- Baker Brand Logo Skateboard Complete - White - 8.125"
- Anti-Hero Kanfoush Medicine Skateboard Complete - 8.12"
- Anti-Hero Daan It’s A Sign Skateboard Complete - Olive - 8.25"
- Alien Workshop Visitor Skateboard Complete - 8.75"
- Alien Workshop Missing Link Skateboard Complete - 8.25"
- Anti-Hero Kanfoush Medicine Skateboard Deck - 8.12"
- Triple Eight Saver 3 Pack of Pads - Shaved Ice
- Triple Eight Saver 3 Pack of Pads - Charcoal Camo
- Triple Eight KP 22 Knee Pads - Black
- Pro-Tec Street Wrist Guard Pads - Camo
- Pro-Tec Street Wrist Guard
- Pro-Tec Street Knee/Elbow Set of Pads - Camo
- Pro-Tec Street Elbow Pads - Red/White/Black
- Pro-Tec Street Elbow Pads - Camo
- Pro-Tec Pro Knee Pads - Black
- Pro-Tec Knee/Elbow Set of Pads - Red/White
- Pro-Tec Checker Elbow Pads - Black
- Pro-Tec Black Checker Elbow Pads - S
- 187 Six Pack of Adult Pads - Black
- Slime Balls OG Slime 78a Skateboard Wheels - Purple - 66mm
- Slime Balls Goooberz Vomits 95a Skateboard Wheels - Black - 60mm
- Satori Movement Tommy Sandoval Day Of The Dead Conical 101a Skateboard Wheels - 54mm
- Satori Movement Space Gem Astronaut Cruiser 78a Skateboard Wheels - 54mm
- Satori Movement Jake Rupp Legacy Conical 101a Skateboard Wheels - 54mm
- OJ Vianna TamTam Elite Hardline 99a Skateboard Wheels - 54mm
- Dogtown K-9 Cruiser 84a Skateboard Wheels - Clear Red - 63mm
- Venture White Lightening II Team Editions Skateboard Trucks - White - 5.0 Lo
- Venture Legion Team Edition Skateboard Trucks - Polished/Black - 5.0 Hi
- Venture All Polished V-Hollow Skateboard Trucks - 5.6 Hi
- Venture All Polished V-Hollow Skateboard Truck - 5.2 Hi
- Venture All Polished V-Hollow Skateboard Truck - 5.0 Hi
{% for product in loader.activeProducts %}
{% for banner in collectionBanners %}
{% if Filters.native.size > 0 and banner.sub == false %}{% continue %}{% endif %}
{% if banner.position == product.position %}
{% endif %}
{% endfor %}
{% endfor %}
{% assign display_wishlist = true %}
{% for tag in Wishlist.data.exclusions %}
{% if product.tags contains tag %}
{% assign display_wishlist = false %}
{% endif %}
{% endfor %}
{% if product == blank %}
{% assign product = Product %}
{% endif %}
{% if display_wishlist %}
{%- if wishlist == blank -%}
{% assign wishlist = Wishlist.data.items | map: 'handle' %}
{% if wishlist[0] == null %}
{% assign wishlist = data.items | map: 'handle' %}
{% endif %}
{%- endif -%}
{%- assign p_title = product.title | replace: '"', '”' -%}
{%- capture wishlist_add -%}
event.preventDefault();
Wishlist.add({
handle: '{{ product.handle }}',
type: '{{ product.type | escpae }}',
image: '{{ product.featured_image }}',
{%- if variant -%}variant: {{ variant.id | json }},{%- endif -%}
title: `{{ p_title }}`
});
[this, _n.sibling(this, '.wishlist__button')].forEach(function(button) { button.classList.toggle('dn')});
{%- endcapture -%}
{% endif %}
{%- if product.member_exclusive contains 'coming_soon' or product.member_exclusive contains 'member_active' -%}
{%- assign year = product.member_end | split: '/' | last | prepend: '/' -%}
{%- assign date = product.member_end | remove: year -%}
{%- if product.member_exclusive contains 'coming_soon' -%}
{%- assign year = product.member_start | split: '/' | last | prepend: '/' -%}
{%- assign date = product.member_start | remove: year -%}
{%- endif -%}
{%- capture member_active_text -%}CCS+ Exclusive through {{ date }}{%- endcapture -%}
{%- capture coming_soon_text -%}CCS+ Exclusive starting {{ date }}{%- endcapture -%}
{%- assign member_text = member_active_text -%}
{%- if product.member_exclusive contains 'coming_soon' -%}
{%- assign member_text = coming_soon_text -%}
{%- endif -%}
{{ year }}
{{ date }}
{{ member_text }}
{%- endif -%}
{% assign crop = 'crop_height=64&crop_left=430&crop_top=472&crop_width=64' %}
{% if 'Skateboard Deck, Skateboard Complete' contains product.type %}
{% assign crop = 'crop_height=64&crop_left=230&crop_top=472&crop_width=64' %}
{% endif %}
{% for badge in productBadges %}
{% if product.tags contains badge.tag and badge.tag != 'more-colors' %}
{% if product.reviews %}
{% assign to_half = product.reviews.rating | round:1 | divided_by: 0.5 | round | times: 0.50 %}
{{ badge.collection_badge }}
{% endif %}
{% endfor %}
{%- assign option_value_data = '' -%}
{%- for option in product.options_with_values -%}
{%- if option.name == 'Title' %}{%- continue -%}{%- endif -%}
{%- unless siblingRange[product.type] contains option.name -%}{%- continue -%}{%- endunless -%}
{%- if option.values.size == 0 -%}{%- continue -%}{%- endif -%}
{%- assign option_values = option.values | sort -%}
{%- if option.values.size == 1 -%}
{%- assign option_value_data = option_values | first -%}
{%- else -%}
{%- assign option_values_last = option_values | last -%}
{%- assign option_value_data = option_values | first | append: ' - ' | append: option_values_last -%}
{%- endif -%}
{%- endfor -%}
{%- if option_value_data == '' and siblingRange[product.type] contains 'Title' -%}
{%- assign title_segments = product.title | split: ' - ' -%}
{%- endif -%}
{{- option_value_data -}}
{% for tag in product.tags %}
{% if tag contains 'Vendor' %}
{% assign vendor_tag = tag | remove: 'Vendor:' %}
{% assign vendor_collab = vendor_tag | append: ' x' %}
{% break %}
{% endif %}
{% endfor %}
{% if product.siblings.size > 0 %}
{% assign productTitle = product.title | split: ' - ' | first %}
{% else %}
{% assign productTitle = product.title | remove: product.type | split: '-' %}
{% endif %}
{% assign productTitle = product.title | split: ' - ' | first %}
{% unless product.title contains vendor_collab %}
{% assign productTitle = productTitle | remove: vendor_tag %}
{% endunless %}
{% if vendor_tag != blank %}
{{ vendor_tag }}
{% endif %}{{ productTitle }}
{% assign discount_amount = product.price | divided_by: product.compare_price | times: -100 | plus: 100 | round %} {%- capture discount_text -%} [discount]% off {%- endcapture -%}
{%- if compare_min < compare_max -%}
{%- assign before_text = 'From ' -%}
{%- endif -%}
{%- if product.compare_price > product.price and discount_amount > 10 -%}
{{ before_text }}
{{ product.price | money }}
{{ product.compare_price | money }}
{%- else -%}
{{ product.price | money }}
{%- endif -%}
{%- if discount_amount > 10 -%}
{{ discount_text | replace: '\[discount\]', discount_amount }}
{%- endif -%}
{% for i in (1..5) %}
{% endfor %}
({{ product.reviews.count }})
{% endif %}
{% unless total_pages == 1 or total_pages == 0 %}
{% endunless %}
{% assign active = 'dim' %}
{% if current_page == 1 %}
{% assign active = 'o-50 pointer-none' %}
{% endif %}
{% for i in pages %}
{% assign pageoffset = current_page | minus: i | abs %}
{% if pageoffset != 0 and pageoffset != 1 and pageoffset != 2 pageoffset != 3 %}{% continue %}{% endif %}
{% assign active = '' %}
{% if current_page == i %}
{% assign active = 'brand' %}
{% endif %}
{% assign last_page_shown = i %}
{% endfor %}
{% assign active = 'dim' %}
{% if current_page == total_pages %}
{% assign active = 'o-50 pointer-none' %}
{% endif %}
{% if last_page_shown != total_pages %}
...
{% endif %}
Loading Products
Skateboarding, in one form or another, has been around since the late 1950’s when the first brave pioneer first attached roller skate wheels to a piece of wood. As skateboarding progressed to mimic surfing, skateboards evolved with the style of riding. Skateboards grew and changed shapes as riders experimented with everything from plastic to fiberglass to aluminum constructions - all in an effort to push what was possible. Like most sports or art forms, progression is at the heart of skateboard innovation.
When looking at skateboarding’s history, the only thing that has stayed the same is the overall structure: every board consists of four skateboard wheels, two skateboard trucks, and a riding surface of some kind. And while we’ve come a long way from the days of metal and clay wheels, some aspects of skateboarding - like the brands manufacturing some of the most trusted products - haven’t changed at all. Independent Trucks has been designing trucks since 1978. Powell Peralta, the company responsible for Powell Skateboards, Bones Wheels, Bones Bearings, and the Bones Brigade also started in 1978. NHS, Inc., the company that produces Santa Cruz Skateboards, Independent Trucks, Bronson Speed Bearings, Krux trucks, Ricta Wheels, Mob Grip, and OJ Wheels started in 1973. It’s no wonder these brands are still doing so well - they’ve been with skateboarding since the beginning.
Choosing a skateboard deck is a great place to start when building a complete skateboard. Unless you have experience riding a shaped board - something a little more retro or unusual, we recommend you start with a popsicle shape. Daddies carries over 60 different skateboard deck brands that sell this popular popsicle shape. If you have questions on what size you should ride or have any other questions about building a complete, we recommend you check out our Skateboard Buyer’s Guide. Here, you’ll find helpful how-to’s for choosing skateboard decks, skateboard trucks, skateboard wheels, skateboard bearings, and skateboard components. This guide explains every part of a skateboard and helps you choose which sizes and styles to best suit your needs.
From cheap skateboards to high end, custom complete skateboard decks, we have boards for riders of every skill level and tax bracket - we get it, we put skateboarding before everything else first. If you can’t always afford a new board, but go through decks like toilet paper, consider a Daddies Skateboard - they cost less, but are manufactured in the same factories as other brands we carry. Daddies Skateboards are held to the same standards as every skateboard we sell, but we can sell them for less.
Here at Daddies, you’ll find everything you need to build a complete skateboard. You can select any deck from Welcome to Zero and make it a complete. Selecting a complete piece by piece will take a little time, but the effort is well worth it! Once you're done, you'll have a board that's completely unique to you and your tastes.