Skip to content

Commit 7448c90

Browse files
authored
Merge pull request #12 from lovablelabs/vibor-docs
Updates assets and branding names
2 parents efb126d + 91d6ca5 commit 7448c90

20 files changed

+95
-95
lines changed

mkdocs.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Project information
2-
site_name: GPT Engineer Docs
2+
site_name: Lovable Docs
33
site_url: https://docs.gptengineer.app/
44
# SEO notice: https://docs.gptengineer.app/sitemap.xml
55
docs_dir: src
6-
site_description: GPT Engineer app project documentation. Learn more about GPT Engineer, its features and get up to speed.
6+
site_description: Lovable.dev project documentation. Learn more about Lovable.dev, its features and get up to speed.
77

88
# Copyright
99
copyright: "© 2023 - 2024 ❤️ Lovable"
@@ -39,7 +39,7 @@ nav:
3939
theme:
4040
name: material
4141
locale: en
42-
logo: assets/gpt-engineer-2x-logo.png
42+
logo: assets/lovable-2x-logo.png
4343
favicon: assets/favicon-32x32.png
4444
palette:
4545
# Light mode as default
@@ -82,7 +82,7 @@ extra:
8282
- icon: fontawesome/solid/heart
8383
link: https://lovable.dev
8484
- icon: fontawesome/brands/twitter
85-
link: https://twitter.com/Lovable_dev
85+
link: https://twitter.com/lovable_dev
8686
- icon: fontawesome/brands/youtube
8787
link: https://www.youtube.com/@lovable-labs
8888
- icon: fontawesome/brands/discord

src/assets/favicon-32x32.png

9.82 KB
Loading

src/assets/gpt-engineer-2x-logo.png

-2.63 KB
Binary file not shown.

src/assets/lovable-2x-logo.png

11.9 KB
Loading

src/credits.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# :medal: Messaging limits
22

3-
LLMs are expensive, because of this GPT Engineer limits the daily and/or monthly messages that result in successful edits you can send.
3+
LLMs are expensive, because of this Lovable limits the daily and/or monthly messages that result in successful edits you can send.
44

55
!!! info "Edits expiration"
66
Daily edits renew at midnight UTC.
@@ -9,7 +9,7 @@ LLMs are expensive, because of this GPT Engineer limits the daily and/or monthly
99
## All plans
1010
- **Daily limit** - 5 free messages per day
1111

12-
Designed to give users a chance to explore and experience GPT Engineer's features at no cost.
12+
Designed to give users a chance to explore and experience Lovable's features at no cost.
1313

1414
!!! info "What happens if my edit fails?"
1515
If an edit generation completely fails (build error) due to an error on our side, the credit for that edit will **not** be deducted from your daily/monthly total.

src/features/deploy.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# :globe_with_meridians: Deploy and share
22

3-
Once your web app is ready, you can deploy it or share it with the world. You can also share your work-in-progress version to gather feedback. GPT Engineer makes it simple to publish and share your apps with just a few clicks.
3+
Once your web app is ready, you can deploy it or share it with the world. You can also share your work-in-progress version to gather feedback. Lovable makes it simple to publish and share your apps with just a few clicks.
44

55
---
66

77
## Publishing your app
88

99
To publish your web app, in the top right corner of the editor view, click on the **Share** button. This button looks like a globe icon.
1010
<div align="center">
11-
<img src="/assets/share-icon.png" alt="Share icon in GPT Engineer">
11+
<img src="/assets/share-icon.png" alt="Share icon in Lovable">
1212
</div>
1313

1414
After clicking the **Share** button, a dialog will appear with options to publish your application. Click the green **Publish** button to start the deployment process. During this time, the button will display **Publishing**.
1515

1616
<div align="center">
17-
<video autoplay loop src="/assets/videos/video-publish-republish.mp4" title="Publishing and republishing GPT Engineer apps"></video>
17+
<video autoplay loop src="/assets/videos/video-publish-republish.mp4" title="Publishing and republishing Lovable apps"></video>
1818
</div>
1919

2020
Once the deployment is complete, the dialog will show the published address with a **Republish** button for future updates.

src/features/git-integration.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# :simple-github: GitHub Integration
22

3-
To make it easier for developers to work together with the AI on projects, gptengineer.app backs all projects with a git repository and lets you push commits directly to the repository.
3+
To make it easier for developers to work together with the AI on projects, Lovable backs all projects with a git repository and lets you push commits directly to the repository.
44

5-
In order to push commits to GitHub, your project and gptengineer.app will automatically pull them in and update the project. This allows you to make changes yourself, without asking the AI.
5+
In order to push commits to GitHub, your project and Lovable will automatically pull them in and update the project. This allows you to make changes yourself, without asking the AI.
66

