Skip to content

TaronVardanyan/genie-pal

Repository files navigation

Genie Pal

Genie Pal is a project aimed at providing an intelligent assistant platform. It leverages modern web technologies to offer a reliable platform for interacting with AI and various utilities.

Features

  • Authentication: Integrate robust authentication with @clerk/nextjs.
  • Form Handling: Utilize react-hook-form and @hookform/resolvers for efficient form handling and validation.
  • UI Components: Access a collection of UI components from Radix UI for building modern interfaces.
  • API Integration: Seamlessly integrate with APIs using axios and openai.
  • Content Rendering: Render markdown content using react-markdown.
  • Styling: Use Tailwind CSS and related plugins for styling and animations.
  • Type Safety: Ensure type safety with TypeScript and zod for runtime type checking and validation.

Getting Started

  1. Installation: Clone the repository and install dependencies.
  2. git clone https://github.com/TaronVardanyan/genie-pal.git
    cd genie-pal
    bun install
    
  3. Development: Start the development server.
  4. bun dev
    
  5. Building: Build the project for production.
  6. bun build
    
  7. Start: Start the production server.
  8. bun start
    
  9. Lint: Lint the codebase.
  10. bun lint
    
  11. Format: Check the codebase formatting.
  12. bun format
    
  13. Format Fix: Fix the codebase formatting.
  14. bun format:fix
    

Scripts

  • dev: Start the development server using Next.js.
  • build: Build the project using Next.js for production.
  • start: Start the production server using Next.js.
  • lint: Lint the codebase using ESLint.
  • format: Check the codebase formatting using Prettier.
  • format:fix: Fix the codebase formatting using Prettier.

Contributing

We welcome contributions to Genie Pal! To contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/my-feature).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature/my-feature).
  5. Create a new Pull Request.

License

This project is licensed under the MIT License.

About

AI SaaS Platform with five AI tools.

Resources

Stars

Watchers

Forks