Welcome to IntelliFlow! This project is a Next.js application leveraging the power of OpenAI and Replicate to generate images, videos, code, and conversations. Dive in to explore the capabilities of AI in a seamless SaaS environment.
First, clone the repository:
git clone git@github.com:Alexandra2888/IntelliFlow.git
Navigate to the project directory and install the dependencies:
cd saas-ai
npm install
Here are the available scripts you can run:
Development: Start the development server with hot reload.
npm run dev
Build: Create an optimized production build.
npm run build
Start: Start the production server.
npm run start
Lint: Run ESLint to find and fix problems in your code.
npm run lint
Here is a list of the main dependencies used in this project:
-
Next.js: next - The React framework for production.
-
React: react, react-dom - A JavaScript library for building user interfaces.
-
TypeScript: typescript - JavaScript with syntax for types.
-
Tailwind CSS: tailwindcss, tailwindcss-animate, tailwind-merge - Utility-first CSS framework.
-
OpenAI API: openai - API client for OpenAI.
-
Replicate: replicate - Interface for Replicate's models.
- Image Generation: Generate stunning images using AI.
- Video Generation: Create and manipulate videos with AI.
- Code Generation: Generate and refactor code snippets.
- Conversation Generation: Engage in dynamic AI-driven conversations.
To start using the application, run the development server:
npm run dev
Open your browser and navigate to http://localhost:3000 to explore the features.
https://intelli-flow-4ailj1vg7-alexandra2888s-projects.vercel.app/