{"id":27147839,"url":"https://github.com/manineedtosleep/project_scp","last_synced_at":"2026-05-09T15:06:15.558Z","repository":{"id":257842661,"uuid":"856404351","full_name":"ManINeedToSleep/Project_SCP","owner":"ManINeedToSleep","description":"An immersive web-based simulation of the SCP Foundation database with realistic terminal interface, security clearance system, and atmospheric design. Access SCP files, personnel records, and interact with a command-line console in this fan project.","archived":false,"fork":false,"pushed_at":"2025-03-23T00:45:37.000Z","size":290,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T01:24:55.221Z","etag":null,"topics":["anomalies","command-line-interface","containment","css3","dark-theme","fiction","html5","interactive-fiction","javascript","role-playing","scp-foundation","security-clearance","terminal-simulator","user-interface","web-application"],"latest_commit_sha":null,"homepage":"https://manineedtosleep.github.io/Project_SCP/index.html","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ManINeedToSleep.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-09-12T14:21:06.000Z","updated_at":"2025-03-23T00:45:41.000Z","dependencies_parsed_at":"2024-10-16T17:10:22.677Z","dependency_job_id":null,"html_url":"https://github.com/ManINeedToSleep/Project_SCP","commit_stats":null,"previous_names":["manineedtosleep/project_scp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManINeedToSleep%2FProject_SCP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManINeedToSleep%2FProject_SCP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManINeedToSleep%2FProject_SCP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManINeedToSleep%2FProject_SCP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ManINeedToSleep","download_url":"https://codeload.github.com/ManINeedToSleep/Project_SCP/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247838415,"owners_count":21004576,"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","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":["anomalies","command-line-interface","containment","css3","dark-theme","fiction","html5","interactive-fiction","javascript","role-playing","scp-foundation","security-clearance","terminal-simulator","user-interface","web-application"],"created_at":"2025-04-08T11:51:21.300Z","updated_at":"2026-05-09T15:06:15.503Z","avatar_url":"https://github.com/ManINeedToSleep.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SCP Foundation Access Portal\n\nA web-based interactive project themed around the SCP Foundation universe. This project simulates an access portal to the SCP Foundation's database, featuring realistic terminal interfaces, personnel records, and SCP object files.\n\n## Overview\n\nThe SCP Foundation Access Portal provides an immersive experience that simulates accessing a secure database of anomalous objects and entities. The interface features:\n\n- Terminal-based login system with simulated security protocols\n- Dynamic display of SCP entries based on user clearance level\n- Personnel file management and viewing\n- Interactive terminal console with simulated file system\n- Atmospheric design with multiple theme options\n\n## Features\n\n### Security Clearance System\n- Users are assigned random clearance levels (1-5) upon login\n- Access to SCP entries and personnel files is restricted based on clearance\n- Higher clearance levels reveal more sensitive information\n\n### SCP Database\n- Detailed SCP entries with containment procedures, descriptions, and incident reports\n- Object class visualization (Safe, Euclid, Keter, etc.)\n- Secure viewing interface with appropriate warnings and notices\n\n### Personnel Files\n- View detailed records of Foundation personnel\n- Information includes biography, psychological profiles, notable incidents, and achievements\n- Access restricted by security clearance\n\n### Terminal Console\n- Fully interactive command-line interface\n- Simulated file system with Foundation-themed content\n- Built-in commands including help, ls, cat, man, whoami, and more\n\n### Visual Themes\n- Multiple visual themes to customize the experience\n- Terminal-like interface with scanlines and visual effects\n- Dynamic typing animations for authentic terminal feel\n\n## Project Structure\n\n```\nProject_SCP/\n├── assets/              # Static assets\n│   ├── css/             # Stylesheets\n│   ├── images/          # Images and icons\n│   └── js/              # JavaScript files\n├── components/          # Web components\n│   ├── personnel-file.js    # Personnel file viewer component\n│   ├── scp-viewer.js        # SCP entry viewer component  \n│   ├── terminal-console.js  # Terminal console component\n│   └── terminal-typer.js    # Text typing animation component\n├── data/                # Data repositories\n│   ├── personnel-data.js    # Personnel information\n│   └── scp-data.js          # SCP entries\n└── templates/           # HTML templates\n    └── pages/               # Page templates\n        ├── dashboard.html   # Main dashboard\n        ├── login.html       # Authentication page\n        └── terminal.html    # Terminal interface\n```\n\n## Usage\n\n1. Open the `index.html` file to start your SCP Foundation experience\n2. Login with the following credentials:\n   - Username: `Dr.Bright963`\n   - Password: `DrBr1ght1sC00L`\n3. Navigate through the dashboard to access SCP files, personnel records, or the terminal\n4. Use the settings icon to change visual themes\n\n## Terminal Commands\n\nThe terminal interface supports a variety of commands:\n\n- `help` - Display available commands\n- `ls` - List available files\n- `cat [filename]` - Display file contents\n- `status` - Display system status information\n- `protocol [name]` - View protocol information\n- `whoami` - Display current user information\n- `date` - Display current date and time\n- `clear` - Clear the terminal screen\n- `logout` or `exit` - Exit the terminal\n\n## Important Files\n\nThe system provides access to several key files:\n\n- `about.txt` - Information about the SCP Foundation terminal system\n- `clearance.txt` - Details on security clearance levels\n- `protocols.txt` - Information on Foundation protocols\n- `help.txt` - List of available commands\n- `history.txt` - Command history log\n\n## Themes\n\n- **Default** - Classic green terminal interface\n- **Night** - Blue text on black background\n- **Ice** - Light blue interface with dark background\n- **Demon** - Red theme for emergency protocols\n- **Galaxy** - Purple interface for an otherworldly experience\n\n## Security Clearance Levels\n\n- **Level 1: Confidential** - Access to Safe class SCPs only\n- **Level 2: Restricted** - Access to Safe and Euclid class SCPs\n- **Level 3: Secret** - Access to Safe, Euclid, and Keter class SCPs\n- **Level 4: Top Secret** - Access to most SCPs including Thaumiel class\n- **Level 5: O5 Command** - Unrestricted access to all Foundation data\n\n## Credits\n\nThis project is based on the SCP Foundation creative fiction writing project (http://www.scpwiki.com/).\n\nThe SCP Foundation and all related concepts are licensed under Creative Commons Attribution-ShareAlike 3.0 (CC BY-SA 3.0).\n\nThis is a fan project and is not officially affiliated with or endorsed by the SCP Foundation.\n\n## Future Development Plans\n\n- Expanded SCP database with more entries\n- Additional terminal commands and functionality\n- Mobile-responsive design improvements\n- More interactive elements and animations\n- Expanded lore and Foundation documents\n- Dedicated pages for individual SCP entries with full documentation\n- Comprehensive MTF (Mobile Task Force) profile pages\n- Detailed Personnel dossier pages with complete career history\n- Fully functional terminal interface with expanded command set and filesystem\n- Interactive containment breach simulation events\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanineedtosleep%2Fproject_scp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanineedtosleep%2Fproject_scp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanineedtosleep%2Fproject_scp/lists"}