Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bc1c2e7

Browse files
author
FalkWolsky
committed
Updating Docs and Readme
1 parent 854216f commit bc1c2e7

File tree

3 files changed

+12
-16
lines changed

3 files changed

+12
-16
lines changed

‎README.md‎

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@
77
<p>
88
Create software applications (internal and customer-facing!) and Meeting/Collaboration tools for your Company and your Customers with minimal coding experience.
99
</p>
10-
<h3 style="margin-top: 0">Lowcoder is the best Retool, Appsmith or Tooljet Alternative.</h3>
10+
<h3 style="margin-top: 0">We think, Lowcoder is simply better that Retool, Appsmith or Tooljet, Outsystems or Mendix.</h3>
1111
</div>
1212

13-
<imgsrc="https://1167272343-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjNgeI0mUzgw6Re92iTOw%2Fuploads%2FnwXJC1XBqP2MvTQitPyo%2FApp%20Editor%20%7C%20Main%20Screeen%20clean.png?alt=media&token=e5fba81b-82a7-4c0e-a15d-baa781d5b13a"/>
13+
[![Lowcoder Intro Video](https://img.youtube.com/vi/AQo0iFWUWiU/0.jpg)](https://www.youtube.com/watch?v=AQo0iFWUWiU)
1414

1515

1616
## 📢 Use Lowcoder in 3 steps
1717
1. Connect to any data sources or APIs.
18-
2. Build flexible and responsive UI with 100+ components and free layout / design possibilities.
18+
2. Build flexible and responsive UI with 120+ components and free layout / design possibilities.
1919
3. Share with colleagues and customers.
2020

2121
## 💡 Why Lowcoder
2222
One platform for everything instead so many different softwares. (like Website Builders, CMS, CRM, POS, ERP, Dashboards & Data Story Visualization, Collaboration Tools).
2323

2424
It's cumbersome to create a single app. You had to design user interfaces, write code in multiple languages and frameworks, and understand how all of that code works together.
2525

26-
NewGen Lowcode Platforms like Retool and others are great for their simplicity and flexibility - like Lowcoder too, but they can also be limited in different ways, especially when it comes to "external" applications for everyone.
26+
NewGen Lowcode Platforms like Retool and others are great for their simplicity and flexibility - like Lowcoder too, but they can also be limited in different ways, especially when it comes to "external" applications for everyone - because their pricing focusses to internal apps and "pay per User".
2727

28-
Lowcoder wants to take a step forward. More specifically, Lowcoder is:
28+
With Lowcoder we did a step forward. More specifically, Lowcoder is:
2929
- An all-in-one IDE to create internal or customer-facing (external) apps.
3030
- A place to create, build and share building blocks of web applications and whole websites.
3131
- The tool and community to support your business, and lower the cost and time to develop interactive applications.
@@ -34,9 +34,9 @@ Lowcoder wants to take a step forward. More specifically, Lowcoder is:
3434
- The only platform which has extensibility plugin architecture [Check Community Contributions](https://www.npmjs.com/search?q=lowcoder-comp)
3535

3636
## 🪄 Features
37-
- **Visual UI builder** with 100+ built-in components. Save 90% of time to build apps.
37+
- **Visual UI builder** with 120+ built-in components. Save 90% of time to build apps.
3838
- **Modules** for reusable (!) embedable component sets in the UI builder.
39-
- **Embed Lowcoder Apps as native parts of any Website** instead of iFrame (!). [Demo](https://lowcoder.cloud/about), [Docu](https://docs.lowcoder.cloud/lowcoder-documentation/lowcoder-extension/native-embed-sdk)
39+
- **Embed Lowcoder Apps as native parts of any Website** instead of iFrame (!). [Demo](http://demo-lowcoder.42web.io/ecommerce/), [Docu](https://docs.lowcoder.cloud/lowcoder-documentation/lowcoder-extension/native-embed-sdk)
4040
- **Video Meeting Components** to create your own individual Web-Meeting tool.
4141
- **Query Library** for reusable data queries of your data sources.
4242
- **Custom components** to develop own components and use them in the UI builder.
@@ -107,7 +107,3 @@ Accelerate the growth of Lowcoder and unleash its potential with your Sponsorshi
107107
[Be a Sponsor](https://github.com/sponsors/lowcoder-org)
108108

109109
Like ... [@Darkjamin](https://github.com/Darkjamin), [@spacegoats-io](https://github.com/spacegoats-io), [@Jomedya](https://github.com/Jomedya), [@CHSchuepfer](https://github.com/CHSchuepfer), Thank you very much!!
110-
111-
## Intro Video
112-
113-
[![Watch the video](https://i.ytimg.com/vi/s4ltAqS0hzM/maxresdefault.jpg?sqp=-oaymwEmCIAKENAF8quKqQMa8AEB-AH-CYAC0AWKAgwIABABGD0gSShyMA8=&rs=AOn4CLAlPOIFdtauythoBKNPXhi6XGwlDQ)](https://youtu.be/s4ltAqS0hzM?feature=shared)

‎docs/lowcoder-extension/opensource-contribution/develop-data-source-plugins.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Develop Data Source Plugins
22

3-
This document provides basic information and guides for developing data source plugins. Developers are highly welcomed to make contributions to [Lowcoder](https://github.com/Lowcoder-dev/Lowcoder)--the open source project.
3+
This document provides basic information and guides for developing data source plugins. Developers are highly welcomed to make contributions to [Lowcoder](https://github.com/lowcoder-org/lowcoder)--the open source project.
44

55
## Basics
66

@@ -12,7 +12,7 @@ A data source plugin is described by a **JavaScript Object** which mainly consis
1212
* Definition of the **Action list** for data source queries and the configuration form for each Action.
1313
* Definition of the **execution logic** for Actions.
1414

15-
Currently, all data source plugins are maintained in the `src/plugins` directory of the `node-service` project. Click to view [the project](https://github.com/Lowcoder-dev/Lowcoder/tree/develop/server/node-service), and you might take a quick look at the [S3 plugin](https://github.com/Lowcoder-dev/Lowcoder/tree/develop/server/node-service/src/plugins/s3).
15+
Currently, all data source plugins are maintained in the `src/plugins` directory of the `node-service` project. Click to view [the project](https://github.com/lowcoder-org/lowcoder/tree/main/server/node-service), and you might take a quick look at the [S3 plugin](https://github.com/lowcoder-org/lowcoder/tree/main/server/node-service/src/plugins/s3).
1616

1717
## Overall definition of a plugin
1818

@@ -268,7 +268,7 @@ Due to various reasons, the generated plugin code needs to be correctly validate
268268

269269
## Testing
270270

271-
Necessary testing should be done before publishing the plugin. Testing a data source plugin requires a backend environment. You can start a local environment by following the documentation [Start a local backend server](https://github.com/Lowcoder-dev/Lowcoder/tree/develop/client#readme) and test the data source plugin in following aspects:
271+
Necessary testing should be done before publishing the plugin. Testing a data source plugin requires a backend environment. You can start a local environment by following the documentation [Start a local backend server](https://github.com/lowcoder-org/lowcoder/tree/main/server/api-service#readme) and test the data source plugin in following aspects:
272272

273273
1. Make sure the data source plugin has been added to the plugin list in the file `src/plugins/index.ts`.
274274
2. Start the node-service server in the `node-service` directory by executing `yarn dev`.
@@ -292,4 +292,4 @@ You can then use the data source plugin just developed in this environment.
292292

293293
## What's next
294294

295-
Congrats! After testing the data source plugin, you can submit a [Pull Request](https://github.com/Lowcoder-dev/Lowcoder/pulls) now.
295+
Congrats! After testing the data source plugin, you can submit a [Pull Request](https://github.com/lowcoder-org/lowcoder/pulls) now.

‎docs/setup-and-run/self-hosting/heroku.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Deploy
44

55
1. [Sign up](https://signup.heroku.com/) for a new Heroku account, or [log in](https://id.heroku.com/login) to get started.
6-
2. Click to start Heroku [one-click deployment](https://heroku.com/deploy?template=https://github.com/Lowcoder-dev/Lowcoder).
6+
2. Click to start Heroku [one-click deployment](https://heroku.com/deploy?template=https://github.com/lowcoder-org/lowcoder).
77
3. Set the **App name** which will be part of the app URL later, and choose a region.
88
4. (Not required) Fill in the **Config Vars** according to the descriptions. These are all optional variables used for environment-specific configuration. You can skip this step and manage environment variables later.
99
5. Click the **Deploy app** button.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /