Platform pembantu guru dalam membuat dan menyampaikan pembelajaran yang lebih interaktif
Insperasi adalah platform yang membantu guru membuat modul ajar dan menyampaikannya dalam format yang lebih interaktif kepada siswa. Platform ini independen dari sistem sekolah, memungkinkan guru untuk berkreasi dan berinovasi dalam pembelajaran.
-
Guru
- Ingin membuat pembelajaran lebih interaktif
- Mencari cara efisien membuat modul ajar
- Perlu platform untuk menyampaikan materi tambahan
- Ingin tracking progress siswa
-
Siswa/Orangtua
- Butuh akses materi tambahan
- Ingin belajar dengan cara yang lebih interaktif
- Perlu tracking progress pembelajaran
Problem | Solution | Priority |
---|---|---|
Pembuatan modul ajar manual memakan waktu | Generator modul ajar otomatis | High |
Sulit membuat pembelajaran interaktif | Template aktivitas & quiz system | High |
Materi pembelajaran tersebar | Centralized content management | Medium |
Tracking progress manual | Automated progress tracking | Medium |
Problem | Solution | Priority |
---|---|---|
Akses materi terbatas | Centralized learning content | High |
Pembelajaran kurang interaktif | Interactive learning tools | High |
Sulit mengukur kemajuan | Progress tracking system | Medium |
Jadwal pembelajaran berantakan | Calendar & reminder system | Low |
-
Account Creation
- Role-based (teacher/student)
- Basic profile
- Class management
-
Dashboard
- Role-specific views
- Quick actions
- Activity overview
-
For Teachers
- Create virtual class
- Generate class code
- Manage students
- Assign content
-
For Students
- Join via code
- Access materials
- Submit assignments
- View progress
-
Basic Generation
- Convert CP to tujuan pembelajaran
- Generate pertanyaan pemantik
- Create activity templates
-
Content Management
- Upload materials
- Organize content
- Share resources
-
Quiz System
- Create quizzes
- Auto-grading
- Result analytics
-
Progress Tracking
- Completion status
- Performance metrics
- Achievement system
graph LR
A[Register/Login] --> B[Create Class]
B --> C[Generate Code]
C --> D[Create Module]
D --> E[Assign Content]
E --> F[Monitor Progress]
graph LR
A[Register/Login] --> B[Enter Code]
B --> C[Join Class]
C --> D[Access Content]
D --> E[Complete Activities]
E --> F[Track Progress]
- Single Page Application
- Responsive design
- Offline capability
- Cross-browser support
- RESTful API
- Secure authentication
- File management
- Real-time updates
- Cloud hosting
- CDN integration
- Database backup
- SSL security
-
Engagement
- Daily active users
- Time spent per session
- Feature usage rate
-
Learning
- Content completion rate
- Quiz performance
- Student progress
-
Technical
- Load time < 3s
- Uptime > 99%
- Error rate < 1%
- Advanced analytics
- AI-powered recommendations
- Community features
- Marketplace integration
- Parent portal
Tech Stack: React, NextJS, TypeScript, Tailwind CSS, shadcn/ui, Supabase
- Initialize Next.js project with TypeScript
- Configure Tailwind CSS and shadcn/ui
- Setup project architecture and folder structure
- Configure Supabase project and initial schema
- Implement login/register flows
- Setup email verification system
- Create password reset functionality
- Configure protected routes
- Build user profile management
- Implement role-based access control
- Setup profile image handling with Supabase
- Create account settings interface
- Design and implement responsive layout
- Build role-based navigation
- Create mobile-friendly design
- Implement theme switching
- Create dashboard layout with metrics
- Build quick actions panel
- Implement activity feed
- Design class overview cards
- Build active classes display
- Create assignments view
- Implement progress indicators
- Design learning materials access
- Build class creation workflow
- Implement class code generation
- Create class settings interface
- Design member management system
- Create class joining process
- Build class overview interface
- Implement member listing
- Design basic class interactions
- Create modul creation interface
- Implement subject/grade management
- Build learning objectives system
- Design period configuration
- Build module organization system
- Create content templates
- Implement content editor
- Setup draft saving system
- Implement file upload system
- Create file organization structure
- Build media library interface
- Setup file access control
- Create content categorization
- Implement search functionality
- Build filter and sort system
- Design content sharing
- Build quiz builder interface
- Implement multiple question types
- Create quiz settings system
- Design question bank
- Create quiz distribution system
- Implement auto-grading
- Build results dashboard
- Design basic analytics
- Create content viewing system
- Build quiz taking interface
- Implement progress tracking
- Design achievement system
- Create assignment management
- Implement grade book
- Build progress monitoring
- Design performance insights
- Create interactive calendar
- Build event management
- Implement schedule planning
- Design due date tracking
- Build assignment scheduler
- Create course planning features
- Implement timeline visualization
- Design resource allocation
- Implement in-app notifications
- Setup email notifications
- Create notification preferences
- Design notification center
- Build announcement system
- Implement basic messaging
- Create communication preferences
- Design activity feeds
- Configure authentication
- Design and implement database schema
- Setup storage buckets
- Configure real-time subscriptions
- Organize component library
- Setup state management
- Create API integration patterns
- Implement error handling
- Setup CI/CD pipeline
- Configure development and production environments
- Setup basic monitoring
- Implement backup strategy
This is a Next.js project bootstrapped with create-next-app
and Typescript support.
And use some popular library like:
- tailwindcss
- shadcn ui
- mdx
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Geist, a new font family for Vercel.
npx shadcn@latest add <component-name>