77
## Connecting a project to your GitHub account
88

99
Before pushing your first commit, you will need to connect your GitHub account to the project. You can do this by navigating to GitHub -> Connect to GitHub. You will then be redirected to GitHub to authorize the connection.
1010

11-
You can choose to either granting access to (1) all repositories, or (2) specific repositories. Both options will let GPT Engineer create repositories in your GitHub account or organization.
11+
You can choose to either granting access to (1) all repositories, or (2) specific repositories. Both options will let Lovable create repositories in your GitHub account or organization.
1212

13-
Note that you can only connect one GitHub login to your GPT Engineer account, but you can create repositories in any of the organizations you choose to install the GPT Engineer app in.
13+
Note that you can only connect one GitHub login to your Lovable account, but you can create repositories in any of the organizations you choose to install the Lovable app in.
1414

1515
<video autoplay loop src="/assets/connect-to-github.mp4"> video </video>
1616

@@ -20,7 +20,7 @@ Please note that you will need admin access if you are trying to create a reposi
2020

2121
Once you have connected your GitHub account to your project, you can view the source code by navigating to GitHub -> View on GitHub.
2222

23-
Any change you make and push to the repository will be automatically reflected in gptengineer.app.
23+
Any change you make and push to the repository will be automatically reflected in Lovable.
2424

2525
You can commit changes directly in GitHub Codespaces or clone the repo to use your preferred IDE.
2626

src/features/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# :tools: Features
22

3-
GPT Engineer comes with a sleeve of features available. While these Docs are work in progress, and not all of the features are described, we wanted to showcase some of the key and most commonly used features.
3+
Lovable comes with a sleeve of features available. While these Docs are work in progress, and not all of the features are described, we wanted to showcase some of the key and most commonly used features.
44

55
---
66

77
## Overview
8-
Explore the sections below to get started quickly and learn more about some of the features offered by GPT Engineer.
8+
Explore the sections below to get started quickly and learn more about some of the features offered by Lovable.
99

1010
<div class="grid cards" markdown>
1111

1212
- :octicons-globe-24:{ .lg .middle } **Deploy and share**
1313

1414
---
1515

16-
Learn how to publish and share your GPT Engineer projects quickly and efficiently with the public.
16+
Learn how to publish and share your Lovable projects quickly and efficiently with the public.
1717

1818
[:octicons-arrow-right-24: Deploy](deploy.md)
1919

@@ -22,15 +22,15 @@ Explore the sections below to get started quickly and learn more about some of t
2222

2323
---
2424

25-
Extend GPT Engineer's functionality by integrating npm packages into your projects.
25+
Extend Lovable's functionality by integrating npm packages into your projects.
2626

2727
[:octicons-arrow-right-24: Using npm packages](npm-packages.md)
2828

2929
- :octicons-stack-24:{ .lg .middle } **Tech stacks**
3030

3131
---
3232

33-
You can configure the tech stack GPT Engineer starts from.
33+
You can select the tech stack Lovable starts from.
3434

3535
[:octicons-arrow-right-24: Tech stacks](techstacks.md)
3636

src/features/npm-packages.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# :simple-npm: Using npm packages
22

3-
While GPT Engineer is powerful on its own, enabling users to build sophisticated web applications, you can leverage npm packages for more advanced and extended features. These packages help you build even more complex and feature-rich applications with ease.
3+
While Lovable is powerful on its own, enabling users to build sophisticated web applications, you can leverage npm packages for more advanced and extended features. These packages help you build even more complex and feature-rich applications with ease.
44

55
!!! info "What is npm?"
66
npm (Node Package Manager) is a package manager for JavaScript that allows developers to share and reuse code. It hosts thousands of packages, which are pieces of reusable code, that you can easily integrate into your projects to extend functionality.
@@ -11,28 +11,28 @@ While GPT Engineer is powerful on its own, enabling users to build sophisticated
1111

1212
## Using npm packages for advanced features
1313

14-
Let's say you'd like to create a tool that enables you to arrange your tasks in different Kanban boards, similar to many popular project management tools. You can prompt GPT Engineer to build this tool from scratch, but it might be slower and more challenging to achieve the desired functionality.
14+
Let's say you'd like to create a tool that enables you to arrange your tasks in different Kanban boards, similar to many popular project management tools. You can prompt Lovable to build this tool from scratch, but it might be slower and more challenging to achieve the desired functionality.
1515

1616
Instead, you can use npm packages to simplify and speed up the process. For example, the <a href="https://www.npmjs.com/package/@hello-pangea/dnd" target="_blank" rel="noopener noreferrer">hello-pangea/dnd</a> package provides robust drag-and-drop functionality. By using this package, you can easily create a Kanban board where users can add new cards, move them within columns, and reorder them.
1717

