Guideed.ai is a "Safe-to-Fail" school governance platform designed to empower parents and improve school transparency through data-driven feedback and interactive incident management.
- Parent Support Dashboard: A central hub for active support and situational awareness.
- Interactive Incident Management: Visualizes the escalation ladder from Teacher to Board.
- Survey Feedback Module: Synthesizes parent feedback into Board-aligned objectives.
- Admin Portal: Comprehensive analytics and reporting for school administrators.
- Human-in-the-Loop Email Workflows: Draft-first email integration for sensitive communications.
- Framework: Next.js (App Router)
- Database/Auth: Supabase
- Styling: Tailwind CSS
- Animations: Framer Motion
- Node.js 20+
- npm
-
Clone the repository:
git clone https://github.com/NathanWCarlson/guideed.ai.git
-
Install dependencies:
npm install
-
Set up environment variables: Copy
.env.local.exampleto.env.localand fill in your Supabase and OpenAI credentials. -
Run the development server:
npm run dev
This project uses GitHub Actions for Continuous Integration. The workflow is defined in .github/workflows/ci.yml and runs on every push to the main branch.
Current Status: ✅ First successful build achieved!
The CI pipeline includes:
- ESLint code quality checks
- TypeScript compilation
- Next.js production build
- Environment variable validation
Next Steps (PI-9):
- Production deployment to Vercel
- Automated testing integration
- Preview deployments for PRs
- Product Requirements Document (PRD)
- Product Roadmap
- Deployment Guide
- Email Setup Guide
- Implementation Summary
- Workspace Maintenance Skill
Program Increment 9 (Feb 6-20, 2026) focuses on:
- 🚀 Production Deployment (Vercel)
- 🗄️ Database Migrations & Schema Management
- 🎯 Core Feature Completion
- 🧪 Testing Infrastructure
- 🛠️ Developer Experience Improvements
See docs/ROADMAP.md for detailed planning.
Created by Antigravity AI