Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LangbaseInc/langui
UI for your AI. Open Source Tailwind components tailored for your GPT, generative AI, and LLM projects.
https://github.com/LangbaseInc/langui
chat-ui chatgpt chatgpt-ui gpt gpt-3 gpt-4 gpt-ui lang-chain lang-ui
Last synced: 7 days ago
JSON representation
UI for your AI. Open Source Tailwind components tailored for your GPT, generative AI, and LLM projects.
- Host: GitHub
- URL: https://github.com/LangbaseInc/langui
- Owner: LangbaseInc
- License: mit
- Created: 2023-05-24T12:13:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-10T03:00:23.000Z (4 months ago)
- Last Synced: 2024-10-15T06:20:47.836Z (21 days ago)
- Topics: chat-ui, chatgpt, chatgpt-ui, gpt, gpt-3, gpt-4, gpt-ui, lang-chain, lang-ui
- Language: HTML
- Homepage: https://LangUI.dev
- Size: 12 MB
- Stars: 2,457
- Watchers: 18
- Forks: 127
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome - LangbaseInc/langui - UI for your AI. Open Source Tailwind components tailored for your GPT, generative AI, and LLM projects. (HTML)
- awesome - LangbaseInc/langui - UI for your AI. Open Source Tailwind components tailored for your GPT, generative AI, and LLM projects. (HTML)
README
The perfect UI for your AI — Build & Deploy your own ChatGPT
Trusted by some of the world's largest companies, developers, and investors, [LangUI](https://www.LangUI.dev) is a set of beautifully designed components that you can copy and paste to build your own ChatGPT. Free. Customizable. Open Source.
[LangUI](https://www.LangUI.dev) is powered by Tailwind CSS with free components tailored for your AI and GPT projects. It offers a collection of beautiful, ready-to-use components to enhance the user interface of your AI applications, allowing you to focus on building the next best project while leaving the UI to LangUI.
> ⭐️ LangUI is Open Source and its 60+ components are completely free. Please star it to show your support!
![LangUI](./screenshots/1.png)
## Documentation
For documentation and components, visit [LangUI.dev](https://www.langui.dev/).
## Get Started
- LangUI components are ready-to-use, meaning you don't need to install or configure anything.
- Browse [LangUI.dev](https://www.langui.dev/) and select a comopnent.
- Copy the desired component's code in HTML or JSX from the LangUI documentation.
- Paste the code into your project's HTML or React/Vue/Angular components. Done.
- **⌘ Deploy**: You can [deploy](https://beta.langbase.com/) your own ChatGPT built with LangUI on [Langbase.com by creating a chat pipe](https://langbase.com/docs/pipe/quickstart).
## Docker deploy
You can directly run using the image I have already built.
```sh
docker run -d -t -p 3000:3000 --name langui --restart=always docker.io/wenyang0/langui:latest
```Or, you can manually compile it yourself if you prefer.
```sh
#clone the code
git clone https://github.com/ahmadbilaldev/langui.git#docker build
cd langui/
docker build -t langui:v1 .#start server
docker run -d -t -p 3000:3000 --name langui --restart=always langui:v1
```
Finally, open your browser and access the service's address at http://serverIP:3000## Features
- **Copy & Paste Integration**: Zero installations or dependencies! Simply choose your desired component, copy, and paste it into your project.
- **Open Source & Free**: LangUI is MIT licensed, making it suitable for both personal and commercial projects. Feel free to contribute and support us by starring LangUI on GitHub.
- **Dark & Light Modes**: All LangUI components support light & dark modes and are carefully designed to look the best across both modes.
- **Fully Responsive**: LangUI components are responsive, ensuring they look fantastic on any screen size or device.
- **Easy Customization**: LangUI uses a two-color-only pallete. The two color pallete - slate and blue - allows for effortless customization into your brand's colors.
## Screenshots
![Components](./screenshots/2.png)
![Preview Component](./screenshots/3.png)
## Request a component
Have an idea for a new component? We'd love to hear from you! Simply head over to our [GitHub repository](https://github.com/ahmadbilaldev/LangUI) and submit your component request. Let's collaborate and cook up something spicy together!
## Contributing
Contributions to LangUI are highly welcome! Whether it's bug fixes, new components, or improvements, we appreciate your support in making this library better for the AI community. Please read our [contribution guidelines](CONTRIBUTING.md) to get started.
## License
LangUI is licensed under the [MIT License](LICENSE).
## Uses
- [Shades of Purple Theme](https://shadesofpurple.pro/) by [Ahmad Awais](https://ahmadawais.com/) for syntax highlighting
- [Tabler Icons](https://tabler-icons.io/)
## Authored By
Originally authored by [Ahmad Bilal](https://github.com/ahmadbilaldev) – Founding Engineer at Langbase.
For questions, integrations, and other discussions, feel free to reach out.
---
Enjoy using LangUI to build stunning UIs for your AI and GPT projects.
🌟 If you find it helpful, don't forget to give it a star on GitHub! Stars are like little virtual hugs that keep us going! We appreciate every single one we receive.
For any queries or issues, feel free to open an [issue](https://github.com/ahmadbilaldev/LangUI/issues) on the repository.
Happy coding! 😊