Commit Graph
30 Commits
Author SHA1 Message Date
ASOwnerYTandClaude Opus 5 3970cf9a00 Add design-sync inputs for claude.ai/design
Docker / build (push) Failing after 1m43s
Import this repo's components into a Claude Design project so the design
agent builds with the real Cloudrite library instead of generic components.

The repo is a Next.js app, not a component library: no dist/, no exports
map, no .d.ts tree, and Tailwind exists only as build directives. So
.design-sync/ carries a small build that manufactures a consumable package
from source (staged to the gitignored .ds-pkg/):

- tsconfig.dts.json  declaration emit, for real <Name>Props contracts
- build-css.mjs      Tailwind v4 -> a static stylesheet via @tailwindcss/postcss
- make-pkg.mjs       stages the package; index.js exports all 292 symbols
                     while index.d.ts exports only the 61 roots, so shadcn's
                     flat compound parts don't each become a preview card.
                     Also generates the per-root parts tables in docs/
- shims/next-link    router-free anchor; the real next/link needs
                     AppRouterContext and drags in the App Router runtime
- fonts/             Space Grotesk + Inter woff2 (SIL OFL). next/font supplies
                     these at runtime in the app, so the bundle has none

previews/ holds 40 authored preview stories, conventions.md is prepended to
the generated README as the design agent's usage guide, and NOTES.md records
the gotchas a future sync would otherwise rediscover.

Co-Authored-By: Claude Opus 5 <[email protected]>
2026-08-05 17:04:10 +12:00
ASOwnerYTandClaude Opus 5 d321ed44a8 Add webfinger endpoint
Serve /.well-known/webfinger for federated-identity discovery.

Co-Authored-By: Claude Opus 5 <[email protected]>
2026-08-05 17:03:54 +12:00
asowneryt 19dcce5d59 Chatwoot, Arcane deployment
Docker / build (push) Successful in 1m35s
2026-07-18 00:40:53 +12:00
asowneryt 1da82b9d30 Make Docker pnpm install resilient to sharp ignored-builds; drop
Docker / build (push) Successful in 1m26s
unreachable gha cache
2026-07-17 01:31:30 +12:00
asowneryt 8857163e11 Update next-env.d.ts
Docker / build (push) Failing after 1m14s
2026-07-17 01:19:08 +12:00
asowneryt ebfdd74ca2 Update docker-publish.yml
Docker / build (push) Failing after 1m18s
2026-07-17 01:02:25 +12:00
asowneryt 32ca000d79 Update workflow
Docker / build (push) Failing after 4m33s
2026-07-17 00:47:56 +12:00
asowneryt 53df8dcefc Add login button, UI tweaks
Docker / build (push) Canceled after 46s
2026-07-17 00:32:39 +12:00
ASOwnerYT 7cb01d7ad0 Create chatwidget.tsx 2026-04-09 20:23:07 +12:00
ASOwnerYT 1a77c8db16 Replace chatwoot with odoo 2026-04-09 20:22:39 +12:00
ASOwnerYT ed398bae75 Update favicon 2026-04-07 18:39:06 +12:00
ASOwnerYTandGitHub 8ab699bba7 Merge pull request #3 from ASOwnerYT/claude/practical-curie
Add AI Solutions service card and update settings
2026-04-02 10:21:50 +13:00
ASOwnerYT 7dbc3c9f14 Improve build times of Docker image and remove unneeded AI skills 2026-04-02 10:18:53 +13:00
ASOwnerYTandClaude Sonnet 4.6 2ba8a9222e Add AI Solutions service card and update settings
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
2026-04-02 09:49:59 +13:00
ASOwnerYT ae2066d02f Some AI stuff 2026-03-23 18:18:46 +13:00
ASOwnerYT 587af8a74a Fix email, remove docker-compose 2026-03-23 09:05:15 +13:00
ASOwnerYT 3bc7f332de Update Docker workflow to use main and develop branches for pushes and pull requests 2026-03-20 23:41:43 +13:00
ASOwnerYT 84aa8d8093 Docker support v2 2026-03-20 23:36:24 +13:00
ASOwnerYT d36959fa96 Fix docker again 2026-03-20 23:15:51 +13:00
ASOwnerYT ddbee83185 Fix docker 2026-03-20 23:14:54 +13:00
ASOwnerYT 84200ac175 Docker support 2026-03-20 14:33:43 +13:00
ASOwnerYTandGitHub 4d869c5d91 Merge pull request #2 from ASOwnerYT/v0/asowneryt-0dbbb987
Update landing page metrics and add contact features
2026-03-20 14:25:42 +13:00
v0andASOwnerYT fe1d728b6f refactor: streamline contact form input fields and remove unnecessary wrappers
Co-authored-by: ASOwnerYT <[email protected]>
2026-03-20 00:50:34 +00:00
v0andASOwnerYT 21d4c5f579 feat: implement contact form and Chatwoot widget
Add Resend API-based contact form and Chatwoot widget integration.

Co-authored-by: ASOwnerYT <[email protected]>
2026-03-20 00:45:35 +00:00
ASOwnerYTandGitHub 39daf41b93 Merge pull request #1 from ASOwnerYT/v0/asowneryt-ac5f67f1
Update Cloudrite landing page with real metrics and contact info
2026-03-20 13:37:11 +13:00
v0andASOwnerYT 6be7f478a4 fix: update contact info and remove legal section in footer
Remove Legal section and update contact details and business hours.

Co-authored-by: ASOwnerYT <[email protected]>
2026-03-20 00:34:51 +00:00
v0andASOwnerYT 49996fb164 feat: update stats row with accurate Cloudrite info
Replace fake stats with real metrics and adjust grid layout.

Co-authored-by: ASOwnerYT <[email protected]>
2026-03-20 00:27:20 +00:00
v0andASOwnerYT 36a3a05596 fix: cleanup hero component and remove unused imports
Adjust title padding and replace fake stats; remove scroll indicator
and unused ChevronDown import.

Co-authored-by: ASOwnerYT <[email protected]>
2026-03-20 00:24:41 +00:00
v0 c3a917ef77 Add README.md 2026-03-20 00:15:22 +00:00
v0 a0a04d3f87 Initial commit from v0 2026-03-20 00:11:55 +00:00