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
44e9eaa
feat(website): scaffold Next.js 14 project
GreenKeewi Apr 27, 2026
a15d6ab
feat(website): add Tailwind theme config and global CSS
GreenKeewi Apr 27, 2026
49adb08
feat(website): add boop mascot PNG asset
GreenKeewi Apr 27, 2026
3712824
feat(website): add root layout, metadata, sitemap, robots, OG image r…
GreenKeewi Apr 27, 2026
f22b771
feat(website): add CopyButton client component
GreenKeewi Apr 27, 2026
d8ee294
feat(website): add responsive Navbar component
GreenKeewi Apr 27, 2026
4c8cf76
feat(website): add Footer component
GreenKeewi Apr 27, 2026
074ea98
feat(website): add Hero section with mascot, CTAs, and stat pills
GreenKeewi Apr 27, 2026
96559b5
feat(website): add ArchitectureBlock with ASCII diagram and component…
GreenKeewi Apr 27, 2026
61f1a25
feat(website): add FeaturesGrid with 12 feature cards
GreenKeewi Apr 27, 2026
5fd1d0b
feat(website): add QuickstartBlock with numbered steps and copy buttons
GreenKeewi Apr 27, 2026
4c85dce
feat(website): add PrerequisitesTable component
GreenKeewi Apr 27, 2026
8729474
feat(website): assemble landing page
GreenKeewi Apr 27, 2026
ab499e2
feat(website): add DocSection component
GreenKeewi Apr 27, 2026
5050dd2
feat(website): add docs.ts — fetch and parse markdown from GitHub
GreenKeewi Apr 27, 2026
c0efd7a
feat(website): add DocsLayout with IntersectionObserver sidebar
GreenKeewi Apr 27, 2026
8f5e3c4
feat(website): add docs page — ISR fetch, sidebar, markdown sections
GreenKeewi Apr 27, 2026
5dc5d0d
feat(website): complete Boop Agent marketing website — landing + docs
GreenKeewi Apr 27, 2026
bc1cc4e
fix(website): remove .next artifacts, add metadataBase, add revalidate
GreenKeewi Apr 27, 2026
c3d8bb2
feat(website): use boop.gif, fix docs images, add quickstart nav
GreenKeewi Apr 27, 2026
62ae0f2
feat(website): add Mermaid architecture diagram
GreenKeewi Apr 27, 2026
8175e2b
docs: add website implementation plan and design spec
GreenKeewi Apr 27, 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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ data/
debug/dist/
.cache/
.tsbuildinfo
website/.next/
website/tsconfig.tsbuildinfo
website/node_modules/
Loading
Loading