aiberm

Crates.ioaiberm
lib.rsaiberm
version0.1.1
created_at2026-01-06 18:01:40.596818+00
updated_at2026-01-06 18:03:51.206089+00
descriptionAiberm is a Discounted AI API services for developers.
homepagehttps://aiberm.com
repository
max_upload_size
id2026417
size2,799
Folyd (Folyd)

documentation

https://docs.rs/aiberm

README

Aiberm

Aiberm is a Discounted AI API services for developers.

https://aiberm.com

Quick Start

Website

cd website
npm install
npm run dev  # Starts on http://localhost:7380

Environment Setup

Ensure you have the necessary API keys and environment variables configured for your deployment.

Tech Stack

Website

  • Framework: TanStack Start (React-based)
  • Routing: TanStack Router with /@handle profile URLs
  • Styling: TailwindCSS v4
  • Data Fetching: TanStack Query

Extension

  • Platform: Chrome Extension Manifest V3
  • Language: TypeScript
  • Build: Vite + CRXJS
  • Data Collection: DevTools API

Backend

  • AI: OpenAI GPT-4 for product extraction
  • Processing: Automated data analysis

Development

Website Development

cd website
npm install
npm run dev      # Development server
npm run build    # Production build
npm run preview  # Preview production

Extension Development

cd extension
npm install
npm run dev      # Development with hot reload
npm run build    # Production build

API Usage

The extension and website communicate with the backend API for data storage and retrieval.

Contributing

This is currently a private project. For questions or access, please contact the maintainers.

Commit count: 0

cargo fmt