Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.31 KB

File metadata and controls

51 lines (36 loc) · 1.31 KB

AI-Assisted Coding Workshop

Welcome to the 2-hour (hopefully), hands-on workshop focused on building a small AI-powered CRM using:

  • Next.js 16
  • React 19
  • Tailwindcss
  • SQLite + TypeORM
  • Requesty (LLM) via the ai SDK

This project is intentionally incomplete.
Your job is to finish it with the help of AI coding assistants such as Cursor, Copilot, Roo, Aider, etc.

Structure

Assignments are in docs/assignments:

  1. Warmup
  2. Database & TypeORM
  3. API Endpoints
  4. UI
  5. AI Integration
  6. AI CRM Features
  7. AI-Assisted Refactor

Each assignment is short and goal-oriented.
Your assistant should write most of the code.

Good luck & have fun 🚀

===============================================================================================================================================================================

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.