Typebot is a conversational app builder as an alternative to Typeform or Landbot.
Deploy this app to Linode with a free $100 credit!
Typebot is an open-source alternative to Landbot. It allows you to create conversational apps/forms (Lead qualification, Product launch, User onboarding, Customer support), embed them anywhere on your web/mobile apps, and collect results in real-time.
For more info, visit the landing page
Lots of new features are being implemented on a day-to-day basis. Make sure to hit the Star button and watch Releases to be notified of future features.
The easiest way to get started with Typebot is with the official managed service in the Cloud.
It takes 1 minute to try out the builder for free. You'll have high availability, backups, security, and maintenance all managed for you by me, Baptiste, Typebot's founder.
That's also the best way to support my work, open-source software, and you'll get great service!
Interested in self-hosting Typebot on your server? Take a look at the self-hosting installation instructions.
git clone https://github.com/baptisteArno/typebot.io.git
cd typebot.io
pnpm i
Copy apps/builder/.env.local.example
to apps/builder/.env.local
Copy apps/viewer/.env.local.example
to apps/viewer/.env.local
Copy packages/db/.env.example
to packages/db/.env
Check out the Configuration guide if you want to enable more options
pnpm dev
Builder is available at http://localhost:3000
Viewer is available at http://localhost:3001
Database inspector is available at http://localhost:5555
By default, you can easily authenticate in the builder using the "Github Sign In" button. For other options, check out the Configuration guide
Copy apps/landing-page/.env.local.example
to apps/landing-page/.env.local
cd apps/landing-page
pnpm dev
cd apps/docs
pnpm start
Another great way to support Typebot is to contribute to the project. Head over to the Contribute guidelines to get started. 😍
Typebot is a Monorepo powered by Turborepo. It is composed of 2 main applications:
These apps are built with awesome web technologies including Typescript, Next.js, Prisma, Chakra UI, Tailwind CSS.
Typebot is open-source under the GNU Affero General Public License Version 3 (AGPLv3). You can find it here.
The goal of the AGPL license is to:
In a few words, to use Typebot in your company, you need to:
If you'd like to use Typebot without open-sourcing your modified code, you can purchase a commercial license to remove the copyleft restrictions and in that way support the original project. Contact me at baptiste@typebot.io.
Please login to review this project.
No reviews for this project yet.
Comments (0)
Please login to join the discussion on this project.