The landing page and marketing site for the HereCRM ecosystem.
HereCRM is an AI-powered, text-first CRM designed for service professionals. This website serves as the primary entry point for customers and businesses to learn about the platform.
- HereCRM (Backend): FastAPI-powered core logic and AI extraction.
- HereCRM-PWA (Frontend): React-based management interface for business owners.
-
Install Dependencies
npm install
-
Start Development Server
npm run dev
-
Build for Production
npm run build
The output will be in the
dist/directory. -
Preview Production Build
npm run preview
src/: Contains the source code.styles.css: Main stylesheet with Tailwind directives and custom styles.main.js: Main entry point imported by all pages.quote.js: Specific logic for the quote page.
*.html: HTML entry points (index, quote, privacy, etc.).tailwind.config.js: Tailwind CSS configuration.vite.config.js: Build configuration.
The project is configured for deployment on Vercel. The vercel.json ensures clean URLs and proper serving of the static build.