You are browsing as a guest. Sign up (or log in) to start making projects!

Open comments for this post

8h 22m 46s logged

devlog 001 - i started making the app

Date: 2026-06-14

This update was big because Onara is not just plans anymore. I added real app
code inside Onara_Code.

Before this, it was mostly wiki pages, task lists, and design references. Now it
has a real frontend and Supabase setup.

what I built

Next.js app
landing page
auth pages
dashboard
business build flow
Google Places search
agent progress screen
Supabase migrations
Supabase edge functions

The app now has login, signup, password reset, protected dashboard routes, a
contractor landing page, and a 4-step build flow:

Find -> Confirm -> Style -> Generate

I also added the mock agent progress screen. It shows the 10 agents running,
streams progress, updates a preview, and has a fake retry moment. It is not the
real backend yet, but it makes the frontend flow feel real.

Supabase now has migrations for users, projects, pipeline jobs, revisions, RLS,
auth triggers, and cron jobs. I also added edge functions for trial downgrade,
revision reset, and Stripe webhook handling.

what is still missing

The big missing thing is:

Onara_Code/pipeline/

That is where the FastAPI server needs to go.

Still needed:

FastAPI app
/generate endpoint
/health endpoint
real agents
AI client
RAG
deployment code
account/billing pages
Stripe checkout route

verification

I tried:

npm run type-check

but it failed because dependencies are not installed:

tsc: not found

next

Next step:

Build the FastAPI server.

That is what turns the fake agent progress flow into the real Onara AI pipeline.

0
1

Comments 0

No comments yet. Be the first!