Skip to content

YassKhazzan/openperplex_front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenPerplex front app

OpenPerplex is an open-source AI search engine built with Vue.js 3 and Vite. This repository contains the front-end application for OpenPerplex.com

Openperplex python backend

  • you can find the backend in this repo : https://github.com/YassKhazzan/openperplex_backend_os.git

🚀 Features

  • Modern and responsive user interface
  • Fast and efficient search functionality
  • Built with Vue.js 3 and Vite for optimal performance
  • Easy to customize and extend

🛠️ Technology Stack

  • Vue.js 3 (with Composition API and <script setup>)
  • Vite (for fast development and building)

📋 Prerequisites

Before you begin, ensure you have the following installed:

Node.js (version 16.x or later recommended) npm (usually comes with Node.js)

🔧 Setup and Installation

  • Clone the repository:

git clone https://github.com/YassKhazzan/openperplex_front.git cd openperple

Install dependencies: npm install

Configure the search server:

  • Open src/views/SearchResults.vue
  • Locate the line: const searchServer = ref('http://127.0.0.1:8000');
  • Replace the URL with your actual server address

🚀 Running the Application

For Development

  • To run the app in development mode with hot-reloading: npm run dev or vite

For Production

  • To build the app for production: npm run build or vite build

🔍 Customizing the Configuration

  • For detailed configuration options, see the Vite Configuration Reference.

💻 Recommended IDE Setup

For the best development experience, we recommend:

VSCode Volar extension (make sure to disable Vetur if you have it installed)

🤝 Contributing

We welcome contributions to OpenPerplex! Please feel free to submit issues, fork the repository and send pull requests!

📝 License

  • MIT

📞 Contact

For any questions or feedback, please open an issue on this repository or contact me on X

About

openperplex is an opensource AI search engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published