Skip to content

QuickAI is a full-stack AI web application built with a modular client–server architecture. The project is primarily developed in JavaScript, with the frontend and backend kept in separate folders for better structure and scalability. It leverages modern web technologies and integrates AI-powered features to deliver intelligent interactions.

Notifications You must be signed in to change notification settings

Sourik-10/PrismAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PrismAI

GitHub Stars GitHub License Deployment

PrismAI is a full-stack AI-powered web application built with a modular client–server architecture.
The project is primarily written in JavaScript, with separate frontend and backend folders for better scalability and maintainability.
It is designed to serve as a foundation for experimenting with and deploying AI-driven applications.


🚀 Features

  • Full-stack architecture with dedicated client and server modules
  • AI-powered interactions for intelligent responses
  • Scalable structure for future enhancements
  • Modern web technologies for smooth development and deployment
  • Vercel deployment support for quick hosting

🛠️ Tech Stack

  • Frontend: JavaScript, React (if included), TailwindCSS (if included)
  • Backend: Node.js, Express.js
  • AI Integration: OpenAI API / Custom AI Models (depending on your setup)
  • Deployment: Vercel

📂 Project Structure

PrismAI/
│
├── client/        # Frontend code
│   ├── src/       # React components, pages, styles
│   └── ...
│
├── server/        # Backend code
│   ├── routes/    # API routes
│   ├── models/    # Database models (if any)
│   └── ...
│
└── README.md      # Project documentation

⚙️ Installation & Setup

  1. Clone the repository

    git clone https://github.com/Sourik-10/PrismAI.git
    cd PrismAI
  2. Install dependencies

    • For server:
      cd server
      npm install
    • For client:
      cd client
      npm install
  3. Set environment variables
    Create a .env file in the server/ directory and add your API keys (e.g., OpenAI, DB connection).

    Example:

    PORT=5000
    OPENAI_API_KEY=your_api_key_here
  4. Run the application

    • Start backend:
      cd server
      npm run dev
    • Start frontend:
      cd client
      npm start

🌐 Live Demo

👉 Hosted on Vercel


🤝 Contributing

Contributions are welcome!
Feel free to fork this repo and submit a pull request with improvements.


📜 License

This project is licensed under the MIT License – see the LICENSE file for details.

About

QuickAI is a full-stack AI web application built with a modular client–server architecture. The project is primarily developed in JavaScript, with the frontend and backend kept in separate folders for better structure and scalability. It leverages modern web technologies and integrates AI-powered features to deliver intelligent interactions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages