Skip to main content
Home
Web vs Desktop
About
Learning
Services
Support
Start Pilot
AI
Sign In
๐ฅ
Studio
Desktop
Web Consultant
Open menu
๐ฅ
Firebase Studio
OAG CLOUD IDX
โก Full-Stack Next.js 16 + React 19
๐๏ธ Oracle CEMLI / RICEFW Suite
๐ Enterprise Microservice API
๐ Python AI & ETL Pipeline
๐ก๏ธ Oracle Apps DBA Toolkit
DevServer Active (:3000)
main
Preview
Terminal
Export ZIP
Deploy
AI
page.tsx
layout.tsx
route.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
export default function HomePage() { return ( <main className="min-h-screen bg-slate-950 text-slate-100 p-8 flex flex-col items-center justify-center"> <div className="max-w-xl w-full bg-slate-900 border border-slate-800 rounded-2xl p-8 shadow-2xl"> <div className="inline-flex items-center gap-2 px-3 py-1 rounded-full bg-orange-500/10 border border-orange-500/20 text-orange-400 text-xs font-mono font-semibold mb-4"> ๐ฅ Firebase App Hosting Ready </div> <h1 className="text-3xl font-black tracking-tight text-white mb-2"> Enterprise Cloud Portal </h1> <p className="text-slate-400 text-sm leading-relaxed mb-6"> Built with Next.js 16, React 19, and Tailwind CSS in OracleAppsGuide Firebase Studio. </p> <div className="grid grid-cols-2 gap-3 mb-6"> <div className="p-3 bg-slate-800/50 rounded-xl border border-slate-700/50"> <span className="text-xs text-slate-400">Status</span> <p className="text-emerald-400 font-bold text-sm">Active (200 OK)</p> </div> <div className="p-3 bg-slate-800/50 rounded-xl border border-slate-700/50"> <span className="text-xs text-slate-400">Target</span> <p className="text-blue-400 font-bold text-sm">Cloud Run Autoscaling</p> </div> </div> <button className="w-full py-2.5 px-4 rounded-xl bg-blue-600 hover:bg-blue-500 font-semibold text-white transition-all shadow-lg shadow-blue-500/25"> Explore Services </button> </div> </main> ); }
Lines: 31 | Chars: 1607
Spaces: 2
UTF-8
TypeScript React (TSX)
๐ฅ Firebase App Hosting Ready
Enterprise Cloud Portal
Live preview compiled by Turbopack in Firebase Studio for
firebase-studio-app
.
DevServer
200 OK
Hosting Target
Cloud Run
Trigger Live Preview Action
TERMINAL
OUTPUT
PROBLEMS
0
PORTS
๐ฅ Firebase Studio (Cloud IDX Engine) initialized.
โ Turbopack local dev server ready on http://localhost:3000
studio@oag-cloud
:
~/workspace
$