Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
ac56622
Rebuild site with new dark-mode design system and polished UI
DexterStorey Mar 28, 2026
f335783
Replace card-based architecture section with animated intelligence fl…
DexterStorey Mar 28, 2026
0ab842d
Redesign hero with scroll-driven 3D engine reveal and warm light/dark…
DexterStorey Mar 29, 2026
30711d8
Refresh Rubric branding with scroll-driven hero, blueprint annotation…
DexterStorey Mar 30, 2026
8945144
Redesign work page with hero layout, company logos, and tint accent
DexterStorey Mar 30, 2026
ab4d155
Restructure blog with main feed, archive, co-post badges, and design …
DexterStorey Mar 30, 2026
becc561
Merge branch 'claude/gifted-gates' into claude/optimistic-benz
DexterStorey Mar 30, 2026
6de3be9
Add full MDX case studies with polished design system
DexterStorey Mar 30, 2026
5bc943b
Merge case studies from sweet-meitner into optimistic-benz
DexterStorey Mar 30, 2026
61df89f
Rebuild hero scroll engine with SVG scaffold, state machine, and comp…
DexterStorey Mar 30, 2026
ca6da3a
Merge hero v2 scroll engine from recursing-wing
DexterStorey Mar 30, 2026
57f5fa4
Add Contract Engineering and Unblocking Agents blog posts with intera…
DexterStorey Mar 30, 2026
b5373c3
Uplevel case studies with architecture diagrams, tighter copy, and st…
DexterStorey Mar 30, 2026
0258c02
Merge branch 'claude/condescending-villani' into dexter/site-rebuild
DexterStorey Mar 30, 2026
aca00d9
Polish hero scroll engine, normalize card styling, and refine video UX
DexterStorey Mar 30, 2026
684b7a0
Uplevel blog posts with new copy, interactive figures, and unified de…
DexterStorey Mar 31, 2026
daf61b8
Add progress scrubbers to all motion figures and fix blocked timeline
DexterStorey Mar 31, 2026
dafc2a9
Add copy buttons, polish terminal timing, and clean up system prompt
DexterStorey Mar 31, 2026
aa98053
Fix --dangerously-skip-permissions flag syntax and update copy content
DexterStorey Mar 31, 2026
ed3fae1
Merge main into dexter/site-rebuild
DexterStorey Mar 31, 2026
5885aa0
Fix TypeScript strict mode errors across hero and blog components
DexterStorey Mar 31, 2026
3e6ee54
Separate site redesign from blog content changes
DexterStorey Mar 31, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .claude/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "dev",
"runtimeExecutable": "bun",
"runtimeArgs": ["dev"],
"port": 3456,
"autoPort": true
}
]
}
10 changes: 9 additions & 1 deletion bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/types/routes.d.ts";
import "./.next/dev/types/routes.d.ts";

// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"dependencies": {
"@gsap/react": "^2.1.2",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^16.0.10",
Expand All @@ -9,6 +10,8 @@
"@vimeo/player": "^2.26.0",
"clsx": "^2.1.1",
"framer-motion": "^12.23.26",
"geist": "^1.7.0",
"gsap": "^3.14.2",
"hls.js": "^1.5.20",
"next": "^16.0.10",
"posthog-js": "1.335.3",
Expand Down
Binary file removed public/fonts/matter-regular.woff
Binary file not shown.
13 changes: 0 additions & 13 deletions src/app/(rest)/blog/[slug]/opengraph-image/route.ts

This file was deleted.

91 changes: 0 additions & 91 deletions src/app/(rest)/blog/[slug]/page.tsx

This file was deleted.

130 changes: 0 additions & 130 deletions src/app/(rest)/blog/[slug]/social-image.tsx

This file was deleted.

13 changes: 0 additions & 13 deletions src/app/(rest)/blog/[slug]/twitter-image/route.ts

This file was deleted.

34 changes: 0 additions & 34 deletions src/app/(rest)/blog/page.tsx

This file was deleted.

Loading