Giter Club home page Giter Club logo

function_webapp_01's Introduction

Vue.js 3 AI SaaS Boilerplate

This project is a Vue.js 3 boilerplate for building web applications that use generative AI to create various SaaS platforms. It includes a robust set of features and built-in integrations to help get your SaaS up and running in no time.

๐Ÿš€ Technology Stack

This boilerplate project uses the following technologies:

  • Vue.js 3 Composition API - The Progressive JavaScript Framework.
  • Vite - Next Generation Frontend Tooling
  • Tailwind CSS + DaisyUI - A utility-first CSS framework for rapidly building custom user interfaces.
  • Pinia Store and VueUse - Used for state management in Vue.
  • Firebase and Firebase Functions - For the backend and serverless functions.
  • Google Auth - For user authentication.
  • Stripe Payment - Integrated solution for payments.
  • OpenAI API - Specifically using ChatGPT-4, DALE-E, and Stable Diffusion for various AI features.

Coming Soon:

  • Vipps Payment Solution - Integrated Norwegian payment solution.

๐ŸŽˆ Getting Started

To get started with this boilerplate, you will need Node.js and npm installed on your machine.

  1. Clone this repository

    git clone https://github.com/kodevasse/Function_webapp_01.git
    cd Function_webapp_01
  2. Install the dependencies

    npm install
  3. Create a .env file in the root directory and populate it with your own Firebase and OpenAI keys, Stripe and Vipps credentials:

    VUE_APP_FIREBASE_API_KEY=YOUR_API_KEY
    VUE_APP_FIREBASE_AUTH_DOMAIN=YOUR_AUTH_DOMAIN
    VUE_APP_FIREBASE_PROJECT_ID=YOUR_PROJECT_ID
    VUE_APP_FIREBASE_STORAGE_BUCKET=YOUR_STORAGE_BUCKET
    VUE_APP_FIREBASE_MESSAGING_SENDER_ID=YOUR_SENDER_ID
    VUE_APP_FIREBASE_APP_ID=YOUR_APP_ID
    VUE_APP_FIREBASE_MEASUREMENT_ID=YOUR_MEASUREMENT_ID
    OPENAI_API_KEY=YOUR_OPENAI_API_KEY
    STRIPE_API_KEY=YOUR_STRIPE_API_KEY // please setup in firebase Run payment with stripe
    
    _Coming Soon_:
    VIPPS_MERCHANT_SERIAL_NUMBER=YOUR_MERCHANT_SERIAL_NUMBER
    VIPPS_CLIENT_ID=YOUR_CLIENT_ID
    VIPPS_CLIENT_SECRET=YOUR_CLIENT_SECRET
  4. Run the application in the development mode

    npm run dev - Development
    npm run build - Production
  5. Firebase functions API key init and deploy

    firebase functions:config:set openai.key="your-openai-api-key"
    firebase deploy --only functions

๐Ÿ™ Contributing

We are open to contributions! Please make sure to follow the guidelines below.

  • Fork the project
  • Create your feature branch (git checkout -b feature/YourFeature)
  • Commit your changes (git commit -m 'Add some feature')
  • Push to the branch (git push origin feature/YourFeature)
  • Open a pull request

๐Ÿ“„ License

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

๐Ÿ’ฌ Contact

If you have any questions, please open an issue or submit a pull request.

๐ŸŽ‰ Acknowledgments

We want to thank all the contributors and the whole Vue.js and AI community. . Thank you!

function_webapp_01's People

Contributors

kodevasse avatar

Watchers

 avatar

function_webapp_01's Issues

User Preferences Feature:

Develop a feature that allows users to customize their application experience, such as choosing their preferred AI model.

Issue can be deleted

I edited this issue to remove cryptocurrency adspam. My account was used by a bad actor because of a leaked access token. This bad actor created lots of issues with cryptocurrency adspam. I am sorry. Sadly I can only update issues, not delete them.

AI Interaction Component

Create separate components for each AI model (ChatGPT-4, DALE-E, Stable Diffusion). Each component should handle the specifics of interacting with its corresponding AI model.

User Notifications

Implement a notification system for informing users about various events, such as successful operations, errors, and subscription status.

Password Reset Functionality

Implement a password reset functionality that allows users to reset their password through their registered email.

Vipps Payment Integration

Integrate with Vipps as a payment solution for Norwegian users. This includes creating the necessary frontend and backend functionality to process payments and manage subscriptions.

Issue can be deleted

I edited this issue to remove cryptocurrency adspam. My account was used by a bad actor because of a leaked access token. This bad actor created lots of issues with cryptocurrency adspam. I am sorry. Sadly I can only update issues, not delete them.

Error Handling System

Develop a comprehensive error handling system that catches and handles all potential errors. The system should display user-friendly error messages.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.