A
Anonymous

Default Component - Copy this React, Tailwind Component to your project

/ ├── auth/ │ ├── login │ ├── signup │ ├── forgot-password │ └── reset-password │ ├── dashboard/ # Main overview │ ├── crm/ │ ├── leads/ │ │ ├── :leadId/ │ │ │ ├── overview │ │ │ ├── documents # final doc instances attached │ │ │ ├── notes │ │ │ └── convert-to-job # transforms lead → job, copying docs │ │ └── new │ │ │ ├── jobs/ │ │ ├── :jobId/ │ │ │ ├── overview │ │ │ ├── documents # final doc instances │ │ │ ├── notes │ │ └── new │ │ │ ├── clients/ │ │ ├── :clientId/ │ │ │ ├── profile │ │ │ ├── leads │ │ │ ├── jobs │ │ │ ├── notes │ │ │ └── documents # references to doc instances │ │ └── new │ │ │ ├── contacts/ │ │ ├── import # CSV import │ │ └── :contactId/ │ │ │ └── calendar/ # merges leads/jobs scheduling │ ├── forms/ # final instances of brand-labeled forms │ ├── contact/ │ │ ├── :formId │ │ └── new │ └── booking/ │ ├── :formId │ └── new │ ├── galleries/ │ ├── :galleryId/ │ │ ├── edit │ │ ├── share │ │ ├── downloads # single / entire download │ │ ├── analytics │ │ └── ai-tagging # if brand is Pro │ └── new │ ├── products/ │ ├── catalog/ │ │ ├── :productId │ │ └── new │ ├── services/ │ │ ├── :serviceId │ │ └── new │ └── (other subroutes if needed) │ ├── websites/ │ ├── :websiteId/ │ │ ├── design │ │ ├── pages/ │ │ │ ├── :pageId │ │ │ └── new │ │ ├── blog/ │ │ │ ├── :postId │ │ │ └── new │ │ ├── domain │ │ ├── publish │ │ └── ai-content # if brand is Pro │ └── new │ ├── settings/ │ ├── account/ │ │ ├── profile │ │ ├── security │ │ ├── preferences │ │ ├── language │ │ ├── referrals │ │ ├── compani/ # multi-brand mgmt if needed │ │ │ ├── add │ │ │ └── :companyId │ │ ├── users/ # add more users to your top-level account │ │ └── subscription/ # platform subscription & billing │ ├── billing │ ├── integrations │ └── account/brands/ │ └── :brandId/ │ ├── templates/ │ │ ├── email-templates │ │ ├── products-packages # line items for quotes/invoices │ │ ├── quote-invoice-templates │ │ ├── contract-templates │ │ ├── questionnaire-templates │ │ └── workflow-templates │ │ │ ├── track-connect/ │ │ ├── lead-sources │ │ ├── job-types │ │ └── labels │ │ │ ├── client-experience/ │ │ ├── client-portal │ │ ├── contact-form │ │ └── online-booking │ │ │ ├── fundamentals/ │ │ ├── company-details │ │ ├── currency-taxes │ │ ├── date-time-calendar │ │ ├── email-settings │ │ ├── invoice-payment │ │ └── payment-methods │ │ │ ├── collaborators # brand_photographers mgmt │ ├── subscription # brand-level AI sub │ └── (other brand subroutes) │ ├── ai/ │ ├── usage │ ├── brand-training │ └── ... │ └── ...

Prompt
Component Preview

About

DefaultComponent - A versatile UI component for user authentication, dashboards, and CRM features, professionally built with React and Tailwind. Start coding now!

Share

Last updated 1 month ago