bolt.new/docs/site/search/search_index.json

1 line
11 KiB
JSON
Raw Normal View History

2024-11-24 17:17:12 +00:00
{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Welcome to OTTO Dev","text":"<p>This fork of Bolt.new (oTToDev) allows you to choose the LLM that you use for each prompt! Currently, you can use OpenAI, Anthropic, Ollama, OpenRouter, Gemini, LMStudio, Mistral, xAI, HuggingFace, DeepSeek, or Groq models - and it is easily extended to use any other model supported by the Vercel AI SDK! See the instructions below for running this locally and extending it to include more models.</p> <p>Join the community for oTToDev!</p> <p>https://thinktank.ottomator.ai</p>"},{"location":"#whats-boltnew","title":"Whats Bolt.new","text":"<p>Bolt.new is an AI-powered web development agent that allows you to prompt, run, edit, and deploy full-stack applications directly from your browser\u2014no local setup required. If you're here to build your own AI-powered web dev agent using the Bolt open source codebase, click here to get started!</p>"},{"location":"#what-makes-boltnew-different","title":"What Makes Bolt.new Different","text":"<p>Claude, v0, etc are incredible- but you can't install packages, run backends, or edit code. That\u2019s where Bolt.new stands out:</p> <ul> <li>Full-Stack in the Browser: Bolt.new integrates cutting-edge AI models with an in-browser development environment powered by StackBlitz\u2019s WebContainers. This allows you to:</li> <li>Install and run npm tools and libraries (like Vite, Next.js, and more)</li> <li>Run Node.js servers</li> <li>Interact with third-party APIs</li> <li>Deploy to production from chat</li> <li> <p>Share your work via a URL</p> </li> <li> <p>AI with Environment Control: Unlike traditional dev environments where the AI can only assist in code generation, Bolt.new gives AI models complete control over the entire environment including the filesystem, node server, package manager, terminal, and browser console. This empowers AI agents to handle the whole app lifecycle\u2014from creation to deployment.</p> </li> </ul> <p>Whether you\u2019re an experienced developer, a PM, or a designer, Bolt.new allows you to easily build production-grade full-stack applications.</p> <p>For developers interested in building their own AI-powered development tools with WebContainers, check out the open-source Bolt codebase in this repo!</p>"},{"location":"#setup","title":"Setup","text":"<p>Many of you are new users to installing software from Github. If you have any installation troubles reach out and submit an \"issue\" using the links above, or feel free to enhance this documentation by forking, editing the instructions, and doing a pull request.</p> <ol> <li> <p>Install Git from https://git-scm.com/downloads</p> </li> <li> <p>Install Node.js from https://nodejs.org/en/download/ </p> </li> </ol> <p>Pay attention to the installer notes after completion. </p> <p>On all operating systems, the path to Node.js should automatically be added to your system path. But you can check your path if you want to be sure. On Windows, you can search for \"edit the system environment variables\" in your system, select \"Environment Variables...\" once you are in the system properties, and then check for a path to Node in your \"Path\" system variable. On a Mac or Linux machine, it will tell you to check if /usr/local/bin is in your $PATH. To determine if usr/local/bin is included in $PATH\u00a0open your Terminal and run:</p> <pre><code>echo $PATH\u00a0.\n</code></pre> <p>If you see usr/local/bin in the output then you're good to go.</p> <ol> <li>Clone the repository (if you haven't already) by opening a Terminal window (or CMD with admin permissions) and then typing in this:</li> </ol> <pre><code>git clone https://github.com/coleam00/bolt.new-any-llm.git\n</code></pre> <ol> <li>Rename .env.example to .env.local and add your LLM API keys. You will find this file on a Mac at \"[your name]/bold.new-any-llm/.env.example\". For Windows and Linux the path will be similar.</li> </ol> <p></p> <p>If you can't see the file indicated above, its likely you can't view hidden files.