Zynk is an AI-powered chat platform built with Next.js, TypeScript, and shadcn/ui, designed to provide seamless AI conversations with secure authentication, chat management, pricing plans, and a polished, modern interface.
- 🤖 AI-Powered Chat – Engage in intelligent real-time conversations
- 🗂️ Chat Management – Create, view, and delete conversations easily
- 🕒 Persistent History – Store and retrieve previous chats
- 🔐 Authentication – Secure login, signup, and session management
- 💳 Pricing & Subscriptions – Flexible plans for different users
- 🎨 Modern UI – Powered by shadcn/ui and Tailwind CSS
Layer | Technology |
---|---|
Frontend | Next.js + TypeScript |
Styling & UI | TailwindCSS + shadcn/ui |
AI Integration | OpenAI / Custom LLMs |
Authentication | JWT / NextAuth / Sessions |
Database | MongoDB |
Payments | Stripe / Other APIs |
Clone the repository:
git clone https://github.com/ExploitEngineer/Zynk.git
cd Zynk
Install dependencies:
pnpm install
Run the development server:
pnpm dev
Now open http://localhost:3000 in your browser.
flowchart TD
A[Next.js UI] --> B[API Layer]
B --> C[AI Engine]
B --> D[MongoDB]
B --> E[Authentication]
E --> F[Pricing & Plans]
This diagram represents the flow of data and services in Zynk.
We welcome contributions!
- Fork the repo
- Create your feature branch:
git checkout -b feature-name
- Commit changes:
git commit -m "Add new feature"
- Push to your branch:
git push origin feature-name
- Open a pull request
This project is licensed under the MIT License.
For inquiries, reach out at abdulrafayofficial.work@gmail.com.
Zynk – Where AI Conversations Meet Simplicity & Power 🚀