{"id":31681334,"url":"https://github.com/romanslack/skema","last_synced_at":"2025-10-08T07:48:18.224Z","repository":{"id":303155439,"uuid":"1014569829","full_name":"RomanSlack/Skema","owner":"RomanSlack","description":"Skema is a clean, AI-integrated productivity dashboard that unifies idea management, scheduling, and journaling into one seamless interface. Built with a modern Next.js + FastAPI stack and powered by OpenAI, Skema lets you create and organize entries via natural language—typed or spoken.","archived":false,"fork":false,"pushed_at":"2025-07-13T16:40:29.000Z","size":207,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-13T17:23:04.438Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RomanSlack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-06T01:35:10.000Z","updated_at":"2025-07-13T16:40:32.000Z","dependencies_parsed_at":"2025-07-06T02:39:28.272Z","dependency_job_id":"a5f21959-d681-4098-ad10-7b7a0492aa04","html_url":"https://github.com/RomanSlack/Skema","commit_stats":null,"previous_names":["romanslack/skema"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RomanSlack/Skema","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomanSlack%2FSkema","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomanSlack%2FSkema/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomanSlack%2FSkema/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomanSlack%2FSkema/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RomanSlack","download_url":"https://codeload.github.com/RomanSlack/Skema/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomanSlack%2FSkema/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278909712,"owners_count":26066887,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-08T07:48:00.289Z","updated_at":"2025-10-08T07:48:18.215Z","avatar_url":"https://github.com/RomanSlack.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Skema\n\n[![Next.js](https://img.shields.io/badge/Next.js-15.2.0-black?logo=next.js)](https://nextjs.org/)\n[![FastAPI](https://img.shields.io/badge/FastAPI-0.100+-green?logo=fastapi)](https://fastapi.tiangolo.com/)\n[![PostgreSQL](https://img.shields.io/badge/PostgreSQL-15-blue?logo=postgresql)](https://postgresql.org/)\n[![TypeScript](https://img.shields.io/badge/TypeScript-5.0+-blue?logo=typescript)](https://typescriptlang.org/)\n[![Docker](https://img.shields.io/badge/Docker-Ready-blue?logo=docker)](https://docker.com/)\n[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n![Skema Screenshot](images/skema-hero.png)\n\nA modern productivity platform that unifies task management, calendar scheduling, journaling, and AI-powered assistance into a single, elegant application.\n\n[![Watch Demo](https://img.shields.io/badge/Watch%20Demo-YouTube-red?logo=youtube)](https://youtu.be/WxA-utyliIw)\n\n## Tech Stack\n\n**Frontend:** Next.js 15 + React 19 + TypeScript + Tailwind CSS  \n**Backend:** FastAPI + SQLModel + PostgreSQL + Redis  \n**AI Integration:** OpenAI GPT-4 + Serper Search API  \n**Infrastructure:** Docker + Nginx + WebSocket support\n\n## Features\n\n### Core Applications\n- **Quest Management**: Daily task tracking with completion status and due dates\n- **Kanban Boards**: Visual project management with drag-and-drop functionality\n- **Calendar Integration**: Schedule events with timezone-aware time management\n- **Journal Entries**: Rich text journaling with mood tracking and search capabilities\n- **AI Assistant**: Natural language interaction with intelligent task automation\n- **Global Search**: Unified search across all content types with relevance scoring\n\n### Technical Capabilities\n- Real-time collaboration with WebSocket connections\n- Responsive design with dark theme and custom color palettes\n- Production-ready authentication and security measures\n- Voice-enabled input with Whisper transcription\n- Timezone conversion and Eastern Time defaults\n- Comprehensive search functionality across all data types\n\n## Development Setup\n\n### Prerequisites\n- Docker \u0026 Docker Compose\n- Git\n- Node.js 18+ and Python 3.11+ (for local development)\n\n### Quick Start\n\n1. **Clone and setup**\n   ```bash\n   git clone \u003crepository-url\u003e\n   cd Skema\n   cp .env.example .env\n   ```\n\n2. **Start with Docker**\n   ```bash\n   docker-compose up -d\n   ```\n\n3. **Access the application**\n   - Frontend: http://localhost:3000\n   - Backend API: http://localhost:8000\n   - API Documentation: http://localhost:8000/docs\n\n### Local Development\n\n**Frontend:**\n```bash\ncd Frontend\nnpm install\nnpm run dev\n```\n\n**Backend:**\n```bash\ncd Backend\npython -m venv venv\nsource venv/bin/activate  # or venv\\Scripts\\activate on Windows\npip install -r requirements.txt\nuvicorn app.main:app --reload\n```\n\n## Application Overview\n\n### Main Features\n\n**Dashboard**\n- Daily quest tracking with completion status\n- Upcoming calendar events with Eastern Time display\n- Recent journal entries and mood tracking\n- Voice-enabled quick add functionality\n\n**Quest Management**\n- Create and track daily tasks\n- Set due dates and times\n- Mark items complete with visual feedback\n- Search and filter quest history\n\n**Calendar**\n- Multiple view modes (month, week, day)\n- Timezone-aware event creation and display\n- Event editing and deletion capabilities\n- Integration with AI for natural language scheduling\n\n**Journal**\n- Rich text entries with mood tracking\n- Tag-based organization and search\n- Date-based filtering and navigation\n- Export and backup capabilities\n\n**Search**\n- Global search across all content types\n- Filter by content type (quests, events, journal entries, boards)\n- Relevance-based result ranking\n- Quick access to any stored information\n\n## API Documentation\n\n### Core Endpoints\n\n**Authentication**\n- `POST /api/auth/register` - User registration\n- `POST /api/auth/login` - User authentication\n- `GET /api/auth/me` - Current user information\n\n**Quest Management**\n- `GET /api/quest` - List user quests\n- `POST /api/quest` - Create new quest\n- `PUT /api/quest/{id}` - Update quest status\n\n**Calendar**\n- `GET /api/calendar/events` - List calendar events\n- `POST /api/calendar/events` - Create new event\n- `PUT /api/calendar/events/{id}` - Update event\n\n**Journal**\n- `GET /api/journal/entries` - List journal entries\n- `POST /api/journal/entries` - Create entry\n- `GET /api/journal/search` - Search entries\n\n**AI Integration**\n- `POST /api/ai/conversation` - Process AI requests\n- `POST /api/ai/transcribe` - Voice transcription\n\nComplete API documentation: http://localhost:8000/docs\n\n## Configuration\n\n### Environment Variables\n\nKey configuration options:\n\n```bash\n# Backend API\nNEXT_PUBLIC_API_URL=http://localhost:8000\nNEXT_PUBLIC_WS_URL=ws://localhost:8000\n\n# AI Integration\nOPENAI_API_KEY=your-openai-key\nSERPER_API_KEY=your-serper-key\n\n# Security\nSECRET_KEY=your-secret-key\nDATABASE_URL=postgresql://user:pass@localhost:5432/skema\n```\n\n## License\n\nMIT License - see [LICENSE](LICENSE) for details.\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch\n3. Make your changes with tests\n4. Submit a pull request\n\nBuilt for modern productivity workflows.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromanslack%2Fskema","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromanslack%2Fskema","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromanslack%2Fskema/lists"}