<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Oakstone Academy serves neurotypical students and students on the autism spectrum in the same classrooms, PreK through grade 12, in Westerville. What full inclusion actually means, what it publishes about funding, and who it fits.">
<title>Oakstone Academy in Westerville: The Full Inclusion Model, PreK Through Grade 12, EdChoice Funding, and Which Autistic Learners It Suits | Achieving Stars Therapy</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Fraunces:opsz,wght@9..144,500;9..144,600&display=swap" rel="stylesheet">
<style>:root { --white: #FFFFFF; --off-white: #F9FAFB; --gold: #F5A623; --gold-light: #FEF7E8; --navy: #1A2B4A; --navy-soft: #2D3E5F; --gray: #6B7280; --border: #E5E7EB; }
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'DM Sans', system-ui, sans-serif; background: var(--off-white); color: var(--navy); line-height: 1.7; font-size: 17px; }
h1 { font-family: 'Fraunces', Georgia, serif; font-size: clamp(28px, 6vw, 42px); font-weight: 600; line-height: 1.15; color: var(--white); margin-bottom: 16px; }
h2 { font-family: 'Fraunces', serif; font-size: 24px; font-weight: 600; color: var(--navy); margin-bottom: 16px; padding-bottom: 8px; border-bottom: 2px solid var(--gold); }
h3 { font-family: 'Fraunces', serif; font-size: 19px; font-weight: 600; color: var(--navy); margin: 24px 0 10px; }
p { margin-bottom: 14px; color: var(--navy-soft); }
a { color: var(--gold); font-weight: 500; text-decoration: underline; text-underline-offset: 2px; }
a:hover { color: var(--navy); }
ul, ol { margin: 14px 0; padding-left: 24px; }
li { margin-bottom: 8px; color: var(--navy-soft); }
strong { color: var(--navy); }
table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 15px; }
th, td { padding: 10px 12px; text-align: left; border-bottom: 1px solid var(--border); vertical-align: top; }
th { background: var(--gold-light); color: var(--navy); font-weight: 600; font-family: 'Fraunces', serif; }
tr:hover { background: var(--off-white); }
.hero { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%); padding: 130px 24px 48px; text-align: center; }
.hero-inner { max-width: 720px; margin: 0 auto; }
.location-badge { display: inline-block; background: var(--gold); color: var(--navy); font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 6px 14px; border-radius: 20px; margin-bottom: 16px; }
.hero p { font-size: 18px; color: rgba(255,255,255,0.85); line-height: 1.7; max-width: 600px; margin: 0 auto; }
.quick-info { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 16px; background: var(--white); border-radius: 12px; padding: 24px; margin: -32px auto 32px; max-width: 800px; box-shadow: 0 4px 20px rgba(26,43,74,0.08); position: relative; z-index: 10; }
.info-item { text-align: center; }
.info-label { font-size: 12px; color: var(--gray); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 4px; }
.info-value { font-size: 15px; font-weight: 600; color: var(--navy); }
.content { max-width: 800px; margin: 0 auto; padding: 24px 24px 72px; }
section { margin-bottom: 36px; }
.highlight-box { background: var(--gold-light); border-left: 4px solid var(--gold); border-radius: 0 10px 10px 0; padding: 18px 22px; margin: 20px 0; }
.highlight-box p { margin: 0; color: var(--navy); }
.faq-item { margin-bottom: 22px; }
.faq-item h3 { font-size: 17px; margin-bottom: 8px; }
.faq-item p { font-size: 16px; }
.disclaimer { font-size: 13px; color: var(--gray); font-style: italic; margin-top: 20px; padding: 12px; background: var(--off-white); border-radius: 8px; }
.cta-section { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%); border-radius: 16px; padding: 40px 32px; text-align: center; margin-top: 36px; }
.cta-section h2 { color: var(--white); border: none; padding: 0; margin-bottom: 12px; font-size: 26px; }
.cta-section p { color: rgba(255,255,255,0.9); margin-bottom: 8px; font-size: 17px; }
.cta-section strong { color: var(--gold); }
.cta-button { display: inline-block; background: var(--gold); color: var(--navy); font-weight: 600; font-size: 16px; padding: 14px 32px; border-radius: 8px; text-decoration: none; margin-top: 20px; }
.cta-button:hover { color: var(--navy); }
.cta-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin-top: 20px; }
.cta-item { background: rgba(255,255,255,0.1); border-radius: 10px; padding: 18px; min-width: 0; }
.cta-item-label { font-size: 12px; color: var(--gold); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 6px; }
.cta-item-value { color: var(--white); font-weight: 600; font-size: 15px; word-break: break-word; overflow-wrap: anywhere; min-width: 0; }
.cta-item-value a { color: var(--white); text-decoration: none; word-break: break-word; overflow-wrap: anywhere; }
.cta-item-value a:hover { color: var(--gold); }
@media (max-width: 600px) { .quick-info { margin: -24px 16px 24px; grid-template-columns: repeat(2, 1fr); } .cta-grid { grid-template-columns: 1fr; } table { font-size: 13px; } th, td { padding: 6px 8px; } }
.hero,.ash-hero,.ash-loc-page .ash-hero{padding-top:130px !important}</style>
</head>
<body>
<div class="hero"><div class="hero-inner"><span class="location-badge">Westerville, Ohio</span><h1>Oakstone Academy: Autism Inclusion in the Columbus Area</h1><p>Most autism schools separate autistic students from typical peers. Oakstone was built to do the opposite, and that single decision is what parents are really weighing when they tour it.</p></div></div>
<div class="quick-info"><div class="info-item"><div class="info-label">Model</div><div class="info-value">Full inclusion</div></div><div class="info-item"><div class="info-label">Grades</div><div class="info-value">PreK to 12</div></div><div class="info-item"><div class="info-label">Where</div><div class="info-value">Westerville</div></div><div class="info-item"><div class="info-label">Phone</div><div class="info-value">(614) 899-2838</div></div></div>
<div class="content">
<section><p>Oakstone Academy is a private school in Westerville that serves neurotypical students and students on the autism spectrum in the same classrooms. Its own tagline is Inclusion Reimagined, and the model is the reason to consider it or rule it out.</p>
<p>It covers preschool through grade 12 at 900 Club Drive, on (614) 899-2838.</p></section>
<section><h2>What full inclusion actually means day to day</h2>
<p>Inclusion gets used loosely. At most schools it means an autistic child spends part of the day in a general classroom with support and the rest pulled out.</p>
<p>Oakstone's stated model is different. Both groups of students are enrolled in the same school and share classrooms as the default arrangement, not as a goal to work toward.</p>
<p>For the right child that's powerful. Peer language, unscripted social practice and ordinary expectations are hard to manufacture in a room where every child has the same diagnosis.</p></section>
<section><h2>Which children this suits, and which it doesn't</h2>
<p>Inclusion is not automatically better. It's better for some children and harder for others, and being honest about that saves a wasted year.</p>
<p>It tends to work when a child can access a general curriculum with support, manages a full-size classroom without constant escalation, and gains from typical peers modelling language and play.</p>
<p>It tends to struggle when a child needs a very low student-to-teacher ratio, needs therapy embedded in the school day, or communicates in ways that need specialist support in the room. Those children usually do better somewhere like <a href="/guide/bridgeway-academy-columbus">Bridgeway Academy</a>, which runs therapy on site.</p></section>
<section><h2>What Oakstone publishes about paying for it</h2>
<p>Its site actively promotes the <strong>EdChoice Scholarship</strong> for 2026-27, with income-tiered awards for kindergarten through grade 12.</p>
<p>Here's what matters more. The <strong>Autism Scholarship and Jon Peterson are not mentioned anywhere on Oakstone's site.</strong> Plenty of directory listings imply otherwise, and that's not a basis for a decision.</p>
<div class="highlight-box"><p><strong>Ask this on the call:</strong> "Do you accept the Autism Scholarship or Jon Peterson for the grade my child would enter?" If the answer is no, EdChoice is income-tiered, which changes the maths completely compared with a $34,000 autism award elsewhere.</p></div>
<p>How the two state scholarships compare, and what each pays: <a href="/guide/jon-peterson-scholarship-columbus">the Jon Peterson guide</a>.</p></section>
<section><h2>How Oakstone compares to the other Columbus options</h2>
<p>Against Bridgeway, the split is philosophy. Oakstone puts an autistic child among typical peers. Bridgeway builds the day around applied behavior analysis with therapists in the building.</p>
<p>Against a district placement, Oakstone is private and tuition-based while the district is free and legally obliged to serve your child. Cost is not the same as fit, and neither is automatically the better room.</p>
<p>Tour both kinds before deciding, and watch one difficult moment in each. The wider comparison is on <a href="/guide/autism-schools-columbus-oh">autism schools in Columbus</a>. For younger children, start with <a href="/guide/autism-preschool-columbus">autism preschool in Columbus</a>.</p></section>
<section><h2>Where in-home applied behavior analysis fits around school</h2>
<p>School and clinical therapy are funded from different pots and cover different ground, so a lot of Columbus families run both.</p>
<p>The classroom owns academics, peer time and the school day itself. Applied behavior analysis at home owns what shows up once the bus has gone. Communication, meltdowns at bedtime, following directions, getting dressed without a fight.</p>
<p>Achieving Stars Therapy has run BCBA-led programs inside the family home since 2015 and works with <a href="/location/city/aba-therapy-columbus-oh">Columbus families in their own homes</a>. A Board Certified Behavior Analyst writes the plan, a Registered Behavior Technician runs the sessions, and parents pick up the strategies as they go. Hours run 8am to 8pm, so nothing collides with school.</p>
<p>Funding sits apart from any scholarship. Achieving Stars bills Ohio Medicaid and most commercial plans, verifies benefits free before anything is signed, and isn't a registered scholarship provider. Care covers ages 18 months to 15 years across <a href="/location/states/aba-therapy-ohio">Ohio</a>.</p></section><section><h2>Common questions from Columbus parents</h2><div class="faq-item"><h3>What is Oakstone Academy?</h3><p>It's a private school that describes itself as serving both neurotypical students and students on the autism spectrum, with the tagline Inclusion Reimagined. Rather than running a separate autism track, it places both groups in the same classrooms.</p></div><div class="faq-item"><h3>What grades does Oakstone Academy serve?</h3><p>Preschool through grade 12, per its own site, split into elementary from PreK, middle school for grades 6 to 8, and high school for grades 9 to 12.</p></div><div class="faq-item"><h3>Where is Oakstone Academy?</h3><p>900 Club Drive, Westerville, Ohio 43081. That's the Columbus metro rather than Columbus proper, so check the commute from your side of town before you tour.</p></div><div class="faq-item"><h3>Does Oakstone Academy take the Autism Scholarship?</h3><p>Oakstone's own site promotes the EdChoice Scholarship and does not mention the Autism Scholarship or Jon Peterson anywhere. Don't assume either applies. Ask directly on (614) 899-2838, because the answer decides whether the placement is affordable.</p></div><div class="faq-item"><h3>How much does Oakstone Academy cost?</h3><p>Oakstone doesn't publish a tuition figure. Its EdChoice page covers that scholarship's income-tiered award schedule rather than a base tuition, so the real number comes from the admissions conversation.</p></div></section>
<p class="disclaimer">Details come from Oakstone Academy's published pages, read 2026-08-24. Confirm current grades, openings, tuition and accepted scholarships on (614) 899-2838. Achieving Stars Therapy is not affiliated with Oakstone Academy.</p>
<div class="cta-section">
<h2>In-Home Support Around the School Day</h2>
<p>Free benefits check. BCBA-led, in-home, flexible day and evening scheduling.</p>
<a href="https://www.achievingstarstherapy.com/contact" class="cta-button">Get a Free Benefits Check</a>
<div class="cta-grid">
<div class="cta-item"><div class="cta-item-label">Call</div><div class="cta-item-value"><a href="tel:8336663115">(833) 666-3115</a></div></div>
<div class="cta-item"><div class="cta-item-label">Email</div><div class="cta-item-value"><a href="mailto:info@achievingstarstherapy.com">info@achievingstarstherapy.com</a></div></div>
<div class="cta-item"><div class="cta-item-label">Ages</div><div class="cta-item-value">18 months to 15 years</div></div>
</div>
</div><script type="application/ld+json">{"@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [{"@type": "Question", "name": "What is Oakstone Academy?", "acceptedAnswer": {"@type": "Answer", "text": "It's a private school that describes itself as serving both neurotypical students and students on the autism spectrum, with the tagline Inclusion Reimagined. Rather than running a separate autism track, it places both groups in the same classrooms."}}, {"@type": "Question", "name": "What grades does Oakstone Academy serve?", "acceptedAnswer": {"@type": "Answer", "text": "Preschool through grade 12, per its own site, split into elementary from PreK, middle school for grades 6 to 8, and high school for grades 9 to 12."}}, {"@type": "Question", "name": "Where is Oakstone Academy?", "acceptedAnswer": {"@type": "Answer", "text": "900 Club Drive, Westerville, Ohio 43081. That's the Columbus metro rather than Columbus proper, so check the commute from your side of town before you tour."}}, {"@type": "Question", "name": "Does Oakstone Academy take the Autism Scholarship?", "acceptedAnswer": {"@type": "Answer", "text": "Oakstone's own site promotes the EdChoice Scholarship and does not mention the Autism Scholarship or Jon Peterson anywhere. Don't assume either applies. Ask directly on (614) 899-2838, because the answer decides whether the placement is affordable."}}, {"@type": "Question", "name": "How much does Oakstone Academy cost?", "acceptedAnswer": {"@type": "Answer", "text": "Oakstone doesn't publish a tuition figure. Its EdChoice page covers that scholarship's income-tiered award schedule rather than a base tuition, so the real number comes from the admissions conversation."}}]}</script>
</div>
</body>
</html>