KairosUI is a platform that enables you to generate fully-functional small apps with just one prompt. By harnessing the power of Meta's Llama 3.1 & Together.ai to streamline your development process like never before. This project is perfect for developers, hobbyists, and anyone looking to automate code generation.
KairosUI is a spin-off/inspired from an old project of mine Kairos Kairos Repo Kairos Live link which is a project I made when DevinAI was launched. Kairos was a full fledged AI developer which was made using various AI agents that would identify the prompt, devise a plan, research on it and then scrape the internet to generate code and even the dependencies!
KairosUI is built using cutting-edge technologies to deliver an efficient and seamless experience:
- Llama 3.1: The latest LLM from Meta.
- Together AI: Provides the LLM inference engine.
- Sandpack: A live coding environment within the browser.
- Next.js: Modern app routing combined with
- Tailwind CSS for rapid UI development.
- Helicone: For LLM-Observability.
Follow these simple steps to clone and run KairosUI on your local machine:
-
Clone the Repository:
git clone https://github.com/sarthakkapila/KairosUI.git cd KairosUI
-
Set Up Environment Variables:
- Create a
.env
file at the root of the project. - Add your Together AI API key:
TOGETHER_API_KEY=your_api_key_here
- Create a
-
Install Dependencies:
npm install
-
Run the Development Server:
npm run dev
- Your app will be available at
http://localhost:3000
.
- Your app will be available at
- Instant App Generation: Convert a prompt into a working app in seconds.
- Real-time Coding Environment: Edit and run code instantly with Sandpack.
- Observability: Monitor your app's performance with Helicone.
- Analytics: Understand user behavior with Plausible.
We welcome contributions from the community! Whether it's reporting an issue, suggesting a feature, or submitting a pull request, your input helps make KairosUI better for everyone.
- Fork the Repository: Fork this repo.
- Create a New Branch:
git checkout -b feature/your-feature-name
- Submit a Pull Request: Once your changes are ready, submit a pull request for review.
KairosUI is open-source software licensed under the MIT License.
Made with ❤️ by Sarthak Kapila
informative and visually appealing, making it easy for users to understand the project and get started quickly.