langui
UI for your AI. Open Source Tailwind components tailored for your GPT, generative AI, and LLM projects.
File Explorer
Download Latest Version (.zip)- page.jsx
- page.jsx
- route.js
- layout.jsx
- page.jsx
- 1-dark.html
- 1.html
- 2-dark.html
- 2.html
- 1-dark.html
- 1.html
- 2-dark.html
- 2.html
- 3-dark.html
- 3.html
- 4-dark.html
- 4.html
- 5-dark.html
- 5.html
- 1-dark.html
- 1.html
- 2-dark.html
- 2.html
- 3-dark.html
- 3.html
- 4-dark.html
- 4.html
- 1-dark.html
- 1.html
- 2-dark.html
- 2.html
- 1-dark.html
- 1.html
- 2-dark.html
- 2.html
- 3-dark.html
- 3.html
- 1-dark.html
- 1.html
- 2-dark.html
- 2.html
- 3-dark.html
- 3.html
- 4-dark.html
- 4.html
- 1-dark.html
- 1.html
- 2-dark.html
- 2.html
- 3-dark.html
- 3.html
- 4-dark.html
- 4.html
- 1-dark.html
- 1.html
- 2-dark.html
- 2.html
- 3-dark.html
- 3.html
- 1-dark.html
- 1.html
- 2-dark.html
- 2.html
- 3-dark.html
- 3.html
- 4-dark.html
- 4.html
- 5-dark.html
- 5.html
- 6-dark.html
- 6.html
- 1-dark.html
- 1.html
- 2-dark.html
- 2.html
- 3-dark.html
- 3.html
- 4-dark.html
- 4.html
- 5-dark.html
- 5.html
- 6-dark.html
- 6.html
- 7-dark.html
- 7.html
- 1-dark.html
- 1.html
- 2-dark.html
- 2.html
- 3-dark.html
- 3.html
- 1-dark.html
- 1.html
- 2-dark.html
- 2.html
- 3-dark.html
- 3.html
- 1-dark.html
- 1.html
- 2-dark.html
- 2.html
- 3-dark.html
- 3.html
- 4-dark.html
- 4.html
- 1-dark.html
- 1.html
- 2-dark.html
- 2.html
- 3-dark.html
- 3.html
- 4-dark.html
- 4.html
- 1-dark.html
- 1.html
- 2-dark.html
- 2.html
- favicon.ico
- favicon.svg
- iframe.js
- logo.png
- og.png
- 1.png
- 2.png
- 3.png
- Analytics.jsx
- Banner.jsx
- BrandLogo.jsx
- ButtonGithubStars.jsx
- ButtonStyle.jsx
- CollectionCard.jsx
- CollectionGrid.jsx
- CollectionIcons.jsx
- CollectionLinks.jsx
- ComponentPreview.jsx
- ComponentsList.jsx
- Container.jsx
- Footer.jsx
- Header.jsx
- HeaderMenu.jsx
- HeaderMenuLinks.jsx
- HeaderSearch.jsx
- HeroBadge.jsx
- HeroBanner.jsx
- HeroComponentsPreview.jsx
- HeroFeatures.jsx
- HeroGradient.jsx
- HeroPattern.jsx
- IconClose.jsx
- IconGithub.jsx
- IconMenu.jsx
- IconTwitter.jsx
- MdxRemoteRender.jsx
- PreviewBreakpoints.jsx
- PreviewCode.jsx
- PreviewCopy.jsx
- PreviewDark.jsx
- PreviewIframe.jsx
- PreviewInteractive.jsx
- PreviewTitle.jsx
- PreviewView.jsx
- components.mdx
- components-alerts.mdx
- components-badges.mdx
- components-buttons.mdx
- components-cards.mdx
- components-copy.mdx
- components-pricing.mdx
- components-prompt-containers.mdx
- components-prompt-history-panels.mdx
- components-prompt-inputs.mdx
- components-prompt-message-inputs.mdx
- components-prompt-messages.mdx
- components-prompt-suggestions.mdx
- components-prompts-cards.mdx
- components-sidebars.mdx
- components-toggles.mdx
- components.config.js
- extend.preset.js
- site.config.js
- components.css
- prism.css
- site.css
- analyticsHelper.js
- transformers.js
- .eslintrc.json
- .gitignore
- CONTRIBUTING.md
- Dockerfile
- jsconfig.json
- LICENSE
- next-env.d.js
- next.config.js
- package.json
- postcss.config.js
- prettier.config.js
- README.md
- sitemap.config.js
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/CommandCodeAI/langui
Downloads the entire project code from GitHub to your computer.
cd langui
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker run -d -t -p 3000:3000 --name langui --restart=always docker.io/wenyang0/langui:latest
Runs the built image as an actual container.
docker build -t langui:v1 .
Builds a runnable image based on the Dockerfile.
docker run -d -t -p 3000:3000 --name langui --restart=always langui:v1
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