1818
!!! example "Integrating drag-and-drop npm package"
19-
To incorporate the hello-pangea/dnd package into your GPT Engineer project, you can use the following prompt:
19+
To incorporate the hello-pangea/dnd package into your Lovable project, you can use the following prompt:
2020

2121
```
2222
Use the hello-pangea/dnd npm package to add drag-and-drop functionality to my Kanban board app.
2323
Ensure users can add new cards, move them within columns, and reorder them.
2424

2525
```
2626

27-
This prompt directs GPT Engineer to integrate the package into your project, making it easier to achieve the desired functionality. Depending on other requirements, your result might look somewhat like this.
27+
This prompt directs Lovable to integrate the package into your project, making it easier to achieve the desired functionality. Depending on other requirements, your result might look somewhat like this.
2828

29-
![GPT Engineer implemented drag-and-drop Kanban functionality](/assets/npm-example-using-pangea-dnd.png)
29+
![Lovable implemented drag-and-drop Kanban functionality](/assets/npm-example-using-pangea-dnd.png)
3030

3131
---
3232

3333
## Quality and responsibility
3434

35-
It’s important to note that while npm packages can significantly enhance your projects, GPT Engineer cannot guarantee the quality or reliability of these third-party packages.
35+
It’s important to note that while npm packages can significantly enhance your projects, Lovable cannot guarantee the quality or reliability of these third-party packages.
3636

3737
The functionality and performance of npm packages are the responsibility of the end user, and it’s essential to thoroughly test and validate them within your application.
3838

src/free-credits.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# :gift: Get free edits
22

3-
Help your friends & followers build faster with GPT Engineer. Invite friends to use GPT Engineer, and when they create a project you’ll both earn 25 edits. If you make 30 referrals, you’ll unlock a bonus 250 edits.
3+
Help your friends & followers build faster with Lovable. Invite friends to use Lovable, and when they create a project you’ll both earn 25 edits. If you make 30 referrals, you’ll unlock a bonus 250 edits.
44

55
## How to start earning?
66

src/getting-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# :rocket: Getting started
22

3-
This is a simple tutorial to get you started with the basics of gptengineer.app.
3+
This is a simple tutorial to get you started with the basics of Lovable.
44

55
We will guide you through the process of creating a project, making improvements, and deploying your project.
66

77
## Creating a project
88

9-
To create a new project, login to `gptengineer.app` and then write what you want to build in the textbox.
9+
To create a new project, login to `lovable.dev` and then write what you want to build in the textbox.
1010

1111
Once you have written what you want to build, click on the `Create` button.
1212

src/index.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Wecome to Lovable Academy
22

3-
GPT Engineer is an AI web builder app that lets you build real web apps fast, using just natural language. We prepared this documentation to make it even easier for you to go from an idea to an app and to understand how GPT Engineer works.
3+
Lovable is an AI web builder app that lets you build real web apps fast, using just natural language. We prepared this documentation to make it even easier for you to go from an idea to an app and to understand how Lovable works.
44

55
## Product Capabilities
66

7-
**GPT Engineer** currrently excels at building front-end applications. However, pairing GPT Engineer with other tools will allow you to build full-stack web apps.
7+
**Lovable** currrently excels at building front-end applications. However, pairing Lovable with other tools will allow you to build full-stack web apps.
88

