Commit Graph

17 Commits

Author SHA1 Message Date
a09001501e Implement dual-model filing pipeline with Ollama extraction 2026-02-28 16:31:25 -05:00
b9f3b7f9d0 Migrate AI runtime to SDK and hardcode Zhipu coding endpoint 2026-02-28 13:59:00 -05:00
937bb3401b feat: add openclaw service to docker compose 2026-02-27 15:11:18 -05:00
f2ac1c426e Migrate stack to SQLite and set Coolify defaults 2026-02-26 15:45:22 -05:00
74fee52c4e chore: commit all changes 2026-02-26 13:26:18 -05:00
ae9f081f90 simplify better-auth integration in elysia routes 2026-02-24 21:04:06 -05:00
11eeafafef Migrate API to Elysia and switch runtime to Bun 2026-02-24 15:50:40 -05:00
468ea5f252 fix deployment by adding postgres service to base compose 2026-02-24 14:02:49 -05:00
52a4ab38d3 implement better-auth auth with postgres and route protection 2026-02-24 13:32:43 -05:00
fd168f607c upgrade dependencies and docker builds to npm latest 2026-02-24 11:20:18 -05:00
bb01311a8a avoid coolify host-port collisions by exposing app port internally 2026-02-24 11:00:13 -05:00
168c05cb71 flatten app to repo root and update docker deployment for single-stack runtime 2026-02-24 00:25:03 -05:00
2987ac06fa remove legacy backend stack and stale deployment docs after rebuild 2026-02-23 23:43:33 -05:00
04e5caf4e1 feat: rebuild fiscal clone architecture and harden coolify deployment 2026-02-23 21:10:39 -05:00
cae7cbb98f Remove social auth and stabilize email/password flow 2026-02-21 23:16:16 -05:00
575bf91ecd Make Docker Compose Coolify-ready 2026-02-20 22:41:21 -05:00
Francesco
da58289eb1 feat: Complete Fiscal Clone deployment package
- SEC filings extraction (10-K, 10-Q, 8-K)
- Portfolio analytics with real-time prices
- Watchlist management
- NextAuth.js authentication
- OpenClaw AI integration
- PostgreSQL database with auto P&L calculations
- Elysia.js backend (Bun runtime)
- Next.js 14 frontend (TailwindCSS + Recharts)
- Production-ready Docker configurations
2026-02-16 03:49:32 +00:00