Equalify Hub
Sign Up for Equalify
EqualifyEverything
/
equalify-hub
Code
/
Commits
/ d25d6be
Saffolded initial Hono web app w/ TypeScript to browse Equalify opensource repos
Christopher Aitken
committed on Jan 20, 2026, 07:54 PM
Showing
35
changed files
+4733 additions
-2 deletions
A
.gitignore
+2
M
README.md
+25
-2
A
app.tsx
+84
A
components/Layout.tsx
+151
A
components/utils.ts
+85
A
index.ts
+2
A
package.json
+25
A
pages/about.tsx
+60
A
pages/feedback.tsx
+213
A
pages/home.tsx
+355
A
routes/auth/index.ts
+1
A
routes/internal/index.ts
+1
A
routes/public/about.ts
+84
A
routes/public/auth.ts
+153
A
routes/public/commits.ts
+425
A
routes/public/feedback.ts
+351
A
routes/public/home.ts
+387
A
routes/public/issues.ts
+205
A
routes/public/repo.ts
+900
A
routes/public/static.ts
+55
A
routes/scheduled/index.ts
+1
A
styles/input.css
+71
A
styles/tailwind.css
+2
A
tsconfig.json
+16
A
types/css.d.ts
+4
A
utils/auth.ts
+122
A
utils/db.ts
+403
A
utils/event.ts
+33
A
utils/html.ts
+142
A
utils/index.ts
+7
A
utils/legacyLayout.ts
+165
A
utils/logEvent.ts
+13
A
utils/sleep.ts
+1
A
utils/theme.ts
+32
A
yarn.lock
+157
Browse files at this commit →