Learn to Design, Make
& Sell Custom
Planners
Step-by-step tutorials, 500+ ready-made templates, and seller guides to help you create stunning printable and digital planners — whether you’re making one for yourself or building an Etsy shop.
✦ Start Creating
🎓 Free 101 Course
3000+
Templates
4000+
Stickers
50+
DIY Tutorials
🎓 Free beginner course

📚 Free Course
Personalized Planner 101
Layouts, widgets, templates, styling, exporting — everything you need. No design experience required.
Start Free Course →
Preview Lessons
/* ── Design Tokens (include if not already on page) ── */
:root{
–pk9:#C0236E;–pk8:#D62E7D;–pk7:#E7358A;–pk6:#EA539B;–pk5:#EE72AD;
–pk4:#F290BF;–pk3:#F5AED0;–pk2:#F9CCE2;–pk1:#FCEAF3;–pk0:#FEF5F9;
–nv9:#1D3D67;–nv8:#345076;–nv7:#4A6485;–nv6:#617795;–nv5:#778BA4;
–nv4:#8E9EB3;–nv3:#A5B1C2;–nv2:#BBC5D1;–nv1:#D2D8E1;–nv0:#E8ECF0;
–logo:linear-gradient(135deg,#E7358A 0%,#EF66A8 50%,#FFA9D1 100%);
–rs:6px;–rm:10px;–rl:16px;–rx:24px;–rf:9999px;
–max:1200px;
}
/* ── Hero ── */
.hero{background:#fff;border-bottom:1px solid var(–nv0);overflow:hidden;}
.hero-inner{
max-width:var(–max);margin:0 auto;
padding:56px 24px 60px;
display:grid;grid-template-columns:1fr 1fr;
gap:48px;align-items:center;
}
.hero-eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(–pk7);background:var(–pk1);padding:4px 12px;border-radius:var(–rf);margin-bottom:14px;}
.hero-title{font-size:clamp(28px,3.5vw,44px);font-weight:900;color:var(–nv9);line-height:1.1;letter-spacing:-.5px;margin-bottom:14px;}
.hero-title em{font-style:normal;background:var(–logo);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}
.hero-sub{font-size:15px;color:var(–nv5);line-height:1.65;margin-bottom:28px;max-width:480px;}
.hero-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;}
.btn-primary{height:44px;padding:0 24px;border-radius:var(–rm);background:var(–pk7);color:#fff;font-size:14px;font-weight:700;display:inline-flex;align-items:center;gap:7px;box-shadow:0 4px 16px rgba(231,53,138,.3);transition:all .2s;text-decoration:none;}
.btn-primary:hover{background:var(–pk8);transform:translateY(-2px);box-shadow:0 6px 20px rgba(231,53,138,.35);}
.btn-secondary{height:44px;padding:0 22px;border-radius:var(–rm);background:var(–nv0);color:var(–nv7);font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:7px;transition:all .2s;text-decoration:none;}
.btn-secondary:hover{background:var(–nv1);color:var(–nv9);}
.hero-stats{display:flex;gap:24px;margin-top:28px;padding-top:24px;border-top:1px solid var(–nv0);}
.hero-stat-num{font-size:22px;font-weight:900;color:var(–nv9);line-height:1;}
.hero-stat-num span{background:var(–logo);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}
.hero-stat-label{font-size:11.5px;color:var(–nv5);margin-top:2px;}
/* Hero visual */
.hero-visual{position:relative;}
.hero-card{border-radius:var(–rx);overflow:hidden;box-shadow:0 8px 48px rgba(29,61,103,.14);background:#fff;}
.hero-card img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;}
.hero-card-body{padding:20px 22px;}
.hero-card-tag{display:inline-flex;align-items:center;gap:5px;font-size:10.5px;font-weight:700;color:var(–pk7);background:var(–pk1);padding:3px 10px;border-radius:var(–rf);margin-bottom:8px;}
.hero-card-title{font-size:17px;font-weight:800;color:var(–nv9);margin-bottom:6px;line-height:1.3;}
.hero-card-sub{font-size:13px;color:var(–nv5);line-height:1.55;margin-bottom:14px;}
.hero-card-actions{display:flex;gap:8px;}
.btn-sm-p{height:34px;padding:0 16px;border-radius:var(–rs);background:var(–pk7);color:#fff;font-size:12.5px;font-weight:700;display:inline-flex;align-items:center;gap:5px;transition:all .15s;text-decoration:none;}
.btn-sm-p:hover{background:var(–pk8);}
.btn-sm-g{height:34px;padding:0 14px;border-radius:var(–rs);background:var(–nv0);color:var(–nv6);font-size:12.5px;font-weight:600;display:inline-flex;align-items:center;gap:5px;transition:all .15s;text-decoration:none;}
.btn-sm-g:hover{background:var(–nv1);}
.hero-badge{
position:absolute;top:-14px;right:-14px;
background:var(–logo);color:#fff;
border-radius:var(–rx);padding:10px 16px;
box-shadow:0 4px 20px rgba(231,53,138,.3);
font-size:12px;font-weight:700;
display:flex;align-items:center;gap:7px;
}
/* ── Tablet (≤1024px) ── */
@media(max-width:1024px){
.hero-inner{padding:40px 20px 44px;gap:32px;}
.hero-title{font-size:clamp(24px,3vw,36px);}
.hero-sub{font-size:14px;}
.hero-card-title{font-size:15px;}
.hero-card-sub{font-size:12px;}
.hero-badge{top:-10px;right:-10px;font-size:11px;padding:8px 12px;}
}
/* ── Phone (≤640px) ── */
@media(max-width:640px){
.hero-inner{
grid-template-columns:1fr;
padding:32px 16px 36px;
gap:28px;
}
.hero-title{font-size:28px;letter-spacing:-.3px;}
.hero-title br{display:none;}
.hero-sub{font-size:13.5px;margin-bottom:20px;max-width:100%;}
.hero-eyebrow{font-size:10px;padding:3px 10px;margin-bottom:10px;}
.hero-actions{flex-direction:column;gap:10px;align-items:stretch;}
.btn-primary,.btn-secondary{width:100%;justify-content:center;height:44px;font-size:14px;}
.hero-stats{gap:20px;margin-top:20px;padding-top:20px;}
.hero-stat-num{font-size:20px;}
.hero-stat-label{font-size:10.5px;}
/* Course card */
.hero-visual{margin:0 -4px;}
.hero-badge{top:-8px;right:4px;font-size:10px;padding:6px 10px;border-radius:16px;}
.hero-card{border-radius:18px;}
.hero-card-body{padding:16px 18px;}
.hero-card-tag{font-size:10px;padding:3px 8px;}
.hero-card-title{font-size:15px;margin-bottom:4px;}
.hero-card-sub{font-size:12px;margin-bottom:12px;}
.hero-card-actions{flex-direction:column;gap:8px;}
.btn-sm-p,.btn-sm-g{width:100%;justify-content:center;height:36px;}
}
:root{
–pk9:#C0236E;–pk8:#D62E7D;–pk7:#E7358A;–pk6:#EA539B;–pk5:#EE72AD;
–pk4:#F290BF;–pk3:#F5AED0;–pk2:#F9CCE2;–pk1:#FCEAF3;–pk0:#FEF5F9;
–nv9:#1D3D67;–nv8:#345076;–nv7:#4A6485;–nv6:#617795;–nv5:#778BA4;
–nv4:#8E9EB3;–nv3:#A5B1C2;–nv2:#BBC5D1;–nv1:#D2D8E1;–nv0:#E8ECF0;
–bl7:#0B84FF;–bl5:#54A9FF;–bl0:#E7F3FF;
–gr7:#22C55E;–gr1:#DCFCE7;
–or7:#F97316;–or1:#FFF7ED;
–pu7:#A855F7;–pu1:#FAF5FF;
–logo:linear-gradient(135deg,#E7358A 0%,#EF66A8 50%,#FFA9D1 100%);
–f:’Poppins’,sans-serif;
–rs:6px;–rm:10px;–rl:16px;–rx:24px;–rf:9999px;
–max:1200px;
}
*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:var(–f);color:var(–nv9);background:#F7F8FA;-webkit-font-smoothing:antialiased;}
a{text-decoration:none;color:inherit;}
.content{max-width:var(–max);margin:0 auto;padding:0 24px;}
.section{padding:52px 0;}
.sec-hd{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:28px;gap:16px;}
.sec-title{font-size:22px;font-weight:800;color:var(–nv9);letter-spacing:-.3px;display:flex;align-items:center;gap:9px;}
.sec-sub{font-size:13.5px;color:var(–nv5);margin-top:3px;line-height:1.5;}
.topic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.topic-card{background:#fff;border:1px solid var(–nv0);border-radius:var(–rl);padding:28px 24px 24px;display:flex;flex-direction:column;transition:all .22s ease;text-decoration:none;color:inherit;}
.topic-card:hover{border-color:var(–pk3);box-shadow:0 8px 32px rgba(29,61,103,.1);transform:translateY(-3px);}
.topic-icon{width:52px;height:52px;border-radius:var(–rl);display:flex;align-items:center;justify-content:center;margin-bottom:18px;flex-shrink:0;}
.topic-title{font-size:16px;font-weight:800;color:var(–nv9);margin-bottom:8px;line-height:1.3;letter-spacing:-.2px;}
.topic-desc{font-size:13px;color:var(–nv5);line-height:1.65;margin-bottom:18px;flex:1;}
.topic-link{font-size:12.5px;font-weight:700;color:var(–pk7);display:inline-flex;align-items:center;gap:4px;transition:gap .15s ease;}
.topic-card:hover .topic-link{gap:7px;color:var(–pk8);}
@media(max-width:1024px){.topic-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:768px){.content{padding:0 16px;}.topic-grid{grid-template-columns:1fr;}.topic-card{padding:24px 20px 20px;}}
Dive into the areas that matter most to your planner journey
Planner Business Guide
Everything you need to start and grow a profitable planner business on Etsy — from shop setup and pricing to marketing and scaling.
Explore Seller Guides →
DIY Stationery Projects
Step-by-step tutorials for making planners, notebooks, and stationery by hand — from designing in Planify Pro to cutting, binding, and finishing.
Browse DIY Tutorials →
Planning Tips & Inspo
Ideas, layouts, and inspiration to help you build a planning system that actually works — whether digital, printable, or both.
Get Inspired →
Design Tutorials
Learn how to use Planify Pro from scratch — courses, walkthroughs, and tips covering templates, widgets, styling, and exporting.
Start Learning →
Tutorials, guides and ideas fresh from the blog
All posts →
All
✂️ DIY Tutorials
🛍 For Sellers
📖 General
Loading posts…
/* ── Design tokens (skip if already on page) ── */
:root{
–pk9:#C0236E;–pk8:#D62E7D;–pk7:#E7358A;–pk6:#EA539B;–pk5:#EE72AD;
–pk4:#F290BF;–pk3:#F5AED0;–pk2:#F9CCE2;–pk1:#FCEAF3;–pk0:#FEF5F9;
–nv9:#1D3D67;–nv8:#345076;–nv7:#4A6485;–nv6:#617795;–nv5:#778BA4;
–nv4:#8E9EB3;–nv3:#A5B1C2;–nv2:#BBC5D1;–nv1:#D2D8E1;–nv0:#E8ECF0;
–logo:linear-gradient(135deg,#E7358A 0%,#EF66A8 50%,#FFA9D1 100%);
–rs:6px;–rm:10px;–rl:16px;–rx:24px;–rf:9999px;
–max:1200px;
}
/* ── Section ── */
.rp-section{background:#F7F8FA;padding:48px 0;}
.rp-wrap{max-width:var(–max);margin:0 auto;padding:0 24px;}
.sec-hd{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:20px;gap:16px;}
.sec-title{font-size:22px;font-weight:800;color:#1D3D67;letter-spacing:-.3px;font-family:’Poppins’,sans-serif;}
.sec-title-em{font-size:11px;font-weight:700;color:#E7358A;background:#FCEAF3;padding:2px 10px;border-radius:9999px;vertical-align:middle;margin-left:6px;}
.sec-sub{font-size:13.5px;color:#778BA4;margin-top:3px;font-family:’Poppins’,sans-serif;}
.sec-link{font-size:13px;font-weight:700;color:#E7358A;white-space:nowrap;text-decoration:none;font-family:’Poppins’,sans-serif;}
/* ── Category pills ── */
.cat-pills{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap;}
.cat-pill{
height:34px;padding:0 16px;border-radius:9999px;
font-size:13px;font-weight:600;font-family:’Poppins’,sans-serif;
display:inline-flex;align-items:center;cursor:pointer;transition:all .15s;
user-select:none;white-space:nowrap;
}
.cat-pill.on{background:#E7358A;color:#fff;}
.cat-pill.off{background:#fff;color:#617795;border:1px solid #E8ECF0;}
.cat-pill.off:hover{border-color:#F5AED0;color:#E7358A;}
/* ── Posts grid ── */
.posts-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;align-items:start;}
.rp-loading{grid-column:1/-1;text-align:center;color:#8E9EB3;padding:40px;font-family:’Poppins’,sans-serif;}
/* ── Post card ── */
.post-card{
background:#fff;border-radius:16px;overflow:hidden;
border:1px solid #E8ECF0;transition:all .2s;text-decoration:none;display:flex;flex-direction:column;
}
.post-card:hover{border-color:#F5AED0;box-shadow:0 6px 28px rgba(29,61,103,.1);transform:translateY(-3px);}
.post-card.featured{grid-row:1/3;}
.pc-img{position:relative;overflow:hidden;background:#E8ECF0;}
.pc-img img{width:100%;display:block;object-fit:cover;transition:transform .4s;}
.pc-img.tall img{aspect-ratio:4/3;}
.pc-img.wide img{aspect-ratio:16/9;}
.post-card:hover .pc-img img{transform:scale(1.05);}
.pc-placeholder{width:100%;aspect-ratio:16/9;background:#E8ECF0;display:flex;align-items:center;justify-content:center;font-size:48px;}
.pc-body{padding:16px 18px 18px;flex:1;display:flex;flex-direction:column;}
.pc-cats{display:flex;gap:6px;margin-bottom:8px;flex-wrap:wrap;}
.pc-cat{
font-size:10.5px;font-weight:700;padding:2px 9px;border-radius:9999px;
font-family:’Poppins’,sans-serif;white-space:nowrap;
}
.pc-cat.diy{background:#FCEAF3;color:#E7358A;}
.pc-cat.seller{background:#E0F2FE;color:#0284C7;}
.pc-cat.general{background:#F0FDF4;color:#16A34A;}
.pc-cat.freebie{background:#FEF9C3;color:#CA8A04;}
.pc-cat.default{background:#F3F4F6;color:#6B7280;}
.pc-title{font-size:15px;font-weight:700;color:#1D3D67;line-height:1.35;margin-bottom:6px;font-family:’Poppins’,sans-serif;}
.pc-excerpt{font-size:13px;color:#778BA4;line-height:1.55;margin-bottom:10px;font-family:’Poppins’,sans-serif;flex:1;}
.pc-meta{font-size:11.5px;color:#8E9EB3;margin-bottom:6px;font-family:’Poppins’,sans-serif;}
.pc-meta-sep{margin:0 4px;}
.pc-read{font-size:12.5px;font-weight:700;color:#E7358A;text-decoration:none;font-family:’Poppins’,sans-serif;}
.pc-read:hover{color:#D62E7D;}
/* Featured card larger title */
.post-card.featured .pc-title{font-size:17px;}
.post-card.featured .pc-excerpt{display:block;}
.post-card:not(.featured) .pc-excerpt{display:none;}
/* ── Tablet (≤1024px) ── */
@media(max-width:1024px){
.rp-wrap{padding:0 20px;}
.posts-grid{grid-template-columns:1fr 1fr;gap:16px;}
.post-card.featured{grid-row:auto;}
.sec-title{font-size:20px;}
}
/* ── Phone (≤640px) ── */
@media(max-width:640px){
.rp-section{padding:32px 0;}
.rp-wrap{padding:0 16px;}
.sec-hd{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:16px;}
.sec-title{font-size:18px;}
.sec-sub{font-size:12.5px;}
.cat-pills{
flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;
margin:0 -16px 20px;padding:0 16px 8px;scrollbar-width:none;gap:6px;
}
.cat-pills::-webkit-scrollbar{display:none;}
.cat-pill{flex-shrink:0;font-size:12px;height:32px;padding:0 14px;}
.posts-grid{grid-template-columns:1fr;gap:14px;}
.post-card.featured{grid-row:auto;}
.post-card:hover{transform:none;}
.pc-img.tall img{aspect-ratio:16/9;}
.pc-body{padding:14px 16px 16px;}
.pc-title{font-size:14px;}
.post-card.featured .pc-title{font-size:15px;}
.pc-excerpt{font-size:12.5px;}
}
Editable on planifypro.com — new collections added every few weeks
See all collections →
Loading collections…
:root{
–pk7:#E7358A;–pk1:#FCEAF3;
–nv9:#1D3D67;–nv5:#778BA4;–nv4:#8E9EB3;–nv0:#E8ECF0;
–max:1200px;
}
.col-section{background:#F7F8FA;padding:48px 0;}
.col-wrap{max-width:var(–max);margin:0 auto;padding:0 24px;}
.sec-hd{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:28px;gap:16px;}
.sec-title{font-size:22px;font-weight:800;color:#1D3D67;letter-spacing:-.3px;font-family:’Poppins’,sans-serif;}
.sec-sub{font-size:13.5px;color:#778BA4;margin-top:3px;font-family:’Poppins’,sans-serif;}
.sec-link{font-size:13px;font-weight:700;color:#E7358A;white-space:nowrap;text-decoration:none;font-family:’Poppins’,sans-serif;}
.col-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.col-loading{grid-column:1/-1;text-align:center;color:#8E9EB3;padding:40px;font-family:’Poppins’,sans-serif;}
.col-card{
background:#fff;border-radius:16px;overflow:hidden;
border:1px solid #E8ECF0;transition:all .2s;text-decoration:none;display:block;
}
.col-card:hover{border-color:#F5AED0;box-shadow:0 6px 28px rgba(29,61,103,.1);transform:translateY(-3px);}
.col-card-img{position:relative;overflow:hidden;background:#E8ECF0;}
.col-card-img img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;transition:transform .4s;}
.col-card:hover .col-card-img img{transform:scale(1.05);}
.col-card-body{padding:14px 16px 16px;}
.col-card-title{font-size:15px;font-weight:700;color:#1D3D67;line-height:1.35;margin-bottom:4px;font-family:’Poppins’,sans-serif;}
.col-card-desc{font-size:12px;color:#778BA4;font-family:’Poppins’,sans-serif;line-height:1.4;margin-bottom:8px;}
.col-card-badge{
display:inline-flex;align-items:center;gap:4px;
font-size:10.5px;font-weight:700;padding:2px 9px;border-radius:9999px;
font-family:’Poppins’,sans-serif;
}
.col-badge-commercial{background:#E0F2FE;color:#0284C7;}
.col-badge-new{background:#FCEAF3;color:#E7358A;}
.col-badge-free{background:#F0FDF4;color:#16A34A;}
/* ── Tablet ── */
@media(max-width:1024px){
.col-wrap{padding:0 20px;}
.col-grid{grid-template-columns:repeat(2,1fr);gap:16px;}
.sec-title{font-size:20px;}
}
/* ── Phone ── */
@media(max-width:640px){
.col-section{padding:32px 0;}
.col-wrap{padding:0 16px;}
.sec-hd{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:20px;}
.sec-title{font-size:18px;}
.sec-sub{font-size:12.5px;}
.col-grid{
display:flex;overflow-x:auto;scroll-snap-type:x mandatory;
-webkit-overflow-scrolling:touch;gap:12px;
padding:0 16px 12px;margin:0 -16px;scrollbar-width:none;
}
.col-grid::-webkit-scrollbar{display:none;}
.col-card{min-width:220px;max-width:260px;flex-shrink:0;scroll-snap-align:start;}
.col-card:hover{transform:none;}
.col-card-title{font-size:14px;}
.col-card-desc{font-size:11px;}
}
All templates editable on planifypro.com · Commercial license with Business Plan
All templates →
Loading templates…
:root{
–pk7:#E7358A;–pk1:#FCEAF3;
–nv9:#1D3D67;–nv8:#345076;–nv5:#778BA4;–nv0:#E8ECF0;
–max:1200px;
}
.tmpl-section{background:#F7F8FA;padding:48px 0;}
.tmpl-wrap{max-width:var(–max);margin:0 auto;padding:0 24px;}
.sec-hd{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:28px;gap:16px;}
.sec-title{font-size:22px;font-weight:800;color:#1D3D67;letter-spacing:-.3px;font-family:’Poppins’,sans-serif;}
.sec-sub{font-size:13.5px;color:#778BA4;margin-top:3px;font-family:’Poppins’,sans-serif;}
.sec-link{font-size:13px;font-weight:700;color:#E7358A;white-space:nowrap;text-decoration:none;font-family:’Poppins’,sans-serif;}
.tmpl-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;}
.tmpl-loading{grid-column:1/-1;text-align:center;color:#8E9EB3;padding:40px;font-family:’Poppins’,sans-serif;}
.tmpl-card{
background:#fff;border-radius:10px;overflow:hidden;border:1px solid #E8ECF0;
transition:all .18s;position:relative;text-decoration:none;display:block;
}
.tmpl-card:hover{border-color:#F5AED0;box-shadow:0 5px 20px rgba(29,61,103,.1);transform:translateY(-2px);}
.tmpl-img{overflow:hidden;}
.tmpl-img img{width:100%;aspect-ratio:1;object-fit:cover;transition:transform .35s;display:block;}
.tmpl-card:hover .tmpl-img img{transform:scale(1.05);}
.tmpl-body{padding:10px 11px 12px;}
.tmpl-name{font-size:12px;font-weight:600;color:#345076;line-height:1.35;margin-bottom:5px;font-family:’Poppins’,sans-serif;}
.tmpl-tags{display:flex;gap:4px;flex-wrap:wrap;}
.tmpl-tag{font-size:9.5px;font-weight:700;padding:2px 6px;border-radius:3px;font-family:’Poppins’,sans-serif;}
.tmpl-tag.pdf{background:#FCEAF3;color:#E7358A;}
.tmpl-tag.digital{background:#E0F2FE;color:#0284C7;}
.tmpl-use{
position:absolute;top:8px;right:8px;height:26px;padding:0 9px;border-radius:6px;
background:#fff;color:#E7358A;font-size:11px;font-weight:700;
display:none;align-items:center;gap:3px;box-shadow:0 2px 8px rgba(0,0,0,.12);
font-family:’Poppins’,sans-serif;
}
.tmpl-card:hover .tmpl-use{display:flex;}
/* ── Tablet ── */
@media(max-width:1024px){
.tmpl-wrap{padding:0 20px;}
.tmpl-grid{grid-template-columns:repeat(3,1fr);}
.sec-title{font-size:20px;}
}
/* ── Phone ── */
@media(max-width:640px){
.tmpl-section{padding:32px 0;}
.tmpl-wrap{padding:0 16px;}
.sec-hd{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:20px;}
.sec-title{font-size:18px;}
.sec-sub{font-size:12.5px;}
.tmpl-grid{grid-template-columns:repeat(2,1fr);gap:10px;}
.tmpl-card:hover{transform:none;}
.tmpl-use{display:none !important;}
.tmpl-name{font-size:11px;}
.tmpl-tag{font-size:8.5px;}
.tmpl-body{padding:8px 9px 10px;}
}
body{font-family:’Poppins’,sans-serif;background:#F7F8FA;padding:40px 24px;}
.wrap{max-width:1200px;margin:0 auto;}
.sec-hd{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:28px;gap:16px;}
.sec-title{font-size:22px;font-weight:800;color:#1D3D67;letter-spacing:-.3px;}
.sec-sub{font-size:13.5px;color:#778BA4;margin-top:3px;}
.sec-link{font-size:13px;font-weight:700;color:#E7358A;white-space:nowrap;text-decoration:none;}
.diy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.diy-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #E8ECF0;transition:all .2s;text-decoration:none;display:block;}
.diy-card:hover{border-color:#F5AED0;box-shadow:0 6px 28px rgba(29,61,103,.1);transform:translateY(-3px);}
.diy-img{position:relative;overflow:hidden;}
.diy-img img{width:100%;aspect-ratio:16/9;object-fit:cover;transition:transform .4s;display:block;}
.diy-card:hover .diy-img img{transform:scale(1.05);}
.diy-make{position:absolute;bottom:10px;left:10px;background:#E7358A;color:#fff;font-size:10.5px;font-weight:700;padding:4px 10px;border-radius:9999px;font-family:’Poppins’,sans-serif;}
.diy-body{padding:14px 16px 16px;}
.diy-title{font-size:14px;font-weight:700;color:#1D3D67;line-height:1.4;margin-bottom:5px;font-family:’Poppins’,sans-serif;}
.diy-meta{font-size:11.5px;color:#8E9EB3;font-family:’Poppins’,sans-serif;}
.yt-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px;align-items:center;}
.yt-pill{height:32px;padding:0 14px;border-radius:9999px;background:#fff;border:1px solid #E8ECF0;font-size:12px;font-weight:700;color:#1D3D67;display:inline-flex;align-items:center;gap:6px;transition:all .15s;text-decoration:none;font-family:’Poppins’,sans-serif;}
.yt-pill:hover{background:#FCEAF3;color:#E7358A;border-color:#F5AED0;}
/* ── Tablet (≤1024px) ── */
@media(max-width:1024px){
body{padding:32px 20px;}
.diy-grid{grid-template-columns:repeat(2,1fr);gap:16px;}
.sec-title{font-size:20px;}
}
/* ── Phone (≤640px) ── */
@media(max-width:640px){
body{padding:24px 0;}
.wrap{padding:0 16px;}
.sec-hd{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:20px;}
.sec-title{font-size:18px;}
.sec-sub{font-size:12.5px;}
/* Horizontal scroll cards on phone */
.diy-grid{
display:flex;
overflow-x:auto;
scroll-snap-type:x mandatory;
-webkit-overflow-scrolling:touch;
gap:12px;
padding:0 16px 12px;
margin:0 -16px;
scrollbar-width:none;
}
.diy-grid::-webkit-scrollbar{display:none;}
.diy-card{
min-width:260px;
max-width:280px;
flex-shrink:0;
scroll-snap-align:start;
}
.diy-card:hover{transform:none;}
.diy-body{padding:12px 14px 14px;}
.diy-title{font-size:13px;}
.diy-meta{font-size:11px;}
.diy-make{font-size:10px;padding:3px 8px;bottom:8px;left:8px;}
/* YouTube row scrollable */
.yt-row{
flex-wrap:nowrap;
overflow-x:auto;
-webkit-overflow-scrolling:touch;
padding-bottom:8px;
margin:16px -16px 0;
padding:0 16px 8px;
scrollbar-width:none;
}
.yt-row::-webkit-scrollbar{display:none;}
.yt-pill{flex-shrink:0;font-size:11px;height:30px;padding:0 12px;}
}
✂️ DIY Custom Planner Tutorials
Step-by-step guides to bind, assemble & customize your printed planners
Full library →
Make this
How to make a Memokit
DIY Tutorial
Make this
How to make a Sudoku Notepad
DIY Tutorial
Make this
How to make a Budget Binder
DIY Tutorial
Make this
How to make a Chunky Daily Planner for 2025
DIY Tutorial
Make this
How to make a Magnetic Planner
DIY Tutorial
Make this
How to make a 2025 Daily Desk Planner
DIY Tutorial
▶ Watch in:
📺 YouTube EN
🇪🇸 Español
🇧🇷 Português
🇫🇷 Français
🇸🇦 عربي
🇮🇩 Indonesia
🇮🇹 Italiano
body{font-family:’Poppins’,sans-serif;background:#F7F8FA;padding:40px 24px;}
.wrap{max-width:1200px;margin:0 auto;}
.sec-hd{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:28px;gap:16px;}
.sec-title{font-size:22px;font-weight:800;color:#1D3D67;letter-spacing:-.3px;}
.sec-sub{font-size:13.5px;color:#778BA4;margin-top:3px;}
.sec-link{font-size:13px;font-weight:700;color:#E7358A;white-space:nowrap;text-decoration:none;}
.ess-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;}
.ess-card{background:#fff;border-radius:14px;overflow:hidden;border:1px solid #E8ECF0;transition:all .2s;text-decoration:none;display:flex;flex-direction:column;align-items:center;padding:16px 12px 14px;}
.ess-card:hover{border-color:#F5AED0;box-shadow:0 6px 24px rgba(29,61,103,.1);transform:translateY(-3px);}
.ess-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:8px;margin-bottom:10px;transition:transform .4s;}
.ess-card:hover img{transform:scale(1.05);}
.ess-name{font-size:12px;font-weight:700;color:#1D3D67;text-align:center;line-height:1.3;margin-bottom:10px;font-family:’Poppins’,sans-serif;}
.ess-btn{display:inline-flex !important;align-items:center !important;gap:4px !important;background:#E7358A !important;color:#fff !important;font-size:10.5px !important;font-weight:700 !important;padding:5px 12px !important;border-radius:9999px !important;font-family:’Poppins’,sans-serif !important;white-space:nowrap !important;text-decoration:none !important;line-height:1 !important;height:auto !important;width:auto !important;min-height:unset !important;box-shadow:none !important;text-transform:none !important;letter-spacing:0 !important;}
.ess-btn:hover{background:#c4206f !important;color:#fff !important;}
/* ── Tablet (≤1024px) ── */
@media(max-width:1024px){
body{padding:32px 20px;}
.ess-grid{grid-template-columns:repeat(3,1fr);gap:14px;}
.sec-title{font-size:20px;}
}
/* ── Phone (≤640px) ── */
@media(max-width:640px){
body{padding:24px 0;}
.wrap{padding:0 16px;}
.sec-hd{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:20px;}
.sec-title{font-size:18px;}
.sec-sub{font-size:12.5px;}
/* Horizontal scroll on phone */
.ess-grid{
display:flex;
overflow-x:auto;
scroll-snap-type:x mandatory;
-webkit-overflow-scrolling:touch;
gap:12px;
padding:0 16px 12px;
margin:0 -16px;
scrollbar-width:none;
}
.ess-grid::-webkit-scrollbar{display:none;}
.ess-card{
min-width:140px;
max-width:160px;
flex-shrink:0;
scroll-snap-align:start;
padding:12px 10px 12px;
}
.ess-card:hover{transform:none;}
.ess-name{font-size:11px;margin-bottom:8px;}
.ess-btn{font-size:9.5px !important;padding:4px 10px !important;}
}
🔧 DIY Essentials
Materials you need to get started with physical planner making
Full guide →
Cardstock / Chipboard
Get on Amazon →
Paper Cutter
Get on Amazon →
Cinch Binder
Get on Amazon →
Binding Wires
Get on Amazon →
Sticker Paper
Get on Amazon →
Paper Ream
Get on Amazon →
:root{
–pk9:#C0236E;–pk8:#D62E7D;–pk7:#E7358A;–pk6:#EA539B;–pk5:#EE72AD;
–pk4:#F290BF;–pk3:#F5AED0;–pk2:#F9CCE2;–pk1:#FCEAF3;–pk0:#FEF5F9;
–nv9:#1D3D67;–nv8:#345076;–nv7:#4A6485;–nv6:#617795;–nv5:#778BA4;
–nv4:#8E9EB3;–nv3:#A5B1C2;–nv2:#BBC5D1;–nv1:#D2D8E1;–nv0:#E8ECF0;
–bl7:#0B84FF;–bl5:#54A9FF;–bl0:#E7F3FF;
–gr7:#22C55E;–gr1:#DCFCE7;
–or7:#F97316;–or1:#FFF7ED;
–pu7:#A855F7;–pu1:#FAF5FF;
–logo:linear-gradient(135deg,#E7358A 0%,#EF66A8 50%,#FFA9D1 100%);
–f:’Poppins’,sans-serif;
–rs:6px;–rm:10px;–rl:16px;–rx:24px;–rf:9999px;
–max:1200px;
}
*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:var(–f);color:var(–nv9);background:#F7F8FA;-webkit-font-smoothing:antialiased;}
a{text-decoration:none;color:inherit;}
img{max-width:100%;height:auto;display:block;}
.content{max-width:var(–max);margin:0 auto;padding:0 24px;}
.section{padding:52px 0;}
.sec-hd{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:28px;gap:16px;}
.sec-title{font-size:22px;font-weight:800;color:var(–nv9);letter-spacing:-.3px;display:flex;align-items:center;gap:9px;}
.sec-sub{font-size:13.5px;color:var(–nv5);margin-top:3px;line-height:1.5;}
/* ════════════════════════════════
START HERE / POPULAR GUIDES
════════════════════════════════ */
.guides-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:22px;
}
.guide-card{
background:#fff;
border:1px solid var(–nv0);
border-radius:var(–rl);
overflow:hidden;
display:flex;
flex-direction:column;
transition:all .22s ease;
}
.guide-card:hover{
border-color:var(–pk3);
box-shadow:0 10px 40px rgba(29,61,103,.12);
transform:translateY(-4px);
}
.guide-img{
position:relative;
overflow:hidden;
}
.guide-img img{
width:100%;
aspect-ratio:16/9;
object-fit:cover;
transition:transform .4s ease;
}
.guide-card:hover .guide-img img{
transform:scale(1.04);
}
.guide-tag{
position:absolute;
bottom:10px;
left:12px;
font-size:10.5px;
font-weight:700;
padding:4px 11px;
border-radius:var(–rf);
letter-spacing:.02em;
backdrop-filter:blur(8px);
-webkit-backdrop-filter:blur(8px);
}
.guide-tag.seller{
background:rgba(249,115,22,.15);
color:#F97316;
border:1px solid rgba(249,115,22,.25);
}
.guide-tag.diy{
background:rgba(231,53,138,.15);
color:#E7358A;
border:1px solid rgba(231,53,138,.25);
}
.guide-tag.starter{
background:rgba(11,132,255,.15);
color:#0B84FF;
border:1px solid rgba(11,132,255,.25);
}
.guide-body{
padding:22px 24px 24px;
flex:1;
display:flex;
flex-direction:column;
}
.guide-title{
font-size:17px;
font-weight:800;
color:var(–nv9);
line-height:1.35;
letter-spacing:-.2px;
margin-bottom:8px;
}
.guide-desc{
font-size:13px;
color:var(–nv5);
line-height:1.6;
margin-bottom:20px;
flex:1;
}
.guide-cta{
font-size:13px;
font-weight:700;
color:var(–pk7);
display:inline-flex;
align-items:center;
gap:5px;
transition:gap .15s ease;
margin-top:auto;
}
.guide-card:hover .guide-cta{
gap:8px;
color:var(–pk8);
}
@media(max-width:1024px){
.guides-grid{grid-template-columns:repeat(2,1fr);}
.guides-grid .guide-card:last-child{grid-column:1 / -1;max-width:50%;justify-self:center;}
}
@media(max-width:768px){
.content{padding:0 16px;}
.guides-grid{grid-template-columns:1fr;}
.guides-grid .guide-card:last-child{max-width:100%;}
.guide-body{padding:18px 20px 20px;}
}
Not sure where to begin? These are our most-loved guides to get you started.

Seller Guide
How to Sell Planners on Etsy: Complete 2026 Guide
The step-by-step roadmap our most successful sellers followed — from opening your shop to making consistent sales.
Read Guide →

DIY Tutorial
DIY Christmas Planner: How to Make a Double-Door Holiday Planner
Our most popular project — design, print, and bind a stunning folding planner from scratch using Planify Pro.
Read Guide →

Getting Started
Custom Planner Maker: Complete Guide to Creating Planners Online
Everything you need to design your first personalized planner — no design experience required.
Read Guide →
body{font-family:’Poppins’,sans-serif;background:#F7F8FA;padding:40px 24px;}
.wrap{max-width:1200px;margin:0 auto;}
.about-strip {
background: #1D3D67;
border-radius: 24px;
padding: 36px 40px;
display: grid;
grid-template-columns: 200px 1fr;
gap: 40px;
align-items: center;
}
.about-photo-wrap {
display: flex;
flex-direction: column;
align-items: center;
gap: 0;
}
.about-photo-card {
background: #FCEAF3;
border-radius: 28px;
padding: 16px 16px 12px;
display: flex;
flex-direction: column;
align-items: center;
position: relative;
width: 100%;
}
.about-photo-card::before {
content: ‘✦’;
position: absolute;
top: -8px;
right: 12px;
color: #1D3D67;
font-size: 18px;
filter: drop-shadow(0 0 0 #E7358A);
}
.about-photo-card img {
width: 120px;
height: 120px;
border-radius: 16px;
object-fit: cover;
margin-bottom: 10px;
}
.about-name {
font-size: 13px;
font-weight: 800;
color: #E7358A;
font-family: ‘Poppins’, sans-serif;
letter-spacing: .3px;
margin-bottom: 3px;
}
.about-quote {
font-size: 11px;
color: #617795;
font-family: ‘Poppins’, sans-serif;
text-align: center;
font-style: italic;
}
.about-logo {
width: 32px;
height: 32px;
background: #E7358A;
border-radius: 8px;
margin-top: 10px;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
}
.about-photo-card .star1 { position:absolute; top:8px; left:-12px; font-size:16px; color:#FFD166; }
.about-photo-card .star2 { position:absolute; bottom:30px; right:-14px; font-size:12px; color:#FFD166; }
.about-photo-card .star3 { position:absolute; bottom:-10px; left:10px; font-size:10px; color:#fff; opacity:.6; }
.about-eyebrow {
font-size: 11px;
font-weight: 700;
color: #E7358A;
letter-spacing: .12em;
text-transform: uppercase;
margin-bottom: 10px;
font-family: ‘Poppins’, sans-serif;
}
.about-headline {
font-size: 28px;
font-weight: 800;
color: #fff;
line-height: 1.2;
margin-bottom: 14px;
font-family: ‘Poppins’, sans-serif;
}
.about-body {
font-size: 14px;
color: rgba(255,255,255,.72);
line-height: 1.7;
margin-bottom: 22px;
font-family: ‘Poppins’, sans-serif;
}
.about-body strong {
color: #fff;
font-weight: 700;
}
.about-btns {
display: flex;
gap: 12px;
flex-wrap: wrap;
}
.about-btn {
display: inline-flex !important;
align-items: center !important;
gap: 6px !important;
height: 40px !important;
padding: 0 18px !important;
border-radius: 9999px !important;
background: rgba(255,255,255,.12) !important;
border: 1px solid rgba(255,255,255,.25) !important;
color: #fff !important;
font-size: 13px !important;
font-weight: 600 !important;
font-family: ‘Poppins’, sans-serif !important;
text-decoration: none !important;
transition: all .2s !important;
white-space: nowrap !important;
box-shadow: none !important;
text-transform: none !important;
letter-spacing: 0 !important;
min-height: unset !important;
line-height: 1 !important;
}
.about-btn:hover {
background: #E7358A !important;
border-color: #E7358A !important;
color: #fff !important;
}
/* ── Tablet (≤1024px) ── */
@media(max-width:1024px){
body{padding:32px 20px;}
.about-strip{padding:30px 28px;gap:28px;grid-template-columns:180px 1fr;}
.about-headline{font-size:24px;}
.about-body{font-size:13px;}
.about-photo-card img{width:100px;height:100px;}
}
/* ── Phone (≤640px) ── */
@media(max-width:640px){
body{padding:24px 0;}
.wrap{padding:0 16px;}
.about-strip{
grid-template-columns:1fr;
gap:24px;
padding:24px 20px;
border-radius:20px;
}
/* Photo card: horizontal layout on phone */
.about-photo-wrap{
flex-direction:row;
gap:14px;
align-items:center;
}
.about-photo-card{
flex-direction:row;
padding:12px;
border-radius:20px;
gap:12px;
width:100%;
}
.about-photo-card img{
width:72px;
height:72px;
border-radius:12px;
margin-bottom:0;
flex-shrink:0;
}
.about-photo-card .star1{top:4px;left:-6px;font-size:12px;}
.about-photo-card .star2{bottom:8px;right:-8px;font-size:10px;}
.about-photo-card .star3{bottom:-6px;left:6px;font-size:8px;}
.about-photo-card::before{top:-6px;right:8px;font-size:14px;}
.about-photo-text{text-align:left;}
.about-name{font-size:12px;text-align:left;}
.about-quote{font-size:10px;text-align:left;}
.about-eyebrow{font-size:10px;margin-bottom:8px;}
.about-headline{font-size:22px;margin-bottom:12px;}
.about-headline br{display:none;}
.about-body{font-size:13px;line-height:1.6;margin-bottom:18px;}
.about-btns{flex-direction:column;gap:10px;}
.about-btn{
width:100% !important;
justify-content:center !important;
height:42px !important;
font-size:12.5px !important;
}
}
✦
✦
✦
JENNIFER HASLER
“Happy to help you out anytime!”
👋 Hello Planner Friends
From my Etsy shop
to yours
I used to run my own Etsy shop selling printable planners, so I totally get the excitement and challenges of selling digital products from home. Our main goal is helping you get your planner shop up and running — Planify Pro saves you hours by automating digital and printable planner creation, auto-hyperlinking, and syncing with Apple & Google Calendar.
📸 @planifypro on Instagram
💬 Facebook Group












