AI-Driven Business Automation & Freelancer Platform
IMPEARL is a platform that allows businesses and enterprises to automate. It uses AI to analyze business goals and provides companies with the right solutions and skilled freelancers. Whether you're a startup or a growing company, IMPEARL provides personalized recommendations to help you scale and grow your business efficiently.
-
AI Recommendations: Get personalized tool and automation recommendations based on your business needs and goals
-
Freelancer Connections: Connect with freelancers who specialize in implementing the solutions you need
-
Automation Planning: Generate comprehensive automation plans tailored to your industry and business size
-
Business & Freelancer Profiles: Create comprehensive profiles for smart AI-powered matching
-
AI-Assisted Q&A: Interactive questionnaire that analyzes your business and provides personalized recommendations
-
Marketplace Comparison: Compare automation tools, services, and freelancers side-by-side with filtering by price, features, ratings, and compatibility
-
Payment Center: Secure payment processing for hiring freelancers and purchasing automation tools with integrated invoicing
-
Cost Calculator: Calculate ROI and costs for different automation solutions with investment vs. returns analysis
-
Community Ratings: Real user reviews and ratings for tools and freelancers
-
Chatbot Support: 24/7 AI chatbot assistance for features, recommendations, and troubleshooting
-
Base Model Generation: Generate comprehensive automation plans and workflows tailored to your specific requirements
- Frontend Framework: React 18.3.1
- Build Tool: Vite 5.4.19
- Language: TypeScript 5.8.3
- Routing: React Router DOM 6.30.1
- UI Components: shadcn-ui (Radix UI primitives)
- Styling: Tailwind CSS 3.4.17
- State Management: TanStack Query 5.83.0
- Form Handling: React Hook Form 7.61.1 with Zod validation
- Icons: Lucide React 0.462.0
- Charts: Recharts 2.15.4
- Notifications: Sonner 1.7.4
- Node.js (recommended: install with nvm)
- npm or bun package manager
- Clone the repository:
git clone <YOUR_GIT_URL>- Navigate to the project directory:
cd Impearl-main- Install dependencies:
npm installStart the development server with hot-reload:
npm run devThe application will be available at the local development server URL shown in the terminal.
Create a production build:
npm run buildCreate a development build:
npm run build:devPreview the production build:
npm run preview... (8 lines left)