Skip to content

Consultini is an automated consultation AI system for companies to save time on consultations and focus on delivering their solutions.

Notifications You must be signed in to change notification settings

JustPowerful/consultini

Repository files navigation

Gemini_Generated_Image_efe60pefe60pefe6-removebg-preview

Consultini

Consultini is a lightweight consultation app built with Next.js that helps professionals manage and deliver client consultations. It combines a clean UI, scheduling and session notes, and optional AI-assisted summaries to streamline consultation workflows.

Key Features

  • Access consultation history
  • Consultation summary notes
  • AI based consultant (chat mode and call mode)
  • Authentication-ready and easy to extend

Tech stack

  • Next.js (App Router)
  • React + TypeScript
  • tRPC
  • Prisma + PostgreSQL
  • Tailwind CSS
  • Google AI API + Genkit for AI workflows

Getting started

Install dependencies and run the dev server:

npm install
npm run dev
# or
yarn
yarn dev
# or
pnpm install
pnpm dev

Open http://localhost:3000 to view the app. Edit app/page.tsx to start changing the homepage.

Environment

Create a .env, you can find an example in .env.example. Key variables include:

DATABASE_URL="postgresql://username:password@localhost:5432/consultai"
NODE_ENV="development"
NEXTAUTH_SECRET="thesecretfornextauth"
GOOGLE_AI_API_KEY="the_google_ai_api_key"

Scripts

  • npm run dev — start development server
  • npm run build — build for production
  • npm run start — start production server

Contributing

Contributions welcome — open issues or PRs with clear descriptions. Follow repository coding and commit conventions.

About

Consultini is an automated consultation AI system for companies to save time on consultations and focus on delivering their solutions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages