Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 862 Bytes

File metadata and controls

20 lines (16 loc) · 862 Bytes

Clipi - Project Architecture

Technology Stack

  • Backend: Go (Golang) with SQLite3
  • Frontend (Mobile): React Native with Tamagui and Gluestack UI
  • Dependency Management: uv for Python (if applicable), npm/yarn for JS/TS, go mod for Go.

Core Logic Flow

Clipi is a personal clipboard synchronization tool.

  • Backend: Handles data persistence and API endpoints for fetching/storing notes.
  • Frontend: Provides the user interface for interacting with synchronized clipboard content.

Data Schema (SQLite)

  • notes.db: Likely contains tables for clips/notes with content and timestamps.

Directory Structure

  • back/: Go backend source code.
  • clipiFrontC/clipiFrontC: C# .Net Muai Brazor Hybrid mobile application.
  • utils/: Shared utilities (likely Python based on research).
  • .aidocs/: Internal documentation.