Skip to content

Commit 9266799

Browse files
committed
Update copys and add sections
1 parent d49fc90 commit 9266799

File tree

1 file changed

+51
-42
lines changed

1 file changed

+51
-42
lines changed

packages/nextjs/pages/index.tsx

Lines changed: 51 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -10,48 +10,57 @@ const Home: NextPage = () => {
1010
<>
1111
<div className="max-w-3xl px-4 py-8">
1212
<h1 className="text-4xl font-bold mb-8 text-primary-content bg-primary inline-block p-2">Sand Garden</h1>
13-
<div className="space-y-4 mb-10">
14-
<p>
15-
We&apos;re a small team building the AI layer for the Ethereum developer stack. Born from BuidlGuidl, our
16-
focus sits across three pillars: making Ethereum dev tooling AI-native, rebuilding how developers learn
17-
Solidity with AI, and going deep on the AI research.
18-
</p>
19-
<p>
20-
On the dev tooling side, we&apos;re turning years of{" "}
21-
<a href="https://scaffoldeth.io" className="link link-primary">
22-
Scaffold-ETH
23-
</a>{" "}
24-
and BuidlGuidl knowledge into an open-source plugin any builder can drop into their agent workflow. AI
25-
writes Ethereum code the way the best contributors in the ecosystem would, using our curated set of skills,
26-
MCPs and prompts.
27-
</p>
28-
<p>
29-
On the education side, we&apos;re adding AI tutors to{" "}
30-
<a href="https://speedrunethereum.com" className="link link-primary">
31-
Speedrun Ethereum
32-
</a>
33-
. Personalized guidance that adapts it&apos;s pace to each learner&apos;s level, letting builders to ship
34-
without the friction of coding environments, and letting cracked devs go as deep as they want. All of this
35-
without replacing the rigor of onchain automated grading.
36-
</p>
37-
<p>
38-
On the research side, the agent ecosystem moves fast and heavy abstractions go stale quickly. So we work
39-
close to the primitives, building minimal tools, RAG pipelines, and agent skills scoped to specific
40-
problems.
41-
</p>
42-
<p>
43-
Quality over quantity, always iterating. Learn more about our work at{" "}
44-
<Link href="/projects" className="link link-primary">
45-
/projects
46-
</Link>
47-
.
48-
</p>
49-
<p>
50-
We&apos;re always up for building with good teams.{" "}
51-
<a href="mailto:sandgarden@buidlguidl.com" className="link link-primary">
52-
Get in touch.
53-
</a>
54-
</p>
13+
14+
<div className="space-y-6 mb-10">
15+
<section className="space-y-2">
16+
<p>We&apos;re a small team building the AI layer of the Ethereum developer stack.</p>
17+
<p>
18+
We explore the edges of AI, researching how to practically apply it to developer tooling and education.
19+
</p>
20+
</section>
21+
22+
<section className="space-y-1">
23+
<h2 className="text-lg font-semibold text-secondary">Tooling</h2>
24+
<p>
25+
We&apos;re turning years of Scaffold-ETH and BuidlGuidl experience into open-source AI building blocks:
26+
skills, MCPs, and prompts that give AI the context it needs to build dapps &quot;the Ethereum way&quot;.
27+
</p>
28+
</section>
29+
30+
<section className="space-y-1">
31+
<h2 className="text-lg font-semibold text-secondary">Education</h2>
32+
<p>We&apos;re bringing AI tutors into Speedrun Ethereum.</p>
33+
<p>
34+
Think personalized guidance that adapts to your pace. It empowers builders to ship dapps without the
35+
friction of a coding environment, while letting cracked devs dive as deep as they want.
36+
</p>
37+
<p>All while keeping the rigor of onchain automated grading.</p>
38+
</section>
39+
40+
<section className="space-y-1">
41+
<h2 className="text-lg font-semibold text-secondary">Research</h2>
42+
<p>The agent ecosystem moves fast, so we try to stay close to the primitives.</p>
43+
<p>
44+
No heavy frameworks. We focus on small, composable pieces: minimal tools, clean RAG pipelines, and
45+
laser-focused agent skills.
46+
</p>
47+
</section>
48+
49+
<section className="space-y-2">
50+
<p>
51+
Build, test, adjust, repeat. See what we&apos;re currently building at{" "}
52+
<Link href="/projects" className="link link-primary">
53+
/projects
54+
</Link>
55+
.
56+
</p>
57+
<p>
58+
If you&apos;re building something interesting and see an overlap,{" "}
59+
<a href="mailto:sandgarden@buidlguidl.com" className="link link-primary">
60+
let&apos;s talk.
61+
</a>
62+
</p>
63+
</section>
5564
</div>
5665

5766
<div>

0 commit comments

Comments
 (0)