LlamaCoder is powered by Meta's Llama 3.1 language model with 405 billion parameters.
In the last few months, there have been some incredible developments in the field of AI-powered programming assistants. Tools like Claude Artifacts, Claude Dev, and Cursor AI are enabling thousands of developers and non-developers to build web apps in a matter of minutes without writing a single line of code.
Today, a new AI-powered coding assistant called LlamaCoder from Together AI is capable of generating web applications from text descriptions.
Why does it matter? LlamaCoder is 100% free and open source.
LlamaCoder is an open-source web application from Together AI that allows users to generate an entire app from a text prompt using Meta’s latest and most capable open-source 405-billion-parameter language model, Llama 3.1 405B.
Together AI is a San Francisco-based company that specializes in generative artificial intelligence (AI). It offers services for building, training, and running AI models, including private data and dedicated GPU clusters.
The Meta Llama 3.1 collection of multilingual large language models (LLMs) is a collection of pretrained and instruction-tuned generative models in 8B, 70B, and 405B sizes (text in/text out). The Llama 3.1 instruction-tuned text only models (8B, 70B, and 405B) are optimized for multilingual dialogue use cases and outperform many of the available open source and closed chat models on common industry benchmarks.
Here’s how Llama 3.1 compares to close competitors like GPT-4, GPT-4o, and Claude 3.5 Sonnet.
In just over a month since its release, LlamaCoder has more than 2,000 GitHub stars, hundreds of developers have cloned the repository, and more than 200,000 apps have been generated.
“Our vision is to bring innovations from research to production the fastest. Built on our leading inference optimization research, the Together Inference Engine leverages innovations including FlashAttention-3 kernels, custom-built speculators based on RedPajama, and the most accurate quantization techniques available on the market,” El Mghari, a software engineer leading developer relations at Together AI.
You can try out LlamaCoder for free here.
There’s no need to sign up. You can immediately describe the app you have in mind in the prompt field and hit the Enter key.
You can also change the model and enable or disable the Shadcn UI.
Let’s try an example.
Prompt: Build me a simple calculator app
The processing speed is surprisingly fast. This example took only around 10 seconds to complete. The code is also streamed on the left side of the dashboard.
You can click on the “Open in sandbox” button at the lower right corner to open the app in CodeSandbox.
This gives you the opportunity to make further modifications to the application as you wish.
Of course, you can still ask the AI to make adjustments to the app. For example, we can upgrade the calculator app to support scientific calculations by using the prompt below:
Prompt: Update the calculator to support more complex and scientific calculations
Awesome. You can publish the app to make it publicly visible. Click on the “Publish app” button, and LlamaCoder will generate a link like this: https://llamacoder.together.ai/share/SsXU8.
There seems to be no page on the website where you can explore publicly shared web apps generated with LlamaCoder.
If you’re curious how LlamaCoder compares to Claude’s Artifacts, let’s do a similar prompt.
Prompt: Build me a calculator app with support for scientific calculations
The result looks pretty much the same, but I personally prefer the look and feel of the one built with Claude AI.
If you want to run LlamaCoder on your local machine, start with downloading the weights on HuggingFace.
Here’s LlamaCoder’s tech stack:
To set up and run LlamaCoder, clone the project from GitHub, install dependencies, and run it by following the instructions below:
git clone
https://github.com/Nutlope/llamacoder
.env
file and add your Together AI API key: TOGETHER_API_KEY=
npm install
and npm run dev
to install dependencies and run locallyI appreciate Together AI for making LlamaCoder free and open source. I find it helpful when you’re building simple apps like a calculator or a tic-tac-toe game.
If you’re thinking about building full-stack, complex web apps, LlamaCoder might not be your best option. Or perhaps you can use it to start with a small app and iteratively improve it to get a complex app.
I highly recommend checking out more powerful AI tools for programming like Cursor AI or Claude Dev. I was able to build and launch a full-blown SaaS app called Flux Labs in six weeks using Cursor AI.
‍
Software engineer, writer, solopreneur