Skip to content

lossless-group/augment-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Augment-It Working Banner Image


Augment It

A web app with tooling to augment data with AI.

Tech Stack

Build

  • Docker
  • Turbo
  • RS Build
    • Module Federation
  • TypeScript

UI

  • React
  • Next.js

AI

  • Perplexity

Module Federation

  • Apps
  • Packages
  • Shell

App structure

/augment-it/
├── apps/                    # Microfrontend applications
│   ├── record-collector/
│   ├── prompt-manager/
│   ├── request-reviewer/
│   ├── response-reviewer/
│   ├── highlight-collector/
│   └── insight-manager/
├── packages/                # Shared code
│   ├── shared/             # Shared utilities and types
│   ├── ui/                 # Shared UI components
│   └── config/             # Shared configurations
├── shell/                  # Main shell application
│   ├── src/
│   ├── rsbuild.config.mjs
│   └── package.json
├── package.json            # Root package.json
└── rsbuild.config.mjs      # Root RS Build config

Rsbuild project details

Setup

Install the dependencies:

pnpm install

Get started

Start the dev server, and the app will be available at http://localhost:3000.

pnpm dev

Build the app for production:

pnpm build

Preview the production build locally:

pnpm preview

Learn more

To learn more about Rsbuild, check out the following resources:

About

The monorepo for microservices and microfrontends used in data augmentation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published