Go to file
Hetu Nandu 86b2f2b017
Release (#515)
* Add more options to action settings (#473)

* Update install.sh

* Add few ternjs defs for moment (#508)

* default icon selection issue fixed in stories (#495)

* Feature: Toggle component (#490)

* Toggle component implemented with story

* props fixed

* lighten and darken colors implemented

* removed the unused css properties

* removed the used import in story

* toggle hover state fixed

* storywrapper import updated

* Drag And drop widget (#503)

* Drag And drop widget

* Updated cordinates

* Feature: Tooltip component with story (#498)

* tooltip component implemented with story

* default props fixed

* used constant classes names

* blueprint classname corrected

* Feature: Checkbox component (#475)

* checkbox disabled state added and checked UI fixed

* checkbox imported corrected in story

* checkbox implemented using input and label elements.

* align and isChecked props removed

* used styled component for span

* Feature: Radio group component (#481)

* Radio group component with story implemented

* radio group implemented using native input and label.

* radio component height fixed in story

* disabled name in theme corrected for radio

* align prop removed

* removed duplicate user object (#513)

removed id field which is never populated
added help modal in applications page and intercom to load in help modal
shutdown intercom on signout to clear existing chats

Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>

* Feature: Table Widget - multi row selection (#507)

* Fix typo (#514)

* Update install.sh

* selectedRowIndexes changed to selectedRowIndices (#516)

Data type of selectedRowIndices changed to array of numbers

* Fixing storybook build (#517)

* Fixes (#522)

- Remove cache fields from settings
- Call the event callback method with success false to fix button widget loading issue

* Add migration to fix incorrect action IDs for onLoad (#519)

* Add migration to fix incorrect action IDs for onLoad

* Remove redundant comments

* Fix migration to work with published onLoad actions as well

* Only update the action ID when correcting onLoad action IDs

* Fix migration name for correcting action IDs

Co-authored-by: Trisha Anand <trisha@appsmith.com>

* Fix migration id for correcting action IDs

* Reformat code

Co-authored-by: Trisha Anand <trisha@appsmith.com>

* deprecated selectedOptionValueArr

* Feature/intercom (#521)

* removed duplicate user object
removed id field which is never populated
added help modal in applications page and intercom to load in help modal
shutdown intercom on signout to clear existing chats

* added analytics to help modal and invite user
unescaped bindings before evaluation to prune newlines

* updated action confirmation text

* added a check to ignore old properties which are no longer dynamic

* fixed test case

* fix tests

Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>

* Remove run on page load in api pane (#524)

* Remove run on page load in api pane

* Remove run on page load setting in query pane

* Revert removal of run query on page load

Co-authored-by: akash-codemonk <67054171+akash-codemonk@users.noreply.github.com>
Co-authored-by: Nikhil Nandagopal <nikhil.nandagopal@gmail.com>
Co-authored-by: devrk96 <rohit.kumawat@primathon.in>
Co-authored-by: NandanAnantharamu <67676905+NandanAnantharamu@users.noreply.github.com>
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
Co-authored-by: vicky-primathon <67091118+vicky-primathon@users.noreply.github.com>
Co-authored-by: satbir121 <39981226+satbir121@users.noreply.github.com>
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
Co-authored-by: Trisha Anand <trisha@appsmith.com>
2020-09-10 13:13:17 +05:30
.github Update ---bug-report.md 2020-09-07 10:44:58 +05:30
app Release (#515) 2020-09-10 13:13:17 +05:30
deploy Release (#515) 2020-09-10 13:13:17 +05:30
static Add files via upload 2020-08-21 16:50:44 +05:30
.env.example Completely replace hotjar with smartlook (#447) 2020-08-27 18:24:03 +05:30
.gitignore Use injected configuration from Nginx at runtime instead of build time (#30) 2020-07-07 15:52:17 +05:30
CODE_OF_CONDUCT.md Readme (#11) 2020-07-01 16:42:41 +05:30
CONTRIBUTING.md Adding Github workflow for pull requests and also referencing contributing.md in README (#417) 2020-08-25 10:08:46 +05:30
LICENSE Readme (#11) 2020-07-01 16:42:41 +05:30
README.md Update README.md 2020-09-07 00:06:34 +05:30

Appsmith.com logo

Appsmith


A low code way to build internal tools.

The only open source alternative to MSFT Power Apps, Salesforce Lightning platform, Service Now platform, Quickbase, Retool, Forest Admin, and many more.

GitHub release Website Chat on Discord Docs

Built with empathy, not just ❤︎


Appsmith is a fast, easy, and secure way to build any custom internal tools. Here's how you build something:

  1. Create a page using pre-built UI components like table, charts, map viewers and forms.
  2. Connect the UI components to any REST API or databases like MySQL, Postgres, and MongoDB. Write any logic in JS.
  3. Deploy the interal tool to a custom URL and invite users to sign in with their Google acounts.

Do all this without depending on multiple UI libraries, coding authentication logic or writing any DB or API integrations. See the looped gif below to see how something gets built on Appsmith. It might remind you of Visual Basic.

UI Builder Demo


Demo Video

Example Applications

Getting Started

You can try our online sandbox or deploy a Docker image on a server.

Why Appsmith?

When we build internal tools today, we turn to admin panels, UI frameworks or use a bootstrap theme. We took inspirations from the best admin panels, bootstrap themes, and brought back the easy UI builder of Visual Basic.

Appsmith is a quicker way of building internal tools by visualising them as modular blocks (Widgets, APIs, Queries, JS) and giving developers a simple user interface to configure them. New features, UI modification, changing dataflows, and modifying business logic becomes a piece of cake because you no longer have to trudge through large undocumented code bases or wrestle with HTML/CSS. We understand that while some configurations are static and are better controlled via UI, a lot of it is dynamic and should be configured through code. Appsmith doesn't take the fun out of coding, instead it treats every block as an object and exposes it via javascript so that you can read, transform and manipulate it. Whether it's a widget, API or query, you get to decide where you need to configure and where you need to code!

Features

  • 5 minute setup: Install Appsmith in 5 minutes on your servers.
  • Build custom UI: Drag & drop, resize and style widgets without HTML / CSS. Read more
  • Query data: Query & update your database directly from the UI. Connect to postgres, mongo, MySQL, REST & GraphQL APIs. Read more
  • JS Logic: Write snippets of business logic using JS to transform data, manipuate UI or trigger workflows. Use popular libraries like lodash & moment anywhere in the app
  • Data Workflows: Simple configuration to create flows when users interact with the UI. Read more
  • Realtime Editor: Changes in your application reflect instantly with every edit. No need to compile!
  • Works with existing, live databases: Connect directly to any Postgres, MySQL, & Mongo db
  • Fine-grained access control: Control who can edit / view your applications from a single control panel
  • App management: Build and organise multiple applications on a single platform

Documentation & Support

If you have encountered a bug or need to get in touch with us, you can contact us using one of the following channels:

We are committed to fostering an open and welcoming environment in the community. Please see the Code of Conduct.

Contributing to Appsmith

Please read our contribution guidelines in order to contribute to Appsmith.

License

The Appsmith platform is available under the Apache License 2.0 (Apache-2.0).