Thanks to visit codestin.com
Credit goes to github.com

Skip to content

An AI tool navigation/directory/hub site built on next.js and PostgreSQL. Easily deployable on Vercel with zero code, and powered by the free version of Supabase for the database.

License

Notifications You must be signed in to change notification settings

imrubinshao/navifyai

Repository files navigation

NavifyAI - AI Tools Navigation Platform

NavifyAI is an open-source project that powers NavifyAI.com, a comprehensive collection of AI tools navigation websites. You can contribute by submitting new navigation sites to enhance the AI community's resource discovery.

Local Deployment

To deploy NavifyAI locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/your-username/navifyai.git
cd navifyai
  1. Create a copy of the example environment file:
cp .env.example .env

Update the .env file with your corresponding parameters. 3. Install dependencies

yarn install
  1. Generate Prisma files:
npx prisma generate
  1. Run database migrations:
npx prisma migrate dev
  1. Start the development server:
yarn run dev

Access the application at http://localhost:3000

Vercel Deployment

NavifyAI can also be deployed on Vercel through the web interface. Prior to deploying on Vercel:

  1. Apply for a Supabase database for your project.
  2. Configure environment variables on Vercel using values from the .env.example file.
  3. Deploy your project on Vercel.
  • Create a new Vercel project.
  • Link your GitHub repository.
  • Configure the environment variables.

Note: First Deployment

The initial Vercel deployment may fail. If this happens, manually populate the database with some sample data and attempt the deployment again.

Project Structure

This project is built using Next.js and relies on Prisma for database management. It incorporates the database model from frontend-nav and the UI layout from nextjs-learn-demos.

Link

Twitter/X

Support Us

If you find NavifyAI helpful, consider : Buy Me A Coffee

About

An AI tool navigation/directory/hub site built on next.js and PostgreSQL. Easily deployable on Vercel with zero code, and powered by the free version of Supabase for the database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published