Skip to main content

Knowledge Base

Supported Technologies

Instance builds full-stack apps for you using modern web-based technologies. A full-stack app consists of a front-end and a back-end.

The front-end is the visual part that your users will interact with — everything from buttons and forms to layout and animations. Instance uses React, TypeScript, and Tailwind CSS to build it. Additionally, Instance will automatically install and configure any dependencies your app needs, so you can focus on functionality rather than setup.

The back-end is the part of the app that handles data, logic, and communication with the database. Instance builds your back-end using Express (a Node.js framework), TypeScript, and a SQL database. It sets up routes, connects to the database, and handles requests from the front-end. When your app needs to store or retrieve information — like saving a form submission or fetching user data — the back-end takes care of it. Instance also installs any required dependencies automatically to support your back-end’s functionality.