{"id":26816758,"url":"https://github.com/elliotbraem/everything","last_synced_at":"2026-02-13T03:01:51.014Z","repository":{"id":260554459,"uuid":"876251114","full_name":"elliotBraem/everything","owner":"elliotBraem","description":"Infrastructure for a user owned internet: apps and packages for creating and defining things","archived":false,"fork":false,"pushed_at":"2025-01-06T20:05:38.000Z","size":2582,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T03:35:00.401Z","etag":null,"topics":["everything","near"],"latest_commit_sha":null,"homepage":"https://allthethings.testnet.page","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elliotBraem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2024-10-21T16:45:38.000Z","updated_at":"2025-03-08T04:46:17.000Z","dependencies_parsed_at":"2024-11-01T01:28:23.189Z","dependency_job_id":"b08d80a5-2830-4041-8733-9b83b28aa178","html_url":"https://github.com/elliotBraem/everything","commit_stats":null,"previous_names":["elliotbraem/everything"],"tags_count":0,"template":false,"template_full_name":"NEARBuilders/near-vite-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotBraem%2Feverything","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotBraem%2Feverything/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotBraem%2Feverything/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotBraem%2Feverything/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elliotBraem","download_url":"https://codeload.github.com/elliotBraem/everything/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250514790,"owners_count":21443212,"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":["everything","near"],"created_at":"2025-03-30T03:35:03.809Z","updated_at":"2026-02-13T03:01:50.960Z","avatar_url":"https://github.com/elliotBraem.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- markdownlint-disable MD014 --\u003e\n\u003c!-- markdownlint-disable MD033 --\u003e\n\u003c!-- markdownlint-disable MD041 --\u003e\n\u003c!-- markdownlint-disable MD029 --\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n\u003ch1 style=\"font-size: 2.5rem; font-weight: bold;\"\u003eeverything\u003c/h1\u003e\n\n  \u003cp\u003e\n    \u003cstrong\u003eapps and packages for creating and defining things\u003c/strong\u003e\n  \u003c/p\u003e\n\n\u003c/div\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eTable of Contents\u003c/summary\u003e\n\n- [Getting Started](#getting-started)\n  - [Installing dependencies](#installing-dependencies)\n  - [Running the app](#running-the-app)\n  - [Building for production](#building-for-production)\n  - [Running tests](#running-tests)\n- [Learn more about NEAR](#learn-more-about-near)\n- [Contributing](#contributing)\n\n\u003c/details\u003e\n\n## Getting Started\n\n### Installing dependencies\n\n```bash\npnpm install\n```\n\n### Running the app\n\nFirst, make sure a web4 proxy server is running (see [setup](#running-web4-locally)):\n\n```bash\npnpm run web4:start:testnet\n```\n\nThen start the dev server. This will run the app and the express proxy server.\n\n```bash\npnpm run dev\n```\n\n### Building for production\n\n```bash\npnpm run build\n```\n\n### Running tests\n\n```bash\npnpm run test\n```\n\nSee the full [testing guide](./playwright-tests/README.md).\n\n## Project Structure\n\nThis project is a structured as a monorepo with [Turborepo](https://github.com/vercel/turborepo).\n\n```cmd\n.\n├── apps\n│   ├── api\n│   └── www\n├── packages\n│   ├── config-eslint\n│   ├── config-typescript\n```\n\nIt consists of several components:\n\n- [Vite](https://vitejs.dev/) project using [near-vite-starter template](https://github.com/NEARBuilders/near-vite-start), bundle stored on [NEARFS](https://github.com/vgrichina/nearfs), served through [Web4](https://web4.near.page/)\n\n- Web4 NEAR login to authorize a local-first session with [Jazz](https://jazz.tools/) for data storage and sync\n\n- Types stored on-chain in the [social-db](https://github.com/NearSocial/social-db)\n\n- Express proxy server for Open AI requests to gpt-4o-mini for NLP and structured outputs\n\n- Automatic form generation based on JSON Schemas, using [react-jsonschema-form](https://rjsf-team.github.io/react-jsonschema-form/docs/)\n\n## Learn more about NEAR\n\nTo learn more about NEAR, take a look at the following resources:\n\n- [NEAR Developer Portal](https://dev.near.org/) - homebase for near developers.\n- [NEAR Documentation](https://docs.near.org) - learn about NEAR.\n- [Frontend Docs](https://docs.near.org/build/web3-apps/quickstart) - learn about this example.\n\nYou can check out [the NEAR repository](https://github.com/near) - your feedback and contributions are welcome!\n\n## Running web4 locally\n\n1. Install [mkcert](https://mkcert.dev/).\n2. Install local certificate authority (this allows browser to trust self-signed certificates):\n\n   ```bash\n   mkcert -install\n   ```\n\n3. Create `*.near.page` SSL certificate and store these at the project root:\n\n   ```bash\n   mkcert \"*.near.page\"\n   ```\n\n4. Run `web4` man-in-the-middle proxy locally:\n\n   ```bash\n   IPFS_GATEWAY_URL=https://ipfs.near.social NODE_ENV=mainnet WEB4_KEY_FILE=./_wildcard.near.page-key.pem WEB4_CERT_FILE=./_wildcard.near.page.pem npx web4-near\n   ```\n\n5. May have to configure hosts on MacOS:\n\n```bash\nsudo sh -c 'echo \"127.0.0.1 every.near.page\" \u003e\u003e /etc/hosts'\n```\n\n6. Run the web4 proxy server for designated network\n\n```bash\npnpm run web4:start:testnet\n```\n\n## Deploy to web4\n\nTo deploy the main app, go to `/apps/www`, then follow the below:\n\n1. Build the project\n\n```cmd\npnpm run build\n```\n\n2. Create a web4 subaccount of your master account (this will be your domain).\n\n```cmd\nnear account create-account fund-myself web4.MASTER_ACCOUNT.testnet '1 NEAR' autogenerate-new-keypair save-to-keychain sign-as MASTER_ACCOUNT.testnet network-config testnet sign-with-keychain send`\n```\n\nBe sure to \"Store the access key in legacy keychain\"!\n\n3. Run web4-deploy to upload production bundle to nearfs and deploy it to a minimum-web4 contract to your account.\n\n```cmd\nnpx github:vgrichina/web4-deploy dist web4.MASTER_ACCOUNT.testnet --deploy-contract --nearfs\n```\n\nDeploy shoudl be accessible and your website accessible at\n\n`testnet`: MASTER_ACCOUNT.testnet.page\n\n`mainnet`: MASTER_ACCOUNT.near.page\n\n## Contributing\n\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\nIf you're interested in contributing to this project, please read the [contribution guide](./CONTRIBUTING).\n\n\u003cdiv align=\"right\"\u003e\n\u003ca href=\"https://nearbuilders.org\" target=\"_blank\"\u003e\n\u003cimg\n  src=\"https://builders.mypinata.cloud/ipfs/QmWt1Nm47rypXFEamgeuadkvZendaUvAkcgJ3vtYf1rBFj\"\n  alt=\"Near Builders\"\n  height=\"40\"\n/\u003e\n\u003c/a\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felliotbraem%2Feverything","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felliotbraem%2Feverything","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felliotbraem%2Feverything/lists"}