Welcome to Chatify – your modern chat experience built with Next.js! Whether you want real-time conversations with friends, create collaborative workspaces, or customize your chat environment, Chatify has you covered.
- ⚡ Instant Messaging: Connect instantly and securely with your friends and colleagues.
- 🎨 Rich User Interface: Built with Next.js and custom fonts for a slick, modern look.
- 🛠 Easy Editing: The chat updates in real-time as you code!
- 🌍 API-Ready: Enjoy custom API routes with Next.js for backend functionality.
- 🚀 Deploy on Vercel: Get your chat app online with a single click.
Chatify/ ├── pages/ │ ├── index.js # Main Chatify page │ └── api/ │ └── hello.js # Sample API endpoint ├── public/ # Static assets and fonts ├── styles/ # CSS files for beautiful interface ├── package.json # Project dependencies └── README.md # This document
Ready to launch? Just follow these steps:
- Clone this repository: git clone https://github.com/Jatin-Sharma-11/Chatify.git cd Chatify
- Install dependencies:
npm install
or yarn install
or
pnpm install
3. Run the development server:
npm run dev
or yarn dev
or pnpm dev
- Open your browser:
Go to http://localhost:3000 to enjoy Chatify!
- Edit Chat Pages: Modify
pages/index.jsfor your chat UI. - Add/Edit APIs: Improve or create new endpoints in
pages/api/. - Tweak the Styles: Personalize with CSS in
styles/. - Use Custom Fonts: Next.js loads Inter by default for crisp typography.
| Technology | Use |
|---|---|
| Next.js | Frontend Framework |
| JavaScript | Programming Language |
| CSS | Styling |
| Vercel | Deployment Platform |
"Chat Chatify!"
Try Chatify live: chatify-navy.vercel.app
- ⭐ Star this repo if you like Chatify!
- 📝 Open issues or pull requests for new features, suggestions, or bug fixes.
- 💬 Let's build and improve Chatify together!
| Stars | Watchers | Forks | Languages |
|---|---|---|---|
| 0 | 1 | 0 | JavaScript (60.3%), CSS (39.7%) |
Made with ❤️ by Jatin Sharma
