-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a705ec
commit 1ec7cc8
Showing
48 changed files
with
646 additions
and
646 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,54 @@ | ||
[](https://bolt.new) | ||
[](https://startgpt.khulnasoft.com) | ||
|
||
# Bolt.new: AI-Powered Full-Stack Web Development in the Browser | ||
# StartGpt: AI-Powered Full-Stack Web Development in the Browser | ||
|
||
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—no 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!](./CONTRIBUTING.md) | ||
StartGpt is an AI-powered web development agent that allows you to prompt, run, edit, and deploy full-stack applications directly from your browser—no local setup required. If you're here to build your own AI-powered web dev agent using the Startgpt open source codebase, [click here to get started!](./CONTRIBUTING.md) | ||
|
||
## What Makes Bolt.new Different | ||
## What Makes StartGpt Different | ||
|
||
Claude, v0, etc are incredible- but you can't install packages, run backends or edit code. That’s where Bolt.new stands out: | ||
Claude, v0, etc are incredible- but you can't install packages, run backends or edit code. That’s where StartGpt stands out: | ||
|
||
- **Full-Stack in the Browser**: Bolt.new integrates cutting-edge AI models with an in-browser development environment powered by **StackBlitz’s WebContainers**. This allows you to: | ||
- **Full-Stack in the Browser**: StartGpt integrates cutting-edge AI models with an in-browser development environment powered by **KhulnaSoft’s WebContainers**. This allows you to: | ||
- Install and run npm tools and libraries (like Vite, Next.js, and more) | ||
- Run Node.js servers | ||
- Interact with third-party APIs | ||
- Deploy to production from chat | ||
- Share your work via a URL | ||
|
||
- **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 entire app lifecycle—from creation to deployment. | ||
- **AI with Environment Control**: Unlike traditional dev environments where the AI can only assist in code generation, StartGpt 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 entire app lifecycle—from creation to deployment. | ||
|
||
Whether you’re an experienced developer, a PM or designer, Bolt.new allows you to build production-grade full-stack applications with ease. | ||
Whether you’re an experienced developer, a PM or designer, StartGpt allows you to build production-grade full-stack applications with ease. | ||
|
||
For developers interested in building their own AI-powered development tools with WebContainers, check out the open-source Bolt codebase in this repo! | ||
For developers interested in building their own AI-powered development tools with WebContainers, check out the open-source Startgpt codebase in this repo! | ||
|
||
## Tips and Tricks | ||
|
||
Here are some tips to get the most out of Bolt.new: | ||
Here are some tips to get the most out of StartGpt: | ||
|
||
- **Be specific about your stack**: If you want to use specific frameworks or libraries (like Astro, Tailwind, ShadCN, or any other popular JavaScript framework), mention them in your initial prompt to ensure Bolt scaffolds the project accordingly. | ||
- **Be specific about your stack**: If you want to use specific frameworks or libraries (like Astro, Tailwind, ShadCN, or any other popular JavaScript framework), mention them in your initial prompt to ensure Startgpt scaffolds the project accordingly. | ||
|
||
- **Use the enhance prompt icon**: Before sending your prompt, try clicking the 'enhance' icon to have the AI model help you refine your prompt, then edit the results before submitting. | ||
|
||
- **Scaffold the basics first, then add features**: Make sure the basic structure of your application is in place before diving into more advanced functionality. This helps Bolt understand the foundation of your project and ensure everything is wired up right before building out more advanced functionality. | ||
- **Scaffold the basics first, then add features**: Make sure the basic structure of your application is in place before diving into more advanced functionality. This helps Startgpt understand the foundation of your project and ensure everything is wired up right before building out more advanced functionality. | ||
|
||
- **Batch simple instructions**: Save time by combining simple instructions into one message. For example, you can ask Bolt to change the color scheme, add mobile responsiveness, and restart the dev server, all in one go saving you time and reducing API credit consumption significantly. | ||
- **Batch simple instructions**: Save time by combining simple instructions into one message. For example, you can ask Startgpt to change the color scheme, add mobile responsiveness, and restart the dev server, all in one go saving you time and reducing API credit consumption significantly. | ||
|
||
## FAQs | ||
|
||
**Where do I sign up for a paid plan?** | ||
Bolt.new is free to get started. If you need more AI tokens or want private projects, you can purchase a paid subscription in your [Bolt.new](https://bolt.new) settings, in the lower-left hand corner of the application. | ||
StartGpt is free to get started. If you need more AI tokens or want private projects, you can purchase a paid subscription in your [StartGpt](https://startgpt.khulnasoft.com) settings, in the lower-left hand corner of the application. | ||
|
||
**What happens if I hit the free usage limit?** | ||
Once your free daily token limit is reached, AI interactions are paused until the next day or until you upgrade your plan. | ||
|
||
**Is Bolt in beta?** | ||
Yes, Bolt.new is in beta, and we are actively improving it based on feedback. | ||
**Is Startgpt in beta?** | ||
Yes, StartGpt is in beta, and we are actively improving it based on feedback. | ||
|
||
**How can I report Bolt.new issues?** | ||
Check out the [Issues section](https://github.com/stackblitz/bolt.new/issues) to report an issue or request a new feature. Please use the search feature to check if someone else has already submitted the same issue/request. | ||
**How can I report StartGpt issues?** | ||
Check out the [Issues section](https://github.com/khulnasoft/startgpt/issues) to report an issue or request a new feature. Please use the search feature to check if someone else has already submitted the same issue/request. | ||
|
||
**What frameworks/libraries currently work on Bolt?** | ||
Bolt.new supports most popular JavaScript frameworks and libraries. If it runs on StackBlitz, it will run on Bolt.new as well. | ||
**What frameworks/libraries currently work on Startgpt?** | ||
StartGpt supports most popular JavaScript frameworks and libraries. If it runs on KhulnaSoft, it will run on StartGpt as well. | ||
|
||
**How can I add make sure my framework/project works well in bolt?** | ||
We are excited to work with the JavaScript ecosystem to improve functionality in Bolt. Reach out to us via [hello@stackblitz.com](mailto:hello@stackblitz.com) to discuss how we can partner! | ||
**How can I add make sure my framework/project works well in startgpt?** | ||
We are excited to work with the JavaScript ecosystem to improve functionality in Startgpt. Reach out to us via [info@khulnasoft.com](mailto:info@khulnasoft.com) to discuss how we can partner! |
Oops, something went wrong.