This repository contains starter templates for building applications with ToughTongue AI.
- Fork this repository to create your own copy
- Choose a starter template from the options below
- Start building your ToughTongue AI application
A lightweight client-side application with no build tools required. Perfect for quickly getting started with ToughTongue AI integration.
Features:
- Pure HTML, CSS, and JavaScript
- No build tools or dependencies
- Easy to deploy anywhere
- Clean, responsive design
To use:
cd minimal-starter
# Open index.html directly or use a simple server
# e.g., python -m http.serverA more feature-rich starter with Next.js for building robust web applications.
Features:
- Built with Next.js, React, and TypeScript
- Modern development workflow
- Easy deployment with Vercel
- Tailwind CSS for styling
To use:
cd nextjs-starter
npm install
npm run devBoth starters include instructions for integrating with ToughTongue AI:
- Create an account at ToughTongue AI
- Create a custom scenario
- Replace the scenario ID in the starter code with your own
For more information about ToughTongue AI, visit the official website.
MIT