Chat GPT clone with enhanced features for makers on top of Next.js, Supabase, Typescript, Jotai and TailwindCSS.
Makr.AI is an innovative chatbot application designed specifically for makers and indie hackers. Built on a robust tech stack that includes Next.js, TypeScript, Supabase, Jotai, and Tailwind CSS, this tool provides a powerful platform for those looking to enhance their AI-driven projects. With a focus on enhanced functionality, Makr.AI aims to improve user interactions by offering features tailored to practical needs.
As the development continues, Makr.AI is set to introduce exciting new features that could further streamline user experiences. The roadmap highlights both current functionalities and future prospects, reflecting a commitment to evolving in response to user feedback and emerging technological trends.
Long-term Memory for Conversations: Utilizing Supabase's Vector Database, Makr.AI offers a feature that allows for remembering previous interactions, enhancing the continuity and depth of conversations.
Prompt Library: Users will have access to a library of pre-defined prompts, helping to kickstart conversations and streamline user engagement.
Organizing Conversations with Folders: The application includes functionality for organizing chats into folders, making it easier to revisit important discussions.
Collections Library: This feature allows users to save and categorize responses, assisting in quick retrieval of valuable information.
Plugins Ecosystem: Makr.AI plans to expand with a plugins ecosystem, enabling integration with various GPT agents to extend the functionality of the application.
Self-Hosting with Vercel: Users have the option to deploy their own version of Makr.AI through Vercel, giving them more control and customization over their deployment.
Comprehensive Setup Instructions: The tool comes with detailed project setup tutorials, ensuring that users can easily get started with the application and connect it to their Supabase database.
Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.