Are you sure you want to cancel your Trap & Skeet Range reservation?

Spruce Valley Ranch.

48 custom homesites on 250 acres adjacent to Goose Pasture Tarn, with views of the Ten Mile Range.

Explore the ranch
Blue River, Colorado · Est. 1977
News
About Spruce ValleyEst. 1977

A private community
in Blue River, Colorado.

Spruce Valley Ranch is a private residential community on 250 acres adjacent to Goose Pasture Tarn in Summit County, Colorado — a short drive from Breckenridge, with views of the Ten Mile Range.

48 custom lots, each between 2 and 5.7 acres, make up the community. The Ranch is member-governed, with a collection of private amenities reserved for homeowners and their guests.

World-class amenities.

Reserved for homeowners and their guests — all within the boundaries of the ranch.

Get in touch.

For homeowner inquiries, board matters, and community questions.

HOA administration

Community
Spruce Valley Ranch HOA
Location
Blue River, Colorado 80424Off Wagon Road, south of Breckenridge

Board of directors

Member access

HOA documents, the community directory, newsletters, and financial records are available to homeowners through the Homeowners Portal. Contact the HOA administrator for your login.

Spruce Valley Ranch
Blue River, CO 80424
From Hwy 9 south of Breckenridge, turn left on Wagon Road.
Spruce Valley Ranch · Homeowners
The Portal.

Community directory is for the private use of SVR homeowners only. Please do not share this information outside the community.

Book Range Session
Please enter your name to continue.
⚙ Site Administration — Spruce Valley Ranch
Homepage Announcements
Add Announcement
Site Content
Edit the key text shown on the public pages. Changes save to Supabase and appear for all visitors.
Amenities
Add photos to an amenity and homeowners will see a photo mosaic when they click its card. Images are stored in Supabase Storage — paste a public URL or upload a file.
Add Amenity
Board Members & Contact
Add Board Member
Community Directory — Google Sheets Connection

The directory is powered by your Google Sheet. Paste your Apps Script deployment URL below. Once set, the directory will always reflect whatever is in your Sheet — no further changes needed here.

Don't have this yet? Follow the setup instructions included with your spreadsheet template.

HOA Documents
Add Document
Drag & drop a PDF or file here, or click to browse
Trap & Skeet Range — Supabase & Bookings

Bookings are stored in Supabase so all homeowners share the same live schedule. Create a free project at supabase.com, then paste your credentials below.
In your Supabase project run this SQL once to create the bookings table:

create table range_bookings (
  id bigint generated always as identity primary key,
  date text not null,
  hour integer not null,
  name text not null,
  booked_at timestamptz default now(),
  unique(date, hour)
);
alter table range_bookings enable row level security;
create policy "public read"   on range_bookings for select using (true);
create policy "public insert" on range_bookings for insert with check (true);
create policy "public delete" on range_bookings for delete using (true);

Find all three under Project Settings → API in your Supabase project. Click Save All Changes to apply.

Upcoming Reservations
Homeowner Accounts

Enter a name and email below, then click Send Invite. The homeowner will receive a single branded welcome email from Spruce Valley Ranch with a button to set their password and access the portal. The Service Role Key (above) is required.

Current Accounts
Admin Password

This is the password required to access Site Administration. Keep it separate and secure.

Changes saved successfully.