Skip to content

livechat/developer-app-template-saas

Repository files navigation

Text Platform Developer App - Next.js Template

This Next.js template bootstraps your Developer Console application with a predefined configuration and a sample LiveChat APIs code.

🚀 Getting Started

First, ensure that Text Platform Developer CLI is installed:

npm i -g @livechat/developer-cli

Then, install dependecies:

npm install

Next, pull app manifest:

txdev app pull

Now, you can open your Developer Console app:

txdev app open

or go to the Developer Console and see your newly created app in action!

To start local development server, run:

npm run dev

⚙️ Available Scripts

dev

Runs the app in the development mode. Open http://localhost:3000 to view it in your browser. The page will reload when you make changes. You may also see any lint errors in the console.

Before running your dev environment don't forget you generate your database models and apply migrations:

npm run generate
npm run migrate

Keep in mind that Prisma need access to your DATABASE_URL in .env file. Prepare it manually or used txdev app vars pull command.

build

Builds the app for production to the .next folder.

start

Starts production ready Next.js web server.

🧑‍💻 Text Platform: who are we?

Behind Text, there’s a team of passionate people building online customer service software with online chat, help desk software, chatbot, and web analytics capabilities.

With a suite of five products (LiveChat, ChatBot, HelpDesk, KnowledgeBase, and OpenWidget) and their powerful APIs, we power customer communication for 36,000 companies in 150 countries.

The Platform is a range of products and services that can be used to build a variety of communication tools for businesses. Our Developer Program and Marketplace create an open ecosystem for developers, partners, and customers. With our advanced APIs and comprehensive documentation, you can shape the future of communication with us — starting today.

Join our Discord to learn, get inspired, and meet other developers!

About

Developer App SaaS template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published