Skip to content

Alexandra2888/IntelliFlow

Repository files navigation

IntelliFlow 🚀

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.

image

Table of Contents 📑

Installation 🛠️

First, clone the repository:

git clone [email protected]:Alexandra2888/IntelliFlow.git

Navigate to the project directory and install the dependencies:

cd saas-ai
npm install

Scripts 📜

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

Dependencies 📦

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.

Features 🌟

  • 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.

Usage 📖

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.

Live:

https://intelli-flow-4ailj1vg7-alexandra2888s-projects.vercel.app/

Releases

No releases published

Packages

No packages published

Languages