Simple Chat is a lightweight and intuitive chat application for IA conversation. It allows users to connect with AI models through webhooks, such as n8n or other providers, to generate responses in real-time.
- Dockerize the application for easy deployment.
- Implement user authentication and authorization.
- Documentation for API endpoints and usage.
- Any ideas ?
Make sure you have the following installed:
pnpm installRun the development server:
pnpm devpnpm buildpnpm test- Modern Frontend: Built with React and shadcn/ui for a clean and accessible UI.
- Fast Build System: Uses Vite for efficient bundling and hot module replacement.
- State Management: Powered by TanStack Query for managing API requests and caching.
- Type Safety: Written in TypeScript for a robust development experience.
- Styling: TailwindCSS is used for styling, making UI customization easy and scalable.
- Linting & Formatting: Biome.js ensures a clean and consistent codebase.
- Testing: Uses Vitest for fast and reliable unit testing.
- Fork the repository
- Create a feature branch (
git checkout -b feature-name) - Commit your changes (
git commit -m 'Add new feature') - Push to the branch (
git push origin feature-name) - Open a Pull Request
This project is licensed under the MIT License.
