Skip to content

Pebble v0.1.0 - Core Platform Milestone

Latest

Choose a tag to compare

@SAYOUNCDR SAYOUNCDR released this 12 Apr 19:15
· 22 commits to main since this release

Pebble v0.1.0

Pebble v0.1.0 is the first end-to-end milestone for the manual-to-checklist platform.


🚀 Highlights

  • New Pebble branding and redesigned landing page
  • React frontend fully aligned to Express API flow
  • Express + TypeScript orchestration layer active
  • FastAPI AI pipeline integrated (ingest, build, generate, verify)
  • Auth module (register, login, me) enabled
  • Manual upload and metadata persistence implemented
  • Async checklist job orchestration with BullMQ + Redis
  • Job polling and checklist retrieval pages available
  • Updated project documentation and local run instructions

🏗️ Architecture

  • Frontend: React + Vite
  • API: Node.js + Express + TypeScript
  • AI Engine: Python + FastAPI
  • Data/Queue: MongoDB + Redis + BullMQ

📌 Notes

This version represents the first fully connected system where:

  • User input → processed via API → AI pipeline → checklist output
  • Background jobs are handled asynchronously
  • Full-stack integration is functional end-to-end