Skip to content

An AI-powered tool that helps victims of gender-based violence create legal complaints. It’s designed to be supportive and sympathetic.

Notifications You must be signed in to change notification settings

chaynHQ/ai-letter-automated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4df7d51 · Mar 19, 2025

History

31 Commits
Nov 22, 2024
Mar 19, 2025
Mar 19, 2025
Nov 22, 2024
Nov 22, 2024
Nov 23, 2024
Nov 22, 2024
Nov 22, 2024
Nov 25, 2024
Nov 22, 2024
Nov 22, 2024
Nov 22, 2024
Nov 22, 2024
Nov 22, 2024
Nov 23, 2024
Nov 22, 2024

Repository files navigation

AI Advocacy Tool

A Next.js application for advocating for yourself using AI, built with Vercel AI SDK and Langtail. This project was created in collaboration with 42 London and is a proof of concept.

Prerequisites

  • Node.js (version 16 or higher)
  • npm or yarn
  • Langtail API key

Getting Started

  1. Clone the repository:
git clone <your-repository-url>
cd ai-letter-automated
  1. Install dependencies:
npm install
# or
yarn install
  1. Set up environment variables:

Create a .env.local file in the root directory and add your Langtail API key:

LANGTAIL_API_KEY=your_api_key_here
  1. Run the development server:
npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Tech Stack

  • Next.js 14
  • Vercel AI SDK
  • Langtail (for prompt management)
  • TypeScript
  • Tailwind CSS
  • Radix UI Components

Environment Variables

Variable Description
LANGTAIL_API_KEY Your Langtail API key (required)

License

MIT

About

An AI-powered tool that helps victims of gender-based violence create legal complaints. It’s designed to be supportive and sympathetic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published