A complete AI-powered SaaS platform with React frontend and Go backend.
synthora-ai/
├── frontend/ # React/TypeScript frontend
├── backend/ # Go backend (to be implemented)
├── README.md # This file
└── .gitignore
The frontend is built with:
- React 18 + TypeScript
- Vite build tool
- Tailwind CSS + shadcn/ui components
- Firebase Authentication
- Framer Motion for animations
cd frontend
npm install
npm run devThe backend will be built with:
- Go 1.22+
- Echo framework
- Firebase Firestore
- OpenAI API integration
- Clean architecture
- AI text generation endpoint
- Firestore-based conversation memory
- Admin dashboard APIs
- Usage tracking system
- Cost estimation logic
- Error logging system
- Role-based admin protection
- Production hardening
Frontend development server runs on http://localhost:5173