CloudPro

File Index

Author: Will Soltani

This index documents repository source/config files that participate in runtime, build, test, or deployment.

Generated and Vendored Artifacts (Do Not Edit Manually)

.gitignore

app/app/_lib/conversion-support.ts

app/app/api/_lib/auth.ts

app/app/api/_lib/aws.ts

app/app/api/_lib/http.ts

app/app/api/auth/session/route.ts

app/app/api/me/route.ts

app/app/api/me/stats/route.ts

app/app/api/projects/[projectId]/convert/_lib/convert-route-utils.ts

app/app/api/projects/[projectId]/convert/route.ts

app/app/api/projects/[projectId]/files/[fileId]/download/route.ts

app/app/api/projects/[projectId]/files/[fileId]/route.ts

app/app/api/projects/[projectId]/files/filled/[fileId]/complete/route.ts

app/app/api/projects/[projectId]/files/filled/[fileId]/upload/route.ts

app/app/api/projects/[projectId]/files/filled/create/route.ts

app/app/api/projects/[projectId]/files/route.ts

app/app/api/projects/[projectId]/route.ts

app/app/api/projects/[projectId]/uploads/[uploadId]/complete/route.ts

app/app/api/projects/[projectId]/uploads/route.ts

app/app/api/projects/route.ts

app/app/layout.tsx

app/app/page.tsx

app/app/projects/_lib/api.ts

app/app/projects/_lib/parsers.ts

app/app/projects/_lib/types.ts

app/app/projects/_lib/ui-types.ts

app/app/projects/_lib/ui.ts

app/app/projects/[projectId]/_lib/api-client.ts

app/app/projects/[projectId]/_lib/format.ts

app/app/projects/[projectId]/_lib/local-types.ts

app/app/projects/[projectId]/_lib/preview.ts

app/app/projects/[projectId]/_lib/ui-types.ts

app/app/projects/[projectId]/components/ClientDate.tsx

app/app/projects/[projectId]/components/ConversionSettings.tsx

app/app/projects/[projectId]/components/converted/file-badges.tsx

app/app/projects/[projectId]/components/converted/reconvert-panel.tsx

app/app/projects/[projectId]/components/converted/sort-controls.tsx

app/app/projects/[projectId]/components/ConvertedFiles.tsx

app/app/projects/[projectId]/components/DropzoneCard.tsx

app/app/projects/[projectId]/components/FilePreviewModal.tsx

app/app/projects/[projectId]/components/ReadyQueue.tsx

app/app/projects/[projectId]/components/Thumb.tsx

app/app/projects/[projectId]/FileCountContext.tsx

app/app/projects/[projectId]/fill/[fileId]/field-label-resolver.ts

app/app/projects/[projectId]/fill/[fileId]/field-type-rules.ts

app/app/projects/[projectId]/fill/[fileId]/field-validation.ts

app/app/projects/[projectId]/fill/[fileId]/FillPdfClient.tsx

app/app/projects/[projectId]/fill/[fileId]/page.tsx

app/app/projects/[projectId]/hooks/useFilePreview.ts

app/app/projects/[projectId]/hooks/useServerFiles.ts

app/app/projects/[projectId]/hooks/useSignedUrls.ts

app/app/projects/[projectId]/hooks/useStagedFiles.ts

app/app/projects/[projectId]/layout.tsx

app/app/projects/[projectId]/page.tsx

app/app/projects/[projectId]/ProjectDetailClient.tsx

app/app/projects/[projectId]/ProjectLayoutShell.tsx

app/app/projects/components/CreateProjectModal.tsx

app/app/projects/components/ProjectCard.tsx

app/app/projects/components/ProjectMenu.tsx

app/app/projects/components/StatCard.tsx

app/app/projects/hooks/useCreateModalFromQuery.ts

app/app/projects/hooks/useEscapeClose.ts

app/app/projects/hooks/useProjectMeta.ts

app/app/projects/hooks/useViewportWidth.ts

app/app/projects/layout.tsx

app/app/projects/page.tsx

app/app/projects/ProjectsClient.tsx

app/auth/callback/route.ts

app/auth/login/route.ts

app/auth/logout/route.ts

app/auth/session/route.ts

app/favicon.ico

app/globals.css

app/layout.tsx

app/page.tsx

app/projects/[slug]/page.tsx

app/robots.ts

app/sitemap.ts

app/tests/pdf-fill/field-label-resolver.test.ts

app/tests/pdf-fill/field-rules-validation.test.ts

components.json

components/auth/LoginButton.tsx

components/auth/LogoutButton.tsx

components/auth/useAuthStatus.ts

components/Chip.tsx

components/ContactCTA.tsx

components/DeliveryStrip.tsx

components/ExperienceCard.tsx

components/ExperienceTimeline.tsx

components/Hero.tsx

components/HomeClient.tsx

components/InteractiveBackground.tsx

components/Navbar.tsx

components/NavbarClient.tsx

components/PageShell.tsx

components/Pills.tsx

components/ProjectCard.tsx

components/ProjectsSection.tsx

components/ProofStrip.tsx

components/ScrollToTop.tsx

components/Section.tsx

components/SiteFooter.tsx

components/SkillCategoryCard.tsx

components/ui/badge.tsx

components/ui/button.tsx

components/ui/card.tsx

content/about.ts

content/certifications.ts

content/delivery.ts

content/experience.ts

content/projects/index.ts

content/projects/serverless-file-pipeline/index.ts

content/projectsLayout.ts

content/skills.ts

docs/ARCHITECTURE.md

docs/CONTRIBUTING.md

docs/FILE_INDEX.md

docs/OPERATIONS.md

docs/README.md

eslint.config.mjs

infra/bin/app.ts

infra/bin/infra.ts

infra/cdk.json

infra/lib/lambdas/convert-worker/Dockerfile

infra/lib/lambdas/convert-worker/document_to_images_zip.py

infra/lib/lambdas/convert-worker/docx_sanitize.py

infra/lib/lambdas/convert-worker/docx_to_pdf.py

infra/lib/lambdas/convert-worker/fonts/local.conf

infra/lib/lambdas/convert-worker/image_special_convert.py

infra/lib/lambdas/convert-worker/image_to_pdf.py

infra/lib/lambdas/convert-worker/index.ts

infra/lib/lambdas/convert-worker/lib/formats.ts

infra/lib/lambdas/convert-worker/package-lock.json

infra/lib/lambdas/convert-worker/package.json

infra/lib/lambdas/convert-worker/pages_to_pdf.py

infra/lib/lambdas/convert-worker/README.md

infra/lib/lambdas/convert-worker/tests/test_document_to_images_zip.py

infra/lib/lambdas/convert-worker/tests/test_docx_sanitize.py

infra/lib/lambdas/convert-worker/tests/test_image_special_convert.py

infra/lib/lambdas/convert-worker/tests/test_pages_to_pdf.py

infra/lib/lambdas/convert-worker/tests/test_svg_rasterization.py

infra/lib/lambdas/convert-worker/tsconfig.json

infra/lib/storage-stack.ts

infra/package-lock.json

infra/package.json

infra/tsconfig.build.json

infra/tsconfig.json

lib/utils.ts

middleware.ts

next.config.ts

package-lock.json

package.json

postcss.config.mjs

public/diagrams/file-pipeline.png

public/file.svg

public/globe.svg

public/next.svg

public/vercel.svg

public/window.svg

README.md

sections/AboutSection.tsx

sections/CertificationsSection.tsx

sections/ContactSection.tsx

sections/ExperienceSection.tsx

sections/ProjectsBlock.tsx

sections/SkillsSection.tsx

tsconfig.json

types/project.ts