Giter VIP home page Giter VIP logo

boyank95 / saas-messageapp Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 1.56 MB

Software as a Service app for messaging people in different languages. Created with NextJS, Shadcn, Tailwind, Firebase

Home Page: https://saas-message-app.vercel.app/

CSS 1.32% TypeScript 96.63% JavaScript 2.04%
firebase firebase-database next-auth nextjs react shadcn-ui tailwind vercel vercel-deployment javascript typescript

saas-messageapp's Introduction

Incognito Translation Messaging App

Welcome to the Incognito Translation Messaging App, a powerful application built with Next.js. This app combines the efficiency of Next.js with Shadcn for a stylish component library, Next Auth for authentication, and Zustang for state management. It provides a seamless experience for translating and messaging within a Software as a Service (Incognito) environment.

Screenshot 2024-04-27 at 21 33 23

Table of Contents

Features

  • Translation Services: Seamlessly translate messages and content within your Incognito application.
  • Messaging Platform: Efficiently communicate with team members or clients using the integrated messaging system.
  • Next Auth: Secure and easy authentication setup for user management.
  • Shadcn Component Library: Stylish and customizable UI components for a modern look and feel.
  • Zustang State Management: Centralized state management for enhanced application performance.

Getting Started

Prerequisites

Make sure you have the following installed on your machine:

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/saas-translation-messaging-app.git
cd saas-translation-messaging-app

Install dependencies:

npm install
# or
yarn

Run the development server: bash

npm run dev
# or
yarn dev

Your app should now start locally running on localhost:3000

Authentication with NextAuth and Firebase (Google Login)

To set up authentication with NextAuth and Firebase (Google Login), follow these steps:

  1. Install the required packages:

    npm install next-auth firebase
    # or
    yarn add next-auth firebase
    
  2. Create a NextAuth configuration file (e.g., next-auth.config.js) and configure the provider for Google:

// next-auth.config.js

import NextAuth from 'next-auth';
import Providers from 'next-auth/providers';

export default NextAuth({
  providers: [
    Providers.Google({
      clientId: process.env.GOOGLE_CLIENT_ID,
      clientSecret: process.env.GOOGLE_CLIENT_SECRET,
    }),
    // Add other providers if needed
  ],
  // Add additional NextAuth configurations as required
});

Set up environment variables in your .env.local file:

env
Copy code
# Google OAuth
GOOGLE_CLIENT_ID=your-google-client-id
GOOGLE_CLIENT_SECRET=your-google-client-secret
Replace your-google-client-id and your-google-client-secret with your Google OAuth credentials.

Usage

Overview

The Incognito Translation Messaging App is designed to facilitate multilingual communication in a secure and incognito manner. The application offers both free and paid pro memberships, unlocking additional features and enhancing the user experience.

Tiers and Pricing

Screenshot 2024-04-27 at 21 35 34

Tiers

Starter

  • Price: Free
  • Description: Get chatting right away with anyone, anywhere!
  • Features:
    • 100 Message Chat Limit in Chats
    • 2 Participant limit in Chat
    • 7 Chat Rooms Limit
    • Supports 3 languages
    • 48-hour support response time

Pro ๐Ÿ”ฅ

  • Price: 1.99 Euro per month
  • Description: Unlock the Full Potential with Pro!
  • Features:
    • Unlimited Messages in Chats
    • Unlimited Participants in Chats
    • Unlimited Chat Rooms
    • Supports up to 10 languages
    • 1-hour support response time
    • Early access to New Features

Usage Examples

Free Membership Usage:

  1. Sign up for a free account.

    • Get started by signing up for a free account on the SaaS Translation Messaging App.
  2. Start messaging in different languages instantly.

    • Explore the multilingual chat feature to communicate with users from diverse linguistic backgrounds.
  3. Translate messages for effective communication.

    • Utilize the translation services to seamlessly translate messages and enhance communication.

Pro Membership Usage: ๐Ÿš€

  1. Upgrade to a Pro membership.

    • Elevate your experience by upgrading to a Pro membership for enhanced features and security.
  2. Enjoy incognito cryptic chat.

    • Engage in incognito cryptic chat sessions for secure and private conversations.
  3. Use the app's safe network.

    • Leverage the safe network provided by the app to prevent unauthorized access and enhance user privacy.
  4. Access exclusive features.

    • Unlock exclusive features that go beyond basic messaging, including early access to new features.

Contributing

If you'd like to contribute to this project, please follow the contribution guidelines.

Thank you for your atention

if you like the project please don't be affraid to give it a Star โญ

saas-messageapp's People

Contributors

boyank95 avatar

Stargazers

HeisenBerg? avatar

Watchers

 avatar

Forkers

ridwanullahh

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.