A financial chatbot built with Next.js that provides answers to finance-related questions.
- AI-powered responses to financial queries
- User-friendly chat interface
- Real-time conversation capabilities
- Finance-specific knowledge base
First, install the dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
bun installThen, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the application.
- Next.js - React framework
- Vercel AI SDK - AI integration
- Geist Font - Typography
- Modern UI components
app/- Next.js application routes and pagescomponents/- Reusable UI componentslib/- Utility functions and helperspublic/- Static assets
Deploy on Vercel for the optimal Next.js experience.
To learn more about the technologies used:
Made with ❤️ by cyberpunk47