CredHill

Project Overview
Smart Solutions for Your Business Needs Invoice Simplified
App.jsx
1"use client"
2import Faq from "@/components/Faq";
3import Features from "@/components/Features";
4import Footer from "@/components/Footer";
5import Header from "@/components/Header";
6import Hero from "@/components/Hero";
7import { useKindeBrowserClient } from "@kinde-oss/kinde-auth-nextjs";
8import { useEffect } from "react";
9
10
11export default function Home() {
12 const {user} = useKindeBrowserClient();
13 console.log(user)
14 useEffect(()=>{
15 console.log("User Details : ", user)
16 },[user])
17 return (
18 <div className="absolute inset-0 h-full w-full bg-white bg-[linear-gradient(to_right,#80808012_1px,transparent_1px),linear-gradient(to_bottom,#80808012_1px,transparent_1px)] bg-[size:24px_24px]">
19 <Header />
20 <Hero />
21 <Features />
22 <Faq />
23 <Footer />
24 </div>
25 );
26}
Technology Stack
Next JS
TypeScript
Shadcn
ConvexDB
Next Auth
ERP For Business
Key Features
- Used by Real-World Clients: Actively used by multiple businesses to manage clients, invoices, and inventory efficiently.
- Powerful Invoice Automation: Generate, manage, and analyze up to 10,000 invoices monthly with real-time status tracking,customized to client needs.
- Comprehensive Management Tools: Efficiently handle 1,000+ client and inventory records with streamlined updates
- CI/CD Pipeline with Github Actions