Skip to content

dsculptor/my-coach

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToughTongue AI Starter Templates

This repository contains starter templates for building applications with ToughTongue AI.

Getting Started

  1. Fork this repository to create your own copy
  2. Choose a starter template from the options below
  3. Start building your ToughTongue AI application

Available Templates

minimal-starter (Recommended)

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.server

nextjs-starter

A 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 dev

ToughTongue AI Integration

Both starters include instructions for integrating with ToughTongue AI:

  1. Create an account at ToughTongue AI
  2. Create a custom scenario
  3. Replace the scenario ID in the starter code with your own

Support

For more information about ToughTongue AI, visit the official website.

License

MIT

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 57.2%
  • JavaScript 20.1%
  • CSS 17.6%
  • Python 3.9%
  • HTML 1.2%