Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
5cafd12
Add antigravityignore file
aaronsoetopo Jul 17, 2026
daf9b47
feat: complete frontend implementation for Repo Doctor
ShadowEsu Jul 17, 2026
1d3c8ef
feat: premium visual overhaul inspired by Linear/Vercel/Stripe
ShadowEsu Jul 17, 2026
c050da9
fix: hamburger menu now opens mobile navigation drawer
ShadowEsu Jul 17, 2026
d3eb47d
Update README.md
ShadowEsu Jul 17, 2026
d61dbd7
docs: premium README with project overview, architecture, and API con…
ShadowEsu Jul 17, 2026
480928f
Add Repo Doctor launch website frontend.
ShadowEsu Jul 17, 2026
4546340
Initialize web design
aaronsoetopo Jul 17, 2026
477a699
Merge branch 'launchwebsite' of https://github.com/ShadowEsu/OpenAIHa…
aaronsoetopo Jul 17, 2026
3a0ca27
add AGENTS.md persistent context
aaronsoetopo Jul 18, 2026
30bcba2
implement highly detailed hero dashboard mockup
aaronsoetopo Jul 18, 2026
5ef42ad
create scroll animation
aaronsoetopo Jul 18, 2026
0e20d88
create deep accessibility sweep, SEO, and custom favicon
aaronsoetopo Jul 18, 2026
4b6f711
redesign the web to be more fancy
aaronsoetopo Jul 18, 2026
3cb45d3
create the navigation bar more smooth transistion
aaronsoetopo Jul 18, 2026
ae1018d
make the healthreportmock dashboard more alive
aaronsoetopo Jul 18, 2026
64d4cdb
fix the mockhealth dashboard
aaronsoetopo Jul 18, 2026
0dd0506
fix the mock dashboard again
aaronsoetopo Jul 18, 2026
ec55517
make the pixel-grid interactive as the background
aaronsoetopo Jul 18, 2026
eb0d6f5
make the how to work more interactive
aaronsoetopo Jul 18, 2026
baea325
establish one consistent interaction language before adding new compo…
aaronsoetopo Jul 19, 2026
c016a28
enhance the hero background look
aaronsoetopo Jul 19, 2026
7c72863
add join demo for waitlist
aaronsoetopo Jul 19, 2026
a95544e
add comparison table
aaronsoetopo Jul 19, 2026
928b8e9
enhance the navigation bar
aaronsoetopo Jul 19, 2026
c5b1973
Add site logo, remove unused antigravity config
aaronsoetopo Jul 19, 2026
4e6c15a
add FAQ to the website
aaronsoetopo Jul 19, 2026
453f66e
add feature tab to overview nav bar
aaronsoetopo Jul 19, 2026
009506e
edit the bento grid box in the feature tab
aaronsoetopo Jul 20, 2026
5b52853
add Before/After X-ray Slider
aaronsoetopo Jul 20, 2026
5107456
add 3D Repo Galaxy Graph
aaronsoetopo Jul 20, 2026
c075f0d
Connect launch site to Repo Doctor app
ShadowEsu Jul 21, 2026
b9f9135
Link launch website to deployed app
ShadowEsu Jul 21, 2026
6c432c2
Align app shell with launch site
ShadowEsu Jul 21, 2026
0871a31
Add production repository validation
ShadowEsu Jul 21, 2026
3a48b50
Ignore legacy Vite output
ShadowEsu Jul 21, 2026
de1e044
Polish Repo Doctor app experience
ShadowEsu Jul 21, 2026
1c1ff5a
Add live repository scan and repair proposals
ShadowEsu Jul 21, 2026
c0fcdfd
Wrap scan query in suspense
ShadowEsu Jul 21, 2026
be6c655
Ground live findings and repair patches
ShadowEsu Jul 21, 2026
a8c3c05
Filter unsupported metadata findings
ShadowEsu Jul 21, 2026
8ade4d1
Refresh README product narrative
ShadowEsu Jul 21, 2026
c4e13cd
Add launch website links to README
ShadowEsu Jul 21, 2026
001de8a
Add Repo Doctor logo to README
ShadowEsu Jul 21, 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
45 changes: 45 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions

# testing
/coverage

# next.js
/.next/
/out/

# production
/build
/dist

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# env files (can opt-in for committing if needed)
.env*

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts

# screenshots
/screenshots/
5 changes: 5 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!-- BEGIN:nextjs-agent-rules -->
# This is NOT the Next.js you know

This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in `node_modules/next/dist/docs/` before writing any code. Heed deprecation notices.
<!-- END:nextjs-agent-rules -->
1 change: 1 addition & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@AGENTS.md
Loading