AutoPot Easy2Grow Systems, 2-100 Pots
/* ═══════════════════════════════════════════ DESIGN TOKENS — do not change these ═══════════════════════════════════════════ */ :root { --bg: #ffffff; --bg-soft: #fafafa; --text: #4d4d4d; --text-light: #6b6b6b; --border: #e1e3e4; --blue: #01adf0; --blue-dark: #0190c8; --blue-pale: #e8f7fd; --green: #61a84d; --green-dark: #4d8a3c; --green-pale: #edf6ea; --orange: #ff723c; --orange-pale: #fff2ed; --font-head: 'Poppins', sans-serif; --font-body: 'Inter', sans-serif; --radius: 8px; --radius-sm: 5px; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: var(--font-body); font-size: 14px; background: var(--bg); color: var(--text); line-height: 1.65; padding-bottom: 40px; } :focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; border-radius: 3px; } .icon { display: inline-block; flex-shrink: 0; vertical-align: middle; } .svg-sprite { display: none; } /* ── 1. INTRO ── */ .intro { padding-bottom: 18px; border-bottom: 1px solid var(--border); } .outcome-headline { font-family: var(--font-head); font-size: 1.15rem; font-weight: 700; color: var(--text); line-height: 1.25; margin-bottom: 10px; } .outcome-headline span { color: var(--green); } .intro p { font-size: 0.84rem; color: var(--text-light); line-height: 1.75; } .cert-strip { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; } .cert-badge { display: inline-flex; align-items: center; gap: 5px; background: var(--green-pale); border: 1px solid #c3e0ba; color: var(--green-dark); font-family: var(--font-head); font-size: 0.68rem; font-weight: 700; padding: 4px 10px; border-radius: 20px; } /* ── 2. TRUST BAR ── */ .trust-bar { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 16px; padding: 9px 12px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--bg-soft); margin: 18px 0; } .trust-item { display: flex; align-items: center; gap: 6px; font-size: 0.74rem; font-weight: 500; color: var(--text-light); } .trust-item strong { color: var(--text); } /* ── SECTION LABELS (shared) ── */ .section-label { font-family: var(--font-head); font-size: 0.64rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--blue); margin-bottom: 3px; } .section-title { font-family: var(--font-head); font-size: 0.97rem; font-weight: 700; color: var(--text); margin-bottom: 11px; } /* ── 3. COMPARISON ── */ .comparison-wrap { margin: 20px 0; } .comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; } .comp-col { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); } .comp-header { padding: 8px 13px; font-family: var(--font-head); font-size: 0.74rem; font-weight: 700; display: flex; align-items: center; justify-content: center; gap: 7px; text-align: center; } .comp-col.old .comp-header { background: #f5f5f5; color: var(--text-light); border-bottom: 1px solid var(--border); } .comp-col.new .comp-header { background: var(--green); color: #fff; } .comp-list { list-style: none; padding: 0; } .comp-list li { display: flex; align-items: flex-start; gap: 8px; padding: 7px 13px; font-size: 0.76rem; color: var(--text-light); border-bottom: 1px solid var(--border); line-height: 1.45; } .comp-list li:last-child { border-bottom: none; } .comp-col.old .comp-list li svg { color: #bbb; margin-top: 2px; flex-shrink: 0; } .comp-col.new .comp-list li { color: var(--text); } .comp-col.new .comp-list li svg { color: var(--green); margin-top: 2px; flex-shrink: 0; } /* ── 4. VIDEO ── */ .gallery-wrap { margin: 20px 0; } /* ── 5. FEATURE CARDS ── */ .features-wrap { margin: 20px 0; } .features-grid { display: flex; flex-direction: column; gap: 7px; } .feature-card { background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius); padding: 11px 13px; display: flex; flex-direction: row; align-items: flex-start; gap: 11px; } .feature-card.hero { border-color: var(--green); background: var(--green-pale); } .feature-icon-wrap { width: 34px; height: 34px; border-radius: var(--radius-sm); background: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; border: 1px solid var(--border); } .feature-card.hero .feature-icon-wrap { border-color: #b8ddb0; } .feature-card-body { flex: 1; min-width: 0; } .feature-card h4 { font-family: var(--font-head); font-size: 0.8rem; font-weight: 700; color: var(--text); margin-bottom: 3px; line-height: 1.3; } .feature-card p { font-size: 0.74rem; color: var(--text-light); line-height: 1.55; margin: 0; } .stat-badge { display: inline-block; background: var(--green); color: #fff; font-family: var(--font-head); font-size: 0.61rem; font-weight: 700; padding: 2px 7px; border-radius: 20px; white-space: nowrap; margin-left: 6px; vertical-align: middle; } /* ── 6. SPECS ── */ .specs-wrap { margin: 20px 0; } .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; } .spec-card { background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius); padding: 9px 12px; } .spec-card-label { display: flex; align-items: center; gap: 5px; font-size: 0.65rem; font-weight: 500; color: var(--text-light); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 2px; } .spec-card-value { font-family: var(--font-head); font-size: 0.81rem; font-weight: 600; color: var(--text); line-height: 1.3; } .manual-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 11px; font-size: 0.76rem; font-weight: 500; color: var(--blue); text-decoration: none; border: 1px solid var(--blue); border-radius: var(--radius-sm); padding: 6px 12px; transition: background 0.15s, color 0.15s; } .manual-link:hover { background: var(--blue); color: #fff; } /* ── 7. HOW IT WORKS ── */ .reassurance-block { background: var(--blue-pale); border: 1px solid #b3e4f9; border-radius: var(--radius); margin: 20px 0; overflow: hidden; } .reassurance-header { background: var(--blue); padding: 10px 15px; display: flex; align-items: center; gap: 9px; } .reassurance-header h3 { font-family: var(--font-head); font-size: 0.83rem; font-weight: 700; color: #fff; margin: 0; } .reassurance-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #b3e4f9; } .reassurance-step { display: flex; flex-direction: row; align-items: flex-start; gap: 10px; padding: 12px 14px; background: var(--blue-pale); text-align: left; } .step-num { width: 22px; height: 22px; border-radius: 50%; background: var(--blue); color: #fff; font-family: var(--font-head); font-size: 0.7rem; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; } .reassurance-step-body { flex: 1; } .reassurance-step h4 { font-family: var(--font-head); font-size: 0.76rem; font-weight: 700; color: var(--text); line-height: 1.3; margin-bottom: 2px; } .reassurance-step p { font-size: 0.71rem; color: var(--text-light); line-height: 1.55; margin: 0; } /* ── 8. INCLUDED IN BOX ── */ .included-wrap { margin: 20px 0; } .included-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; } .included-col { background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; } .included-col-header { padding: 8px 13px; font-family: var(--font-head); font-size: 0.74rem; font-weight: 700; display: flex; align-items: center; gap: 6px; border-bottom: 1px solid var(--border); } .included-col-header.blue { background: var(--blue-pale); color: var(--blue-dark); } .included-col-header.green { background: var(--green-pale); color: var(--green-dark); } .included-list { list-style: none; padding: 6px 0; } .included-list li { display: flex; align-items: flex-start; gap: 7px; padding: 4px 13px; font-size: 0.75rem; color: var(--text-light); line-height: 1.5; } .included-list li svg { flex-shrink: 0; margin-top: 3px; } .included-tip { padding: 10px 13px; font-size: 0.74rem; color: var(--text-light); border-top: 1px solid var(--border); background: #fff; line-height: 1.6; } .included-tip strong { color: var(--text); } .included-tip a { color: var(--blue); text-decoration: none; font-weight: 600; } .included-tip a:hover { text-decoration: underline; } /* ── 9. FAQ ── */ .faq-wrap { margin: 20px 0; } .faq-list { display: flex; flex-direction: column; gap: 6px; } .faq-item { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; background: var(--bg); } .faq-toggle { position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none; } .faq-label { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 11px 14px; cursor: pointer; font-family: var(--font-head); font-size: 0.79rem; font-weight: 600; color: var(--text); user-select: none; transition: background 0.15s; line-height: 1.4; } .faq-label:hover { background: var(--bg-soft); } .faq-q-icon { flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%; background: var(--bg-soft); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--blue); transition: background 0.15s, color 0.15s, transform 0.2s; } .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.2s; font-size: 0.78rem; color: var(--text-light); line-height: 1.7; padding: 0 14px; background: var(--bg-soft); } .faq-answer a { color: var(--blue); } .faq-toggle:checked + .faq-label { background: var(--blue); color: #fff; } .faq-toggle:checked + .faq-label .faq-q-icon { background: rgba(255,255,255,0.2); border-color: rgba(255,255,255,0.4); transform: rotate(45deg); } .faq-toggle:checked ~ .faq-answer { max-height: 500px; padding: 12px 14px; border-top: 1px solid rgba(1,173,240,0.15); } .faq-toggle:focus-visible + .faq-label { outline: 3px solid var(--blue); outline-offset: -2px; } /* ── 10. CLOSING FOOTER ── */ .closing-trust { margin-top: 22px; padding: 15px 16px; background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius); display: flex; flex-wrap: wrap; align-items: center; gap: 12px; justify-content: space-between; } .closing-trust-text { display: flex; align-items: flex-start; gap: 10px; flex: 1; min-width: 200px; } .closing-trust-text svg { color: var(--green); margin-top: 2px; flex-shrink: 0; } .closing-trust-text p { font-size: 0.78rem; color: var(--text-light); line-height: 1.6; } .closing-trust-text strong { color: var(--text); font-weight: 600; } .closing-contact { display: flex; flex-direction: column; gap: 5px; align-items: flex-end; } .closing-contact a { display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-head); font-size: 0.74rem; font-weight: 600; color: var(--blue); text-decoration: none; padding: 6px 12px; border: 1px solid var(--blue); border-radius: var(--radius-sm); transition: background 0.15s, color 0.15s; white-space: nowrap; } .closing-contact a:hover { background: var(--blue); color: #fff; } .closing-contact a svg { flex-shrink: 0; } /* ── MOBILE ── */ @media (max-width: 599px) { body { font-size: 15px; } .comparison-grid, .specs-grid, .reassurance-steps, .included-grid { grid-template-columns: 1fr; } .feature-card p, .included-list li, .comp-list li { font-size: 0.82rem; line-height: 1.6; } .reassurance-step p { font-size: 0.79rem; line-height: 1.6; } .faq-label { padding: 14px; font-size: 0.84rem; min-height: 44px; } .faq-answer { font-size: 0.82rem; } .section-title { font-size: 0.9rem; } .closing-trust { flex-direction: column; align-items: stretch; } .closing-contact { align-items: stretch; } .closing-contact a { justify-content: center; padding: 13px; font-size: 0.82rem; min-height: 44px; } } Fill a reservoir, leave for a week, and come back to healthy plants The AutoPot Easy2Grow is a gravity-fed, self-watering system that feeds two plants per tray with zero electricity, zero pumps, and zero timers. The AQUAvalve5 fills each tray to a 1" depth, then shuts off until the plants drink it dry, creating a natural wet/dry cycle without any input from you. Each tray has its own valve, so a thirsty pair of plants gets refilled on a different schedule than a slower-growing pair on the next tray over. Start with a 2-pot kit and expand to 100 pots by adding extension modules to the same reservoir line. Zero electricity Up to 50% less water waste Expandable to 100 pots Free shipping on orders over $49 30-day returns on all orders Serving growers since 2006 Gallery See the Easy2Grow in action Side by side Hand watering vs. the Easy2Grow Hand watering Water once or twice a day, every day, no days off Overwatering and underwatering are constant guesswork Excess water runs off the top, carrying nutrients with it A few days away means asking someone else to water Every pot gets the same pour on the same schedule You are the irrigation system, and you never get a day off AutoPot Easy2Grow Fill the reservoir and walk away for a week or more The AQUAvalve5 fills to 1", shuts off, and reopens only when plants are ready Bottom-fed, zero runoff: plants absorb every drop through the medium Go on vacation with nothing to arrange Each tray has its own valve, so fast and slow growers stay on separate schedules Gravity does the work: no electricity, no pumps, no timers, no daily routine Key features What makes the Easy2Grow work AQUAvalve5 with 66% larger inlet 5mm bore The dual-float valve opens to fill the tray to 1" and shuts off until plants consume the supply. The upgraded 5mm inlet on the AQUAvalve5 handles thicker nutrient solutions and reduces clogging compared to the older AQUAvalve4. PotSocks and root control included Each pot ships with a PotSock on the base and a Root Control Sheet. These keep roots from growing into the valve chamber, which is the most common cause of AQUAvalve malfunctions in long-running grows. Built-in wet/dry cycle Plants drink from the tray, the medium dries down, and the valve reopens. This mimics natural rainfall patterns and prevents the root rot that comes from constant saturation. Works with soil, coco, or hydro media Fill pots with coco/perlite (50/50 is the most popular mix), soil with perlite, or clay pebbles. Add a layer of perlite or an AirBase at the bottom for better aeration. Expand anytime with extension modules Add 2 more pots with a single easy2grow extension kit. Each extension includes its own tray, AQUAvalve5, pots, and PotSocks. Connect via tee connector to the existing line. Up to 50% less water and nutrient use Zero runoff Bottom-feeding means plants pull water up through the medium. Nothing drains out, and nothing evaporates from overhead watering. Your nutrient mix goes further. Specs Easy2Grow 2-pot starter kit details Pot sizes 2.2 gal or 3.9 gal square pots Reservoir 12.4 gal hard tank (24" H x 14.5" W) Valve AQUAvalve5 (3/8" fittings, 5mm inlet) Tubing 5 ft of 3/8" black pipe Tray footprint Approx. 23" L x 11" W per tray Power required None (gravity only, 6" min. above valve) Compatible media Coco/perlite, soil/perlite, clay pebbles Origin AutoPot (UK), distributed by AutoPot USA Download AutoPot Grow Guide (PDF) How the system works 1 Position the reservoir Place the 12.4-gallon tank on a stand or shelf at least 6" above the highest AQUAvalve5. Attach the inline filter to the outlet and run 3/8" tubing down to your trays. 2 Fill pots and place them in the tray Add a 1" layer of perlite (or an AirBase) to the bottom of each pot, then fill with your chosen medium. Place PotSocks on the base of each pot to keep roots from reaching the valve. Set pots in the tray. 3 Hand-water for the first 7 to 10 days Water plants from the top by hand until roots are established and can wick from below. Keep the system valve turned off during this period. Once the medium starts drying out quickly, the roots are ready. 4 Turn on and walk away Open the inline tap, fill the reservoir with water and nutrients, and the AQUAvalve5 takes over. Check your reservoir level and filter once a week. That is your entire maintenance routine. Setup tips Top 10 AutoPot tips before you start In the box Everything in the 2-pot starter kit Included with every kit 1x 12.4-gallon reservoir with lid 1x Easy2Grow 2-pot tray and lid 2x square pots (2.2 gal or 3.9 gal, your choice) 1x AQUAvalve5 1x 3/8" golf filter kit, 1x inline tap, 1x grommet 5 ft of 3/8" black pipe, 2x Root Control Sheets, 2x PotSocks Options and add-ons Pot size: 2.2 gallon (herbs, compact plants) or 3.9 gallon (larger, bushier plants) Expand: Easy2Grow extension modules add 2 pots per module to the same line Optional: AirBases replace perlite layer for better aeration, reservoir stand elevates the tank Not sure which pot size to choose? The 3.9-gallon is the most popular for indoor growing because it gives roots more room. The 2.2-gallon works well for herbs, lettuce, and compact varieties where you want to keep plants short. Call or email us: 716-217-0353 / [email protected] Questions Frequently asked questions I've never used an automated watering system. Is this hard to set up? No. You connect a tube from the reservoir to the tray, drop the AQUAvalve5 into its seat, and set the pots on top. The two critical steps are making sure the reservoir sits at least 6" above the highest valve so gravity can do its job, and that the tray is level. AutoPot includes written instructions, and we have a setup guide PDF linked above. Can I use organic nutrients in this system? The AQUAvalve5 with its larger 5mm inlet handles liquid organic nutrients much better than the older valve. AutoPot now recommends organic nutrients as compatible with AQUAvalve5 systems. That said, heavy organic formulas can still produce biofilm in tubing and reservoirs over time. If you run organics, plan to clean the reservoir, tubing, and valve between cycles. Mineral-based nutrients are the lowest-maintenance option. How often do I need to refill the reservoir? It depends on plant size, temperature, and growth stage. Two small plants in veg might go over a week on a single 12.4-gallon fill. Large plants in full flower will drink much faster, especially in a warm room. Check the level once a week at minimum and adjust from there. If you find yourself refilling constantly, consider adding a FlexiTank (25 gal or larger) to extend the time between fills. What growing medium works best with the Easy2Grow? A 50/50 mix of coco coir and perlite is the most popular choice because coco wicks water up from the tray efficiently. Soil with 30 to 50% perlite mixed in also works. Put a 1" layer of perlite or an AirBase at the bottom of each pot before adding your mix. This improves airflow to roots and helps the wet/dry cycle work properly. Avoid dense, compacted soils that do not wick well. My AQUAvalve is not shutting off and the tray stays full. What do I do? First, check that the tray is level. Even a small tilt can prevent the float from seating properly. Second, inspect the valve for debris, salt buildup, or root material. Remove it, rinse it under running water, and check that both floats move freely. Third, make sure the PotSocks are in place so roots have not grown down into the valve chamber. If you are still having trouble, call us at 716-217-0353 and we can walk through it with you. Can I mix Easy2Grow modules with 1Pot, XL, or GeoPot modules on the same reservoir? Yes. All AutoPot systems with AQUAvalve5 use the same 3/8" tubing and fittings, so you can run Easy2Grow trays alongside 1Pot, XL, or GeoPot modules on the same reservoir line. Each module has its own valve, so they operate independently even when sharing a water supply. What if my order arrives damaged or defective? If you receive a defective or damaged unit, email us a photo at [email protected] and we'll make it right immediately: replacement or refund, your call. For change-of-mind returns, we accept returns within 30 days for items in new, resalable condition. If you're not sure whether this product is right for your setup, call us first at 716-217-0353. We'd rather answer your questions before you order. Why should I buy this from Happy Hydro instead of somewhere else? Happy Hydro has been selling growing equipment since 2006. We've carried AutoPot for years because the systems work great and customers who buy them leave happy. Have questions before you order? Call 716-217-0353 or email [email protected]. We're easy to reach and happy to help! Questions? We're easy to reach.Happy Hydro has been serving growers since 2006. Call or email us before you order, after you order, or any time something comes up. When you're happy, we're happy. 716-217-0353 [email protected]