Public portfolio layer for The 33rd House — a creative technology, cultural archive, sacred-library, and digital platform ecosystem.
This repository is intended to present public-facing portfolio material for The 33rd House. It should be used for selected project summaries, web presentation assets, documentation, and safe public information about the broader ecosystem.
The portfolio should stay clean, verifiable, and professional. It is not a storage location for private business records, personal identity documents, credentials, legal material, or deployment secrets.
- Digital platform development
- Sacred-library and knowledge-system architecture
- Curriculum and cultural archive design
- Creative technology and public web presentation
- Full-stack product infrastructure
- Portfolio-grade documentation
Use this repository for:
- Public portfolio content
- Non-sensitive project documentation
- Public website assets
- High-level product and ecosystem descriptions
- Safe examples and templates
Do not use this repository for:
- API keys, tokens, passwords, or private credentials
.envor production configuration files- Private emails, phone numbers, addresses, or identity documents
- Internal legal, financial, tenancy, or account-recovery records
- Private backend URLs, database strings, or deployment secrets
This repository follows a public-repo security baseline:
- Keep secrets out of Git.
- Store production credentials only inside the deployment provider or secret manager.
- Use
.env.examplefor placeholders only. - Review connected apps, deploy keys, and collaborators regularly.
- Use pull requests for material changes where possible.
/
├── README.md
├── SECURITY.md
├── CONTRIBUTING.md
├── .env.example
├── .gitignore
├── public/
├── src/
└── docs/
Active public portfolio repository for The 33rd House.
Maintained under the The33rdHouse GitHub organization.