hireready-source-code/.gitignore hireready-source-code/bad-rex-prompt.md hireready-source-code/convex.config.ts hireready-source-code/convex/auth.config.ts hireready-source-code/convex/auth.ts hireready-source-code/convex/categories.ts hireready-source-code/convex/faqEntries.ts hireready-source-code/convex/files.ts hireready-source-code/convex/filesInternal.ts hireready-source-code/convex/http.ts hireready-source-code/convex/productFiles.ts hireready-source-code/convex/products.ts hireready-source-code/convex/productsAdmin.ts hireready-source-code/convex/productsInternal.ts hireready-source-code/convex/productsMutations.ts hireready-source-code/convex/purchases.ts hireready-source-code/convex/purchasesInternal.ts hireready-source-code/convex/purchasesMutations.ts hireready-source-code/convex/README.md hireready-source-code/convex/rexPersonaConfigs.ts hireready-source-code/convex/schema.ts hireready-source-code/convex/testimonials.ts hireready-source-code/convex/tsconfig.json hireready-source-code/convex/users.ts hireready-source-code/convex/usersMutations.ts hireready-source-code/good-rex-prompt.md hireready-source-code/next.config.ts hireready-source-code/package-lock.json hireready-source-code/package.json hireready-source-code/postcss.config.mjs hireready-source-code/public/rex-documents/bad-rex-prompt.md hireready-source-code/public/rex-documents/good-rex-prompt.md hireready-source-code/public/rex-documents/rex-scorecard-logic.md hireready-source-code/rex-scorecard-logic.md hireready-source-code/scripts/build-source-download.mjs hireready-source-code/scripts/verify-rex-audio.mjs hireready-source-code/scripts/verify-rex-editor.mjs hireready-source-code/scripts/verify-rex-personas.mjs hireready-source-code/src/app/(admin)/admin/categories/page.tsx hireready-source-code/src/app/(admin)/admin/customers/page.tsx hireready-source-code/src/app/(admin)/admin/orders/page.tsx hireready-source-code/src/app/(admin)/admin/page.tsx hireready-source-code/src/app/(admin)/admin/products/[id]/files/page.tsx hireready-source-code/src/app/(admin)/admin/products/[id]/page.tsx hireready-source-code/src/app/(admin)/admin/products/new/page.tsx hireready-source-code/src/app/(admin)/admin/products/page.tsx hireready-source-code/src/app/(admin)/admin/resume-roast/page.tsx hireready-source-code/src/app/(admin)/admin/settings/page.tsx hireready-source-code/src/app/(admin)/layout.tsx hireready-source-code/src/app/(public)/about/page.tsx hireready-source-code/src/app/(public)/categories/[slug]/page.tsx hireready-source-code/src/app/(public)/checkout/canceled/page.tsx hireready-source-code/src/app/(public)/checkout/success/page.tsx hireready-source-code/src/app/(public)/docs/rex/page.tsx hireready-source-code/src/app/(public)/docs/source/page.tsx hireready-source-code/src/app/(public)/downloads/[purchaseId]/page.tsx hireready-source-code/src/app/(public)/faq/page.tsx hireready-source-code/src/app/(public)/layout.tsx hireready-source-code/src/app/(public)/library/page.tsx hireready-source-code/src/app/(public)/products/[slug]/page.tsx hireready-source-code/src/app/(public)/products/page.tsx hireready-source-code/src/app/(public)/sign-in/page.tsx hireready-source-code/src/app/(public)/sign-up/page.tsx hireready-source-code/src/app/api/admin/rex-preview/route.ts hireready-source-code/src/app/api/admin/rex-settings/route.ts hireready-source-code/src/app/api/resume-review/route.ts hireready-source-code/src/app/api/rex-audio/route.ts hireready-source-code/src/app/api/rex-documents/[document]/route.ts hireready-source-code/src/app/error.tsx hireready-source-code/src/app/globals.css hireready-source-code/src/app/layout.tsx hireready-source-code/src/app/page.tsx hireready-source-code/src/components/admin/admin-header.tsx hireready-source-code/src/components/admin/admin-sidebar.tsx hireready-source-code/src/components/admin/category-manager.tsx hireready-source-code/src/components/admin/file-list.tsx hireready-source-code/src/components/admin/file-uploader.tsx hireready-source-code/src/components/admin/index.ts hireready-source-code/src/components/admin/order-table.tsx hireready-source-code/src/components/admin/product-form.tsx hireready-source-code/src/components/admin/stats-card.tsx hireready-source-code/src/components/buy-button.tsx hireready-source-code/src/components/category-filter.tsx hireready-source-code/src/components/download-button.tsx hireready-source-code/src/components/empty-state.tsx hireready-source-code/src/components/faq-accordion.tsx hireready-source-code/src/components/hero-section.tsx hireready-source-code/src/components/markdown-content.tsx hireready-source-code/src/components/price-display.tsx hireready-source-code/src/components/product-card.tsx hireready-source-code/src/components/product-grid.tsx hireready-source-code/src/components/resume-roast.tsx hireready-source-code/src/components/store-footer.tsx hireready-source-code/src/components/store-header.tsx hireready-source-code/src/components/testimonial-card.tsx hireready-source-code/src/components/ui/accordion.tsx hireready-source-code/src/components/ui/badge.tsx hireready-source-code/src/components/ui/button.tsx hireready-source-code/src/components/ui/card.tsx hireready-source-code/src/components/ui/dialog.tsx hireready-source-code/src/components/ui/dropdown-menu.tsx hireready-source-code/src/components/ui/input.tsx hireready-source-code/src/components/ui/label.tsx hireready-source-code/src/components/ui/select.tsx hireready-source-code/src/components/ui/separator.tsx hireready-source-code/src/components/ui/skeleton.tsx hireready-source-code/src/components/ui/tabs.tsx hireready-source-code/src/components/ui/textarea.tsx hireready-source-code/src/components/ui/toast.tsx hireready-source-code/src/components/ui/toaster.tsx hireready-source-code/src/components/ui/use-toast.ts hireready-source-code/src/lib/admin-auth.ts hireready-source-code/src/lib/convex.tsx hireready-source-code/src/lib/files.ts hireready-source-code/src/lib/posthog.tsx hireready-source-code/src/lib/resume-roast-prompts.ts hireready-source-code/src/lib/resume-roast.ts hireready-source-code/src/lib/rex-persona-config.ts hireready-source-code/src/lib/utils.ts hireready-source-code/src/middleware.ts hireready-source-code/src/types/mammoth.d.ts hireready-source-code/tsconfig.json