diff --git a/index.html b/index.html
index 0bbcf8d..2c1979c 100644
--- a/index.html
+++ b/index.html
@@ -41,13 +41,12 @@
 				<h2 id="what-heading" class="section__heading reveal">What is PyGitWeb?</h2>
 				<div class="section__prose reveal">
 					<p>
-						The rewrite keeps dependencies thin: everything you need to run the stack, nothing you do not.
-						Aside from git-daemon, the usual suspects are PyGit2 for fast repo work, FastAPI and Uvicorn for the ASGI surface,
-						Jinja2 for templates, orjson for JSON, pydantic-settings for configuration, and python-ripgrep for search.
+						The goal of PyGitWeb is to provide everything you need to self host a code forge for small or medium-sized teams.
+						PyGitWeb implements OAuth2 flows, but if running locally or inside a LAN, it can be run without authentication.
 					</p>
 					<p>
 						PyGit2 is the only dependency required by the internal tooling package, so you can script workflows without
-						bringing up the web server. There is also a plugin model if you want to extend the stack with your own tools.
+						bringing up the web server. There is also an ABC-based plugin model if you want to extend the stack with your own tools.
 					</p>
 				</div>
 			</div>
@@ -89,11 +88,11 @@
 			<div class="section__container">
 				<h2 id="apart-heading" class="section__heading reveal">What sets it apart?</h2>
 				<blockquote class="pullquote reveal">
-					<p>We believe all project metadata should live in-situ... discovering new merge requests and tasks should be a git fetch.</p>
+					<p>All project metadata is stored in-situ; discovering new merge requests and tasks is just a git fetch.</p>
 				</blockquote>
 				<div class="section__prose reveal">
 					<p>
-						Settings, merge requests, comments, Kanban tasks: it all lives in your repository object database.
+						Settings, merge requests, comments, and tasks all live in your repository object database.
 						No separate database service to provision. If you have a repo, you have what PyGitWeb needs.
 					</p>
 					<p class="section__cta">Setup is easy - give it a try.</p>
@@ -106,7 +105,7 @@
 				<h2 id="enterprise-heading" class="section__heading reveal">Enterprise scale?</h2>
 				<div class="section__prose reveal">
 					<p>
-						Not yet - stay tuned for updates!
+						Not yet. PyGitWeb is currently only tested with light workflows, and is only recommended for evaluation by individuals and small teams. Stay tuned for updates!
 					</p>
 				</div>
 			</div>