99
| **Capability** | **Description** | **Maturity Level** |
1010
|--------------------|------------------------------------------------------------------------------|--------------------|
@@ -13,7 +13,7 @@ GPT Engineer is an AI web builder app that lets you build real web apps fast, us
1313
| Authentication | Handle user login and accounts (read more [here](integrations/supabase.md#supabase-authentication)) | 🟡 Requires some patience |
1414

1515
## Overview
16-
Explore the sections below to get started quickly and learn more about the features and integrations offered by GPT Engineer.
16+
Explore the sections below to get started quickly and learn more about the features and integrations offered by Lovable.
1717

1818
<div class="grid cards" markdown>
1919

@@ -29,7 +29,7 @@ Explore the sections below to get started quickly and learn more about the featu
2929

3030
---
3131

32-
From a general overview to our GitHub integration, this section covers the nuts and bolts of GPT Engineer.
32+
From a general overview to our GitHub integration, this section covers the nuts and bolts of Lovable.
3333

3434
[:octicons-arrow-right-24: Features](features/index.md)
3535

@@ -45,7 +45,7 @@ Explore the sections below to get started quickly and learn more about the featu
4545

4646
---
4747

48-
Learn effective prompting strategies and get the most out of GPT Engineer with our tips and tricks collection.
48+
Learn effective prompting strategies and get the most out of Lovable with our tips and tricks collection.
4949

5050
[:octicons-arrow-right-24: Tips and tricks](tips-tricks/prompting.md)
5151

@@ -54,9 +54,9 @@ Explore the sections below to get started quickly and learn more about the featu
5454
---
5555

5656
## Learn more
57-
You can learn more about GPT Engineer on our <a href="https://gptengineer.app" target="_blank" rel="noopener noreferrer">website</a>.
57+
You can learn more about Lovable on our <a href="https://lovable.dev" target="_blank" rel="noopener noreferrer">website</a>.
5858
</br></br>
59-
Discover the team behind GPT Engineer and our mission to make web development accessible to everyone. Learn more about the creators at <a href="https://lovable.dev" target="_blank" rel="noopener noreferrer">:heart: Lovable</a>.
59+
Discover the team behind Lovable and our mission to make web development accessible to everyone. Learn more about the creators at <a href="https://lovable.dev" target="_blank" rel="noopener noreferrer">:heart: Lovable</a>.
6060

6161
---
6262

@@ -82,12 +82,12 @@ If Discord is your thing, then this channel is dedicated to collecting general f
8282

8383
## Support
8484

85-
We use **Discord** and <a href="mailto:[email protected]">**[email protected]**</a> as our support channels for GPT Engineer users.
85+
We use **Discord** and <a href="mailto:[email protected]">**[email protected]**</a> as our support channels for Lovable users.
8686

8787
### Support channel - Community support only
8888
[:simple-discord: Support channel on Discord](https://discord.com/channels/1119885301872070706/1280461670979993613)
8989

90-
This is the community support channel for GPT Engineer app users. It uses a forum-style structure where each issue or bug is addressed in its own thread, making it easier to manage and track. Support is provided by community members and our Community Champions.
90+
This is the community support channel for Lovable app users. It uses a forum-style structure where each issue or bug is addressed in its own thread, making it easier to manage and track. Support is provided by community members and our Community Champions.
9191

9292
When submitting a support request, please follow these guidelines:
9393

@@ -102,19 +102,19 @@ When submitting a support request, please follow these guidelines:
102102
- **Public posts** - Keep in mind that all posts in this channel are public. Be mindful of any sensitive information in your videos or screenshots.
103103

104104

105-
Community support channel is usually the fastest way to get guidance about issues with GPT Engineer.
105+
Community support channel is usually the fastest way to get guidance about issues with Lovable.
106106

107-
Pro users get priority support from our support team through dedicated channel and <a href="mailto:[email protected]">**[email protected]**</a>. Please ensure that you are using the same email address you used to sign up for GPT Engineer so we can assist you effeciently.
107+
Pro users get priority support from our support team through dedicated channel and <a href="mailto:[email protected]">**[email protected]**</a>. Please ensure that you are using the same email address you used to sign up for Lovable so we can assist you effeciently.
108108

109109
Please note that our team is located in the Europe. While we do our best to reply during our regular business hours — and sometimes outside of them — do keep in mind that over weekends or outside of EU hours, responses may take longer.
110110

111111
We appreciate your understanding. 🫶
112112

113113
---
114114

115-
### General GPT Engineer app channel
116-
[:simple-discord: General GPT Engineer app channel on Discord](https://discord.com/channels/1119885301872070706/1186613291745824868)
115+
### General Lovable app channel
116+
[:simple-discord: General Lovable app channel on Discord](https://discord.com/channels/1119885301872070706/1186613291745824868)
117117

118-
This is an open space for users to discuss anything related to GPT Engineer. Whether it's a feature you love or just a general chat about the app, this is the place to engage with the community.
118+
This is an open space for users to discuss anything related to Lovable. Whether it's a feature you love or just a general chat about the app, this is the place to engage with the community.
119119

120120
</br></br>

src/integrations/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# :nut_and_bolt: Integrations
22

3-
GPT Engineer supports several integrations enabling you to extend its functionality.
3+
Lovable supports several integrations enabling you to extend its functionality.
44

55
---
66

77

88
## Overview
9-
Explore the sections below to get started quickly and learn more about GitHub and Supabase integrations currently offered by GPT Engineer
9+
Explore the sections below to get started quickly and learn more about GitHub and Supabase integrations currently offered by Lovable
1010
<div class="grid cards" markdown>
1111

1212

1313
- :simple-github:{ .lg .middle } **GitHub integration**
1414

1515
---
1616

17-
Understand how to integrate GPT Engineer with GitHub for seamless version control and collaboration.
17+
Understand how to integrate Lovable with GitHub for seamless version control and collaboration.
1818

1919
[:octicons-arrow-right-24: Git integration](../features/git-integration.md)
2020

0 commit comments

Comments
 (0)