{"id":27940959,"url":"https://github.com/boyank95/saas-messageapp","last_synced_at":"2026-02-21T20:33:07.124Z","repository":{"id":214907551,"uuid":"737094232","full_name":"BoyanK95/SaaS-MessageApp","owner":"BoyanK95","description":"Software as a Service app for messaging people in different languages. Created with NextJS, Shadcn, Tailwind, Firebase","archived":false,"fork":false,"pushed_at":"2025-04-23T21:45:09.000Z","size":1603,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-05T08:43:15.572Z","etag":null,"topics":["firebase","firebase-database","javascript","next-auth","nextjs","react","shadcn-ui","tailwind","typescript","vercel","vercel-deployment"],"latest_commit_sha":null,"homepage":"https://saas-message-app.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BoyanK95.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-12-29T19:54:34.000Z","updated_at":"2025-04-23T21:45:14.000Z","dependencies_parsed_at":"2024-04-27T19:28:34.990Z","dependency_job_id":"24d0ab4e-76a7-440b-b0a3-192cb4b9ae07","html_url":"https://github.com/BoyanK95/SaaS-MessageApp","commit_stats":null,"previous_names":["boyank95/saas-messageapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BoyanK95/SaaS-MessageApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoyanK95%2FSaaS-MessageApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoyanK95%2FSaaS-MessageApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoyanK95%2FSaaS-MessageApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoyanK95%2FSaaS-MessageApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BoyanK95","download_url":"https://codeload.github.com/BoyanK95/SaaS-MessageApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoyanK95%2FSaaS-MessageApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29692521,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T18:18:25.093Z","status":"ssl_error","status_checked_at":"2026-02-21T18:18:22.435Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["firebase","firebase-database","javascript","next-auth","nextjs","react","shadcn-ui","tailwind","typescript","vercel","vercel-deployment"],"created_at":"2025-05-07T10:34:10.122Z","updated_at":"2026-02-21T20:33:07.100Z","avatar_url":"https://github.com/BoyanK95.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Incognito Translation Messaging App\n\nWelcome 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.\n\n\u003cimg width=\"1728\" alt=\"Screenshot 2024-04-27 at 21 33 23\" src=\"https://github.com/BoyanK95/SaaS-MessageApp/assets/92653208/ecca61f7-482e-457e-b30c-33717067e152\"\u003e\n\n\n## Table of Contents\n- [Features](#features)\n- [Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Installation](#installation)\n- [Usage](#usage)\n- [Authentication](#authentication)\n- [State Management](#state-management)\n- [Components](#components)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Features\n\n- **Translation Services:** Seamlessly translate messages and content within your Incognito application.\n- **Messaging Platform:** Efficiently communicate with team members or clients using the integrated messaging system.\n- **Next Auth:** Secure and easy authentication setup for user management.\n- **Shadcn Component Library:** Stylish and customizable UI components for a modern look and feel.\n- **Zustang State Management:** Centralized state management for enhanced application performance.\n\n## Getting Started\n\n### Prerequisites\n\nMake sure you have the following installed on your machine:\n\n- [Node.js](https://nodejs.org/)\n- [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/)\n\n### Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/yourusername/saas-translation-messaging-app.git\ncd saas-translation-messaging-app\n```\n\nInstall dependencies:\n```bash\nnpm install\n# or\nyarn\n```\n\nRun the development server:\nbash\n```\nnpm run dev\n# or\nyarn dev\n```\n\nYour app should now start locally running on [localhost:3000](http://localhost:3000)\n\n# Authentication with NextAuth and Firebase (Google Login)\n\nTo set up authentication with NextAuth and Firebase (Google Login), follow these steps:\n\n1. Install the required packages:\n\n   ```bash\n   npm install next-auth firebase\n   # or\n   yarn add next-auth firebase\n\n2. Create a NextAuth configuration file (e.g., next-auth.config.js) and configure the provider for Google:\n\n```bash\n// next-auth.config.js\n\nimport NextAuth from 'next-auth';\nimport Providers from 'next-auth/providers';\n\nexport default NextAuth({\n  providers: [\n    Providers.Google({\n      clientId: process.env.GOOGLE_CLIENT_ID,\n      clientSecret: process.env.GOOGLE_CLIENT_SECRET,\n    }),\n    // Add other providers if needed\n  ],\n  // Add additional NextAuth configurations as required\n});\n```\nSet up environment variables in your .env.local file:\n\n```bash\nenv\nCopy code\n# Google OAuth\nGOOGLE_CLIENT_ID=your-google-client-id\nGOOGLE_CLIENT_SECRET=your-google-client-secret\nReplace your-google-client-id and your-google-client-secret with your Google OAuth credentials.\n```\n\n# Usage\n## Overview\nThe 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.\n\n# Tiers and Pricing\n\u003cimg width=\"1728\" alt=\"Screenshot 2024-04-27 at 21 35 34\" src=\"https://github.com/BoyanK95/SaaS-MessageApp/assets/92653208/6b04e79e-78ba-471c-aa4f-3f129e5cc138\"\u003e\n\n## Tiers\n\n### Starter\n- **Price:** Free\n- **Description:** Get chatting right away with anyone, anywhere!\n- **Features:**\n  - 100 Message Chat Limit in Chats\n  - 2 Participant limit in Chat\n  - 7 Chat Rooms Limit\n  - Supports 3 languages\n  - 48-hour support response time\n\n### Pro 🔥\n- **Price:** 1.99 Euro per month\n- **Description:** Unlock the Full Potential with Pro!\n- **Features:**\n  - Unlimited Messages in Chats\n  - Unlimited Participants in Chats\n  - Unlimited Chat Rooms\n  - Supports up to 10 languages\n  - 1-hour support response time\n  - Early access to New Features\n\n## Usage Examples\n\n### Free Membership Usage:\n\n1. **Sign up for a free account.**\n   - Get started by signing up for a free account on the SaaS Translation Messaging App.\n   \n2. **Start messaging in different languages instantly.**\n   - Explore the multilingual chat feature to communicate with users from diverse linguistic backgrounds.\n\n3. **Translate messages for effective communication.**\n   - Utilize the translation services to seamlessly translate messages and enhance communication.\n\n### Pro Membership Usage: :rocket:\t\n\n1. **Upgrade to a Pro membership.**\n   - Elevate your experience by upgrading to a Pro membership for enhanced features and security.\n\n2. **Enjoy incognito cryptic chat.**\n   - Engage in incognito cryptic chat sessions for secure and private conversations.\n\n3. **Use the app's safe network.**\n   - Leverage the safe network provided by the app to prevent unauthorized access and enhance user privacy.\n\n4. **Access exclusive features.**\n   - Unlock exclusive features that go beyond basic messaging, including early access to new features.\n\n## Contributing\n\nIf you'd like to contribute to this project, please follow the [contribution guidelines](CONTRIBUTING.md).\n\n# Thank you for your atention \n### if you like the project please don't be affraid to give it a Star ⭐\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboyank95%2Fsaas-messageapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboyank95%2Fsaas-messageapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboyank95%2Fsaas-messageapp/lists"}