aiberm 0.1.1

Aiberm is a Discounted AI API services for developers.
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 2.33 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.06 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Folyd

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.