Documentation Index
Fetch the complete documentation index at: https://help.aicontentstudio.net/llms.txt
Use this file to discover all available pages before exploring further.
Overview
AiContentStudio uses a React frontend with Vite, a Node/Express backend, and Firebase for authentication and data services.Frontend
- Entry:
src/main.tsx - App shell and routes:
src/App.tsx - Pages:
src/pages/* - Shared components:
src/components/*
Backend
- Runtime server:
server.js - TypeScript server source:
server.ts
Data and auth
- Firebase setup:
src/firebase.ts - Firestore helpers:
src/lib/firestore.ts - Security rules:
firestore.rules