{"id":15978477,"url":"https://github.com/bholmesdev/whiteboard-the-conf","last_synced_at":"2026-05-17T15:07:41.229Z","repository":{"id":200509346,"uuid":"705670986","full_name":"bholmesdev/whiteboard-the-conf","owner":"bholmesdev","description":"Whiteboard conf concept as seen on Learn with Jason","archived":false,"fork":false,"pushed_at":"2023-12-21T17:58:39.000Z","size":371,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T03:16:37.898Z","etag":null,"topics":["astro","video"],"latest_commit_sha":null,"homepage":"https://whiteboard-the-conf.pages.dev/","language":"TypeScript","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/bholmesdev.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":"2023-10-16T13:21:45.000Z","updated_at":"2024-07-13T18:03:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"6d12fb33-b96a-452a-8103-5952b7585355","html_url":"https://github.com/bholmesdev/whiteboard-the-conf","commit_stats":null,"previous_names":["bholmesdev/whiteboard-the-conf"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bholmesdev%2Fwhiteboard-the-conf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bholmesdev%2Fwhiteboard-the-conf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bholmesdev%2Fwhiteboard-the-conf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bholmesdev%2Fwhiteboard-the-conf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bholmesdev","download_url":"https://codeload.github.com/bholmesdev/whiteboard-the-conf/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247226215,"owners_count":20904465,"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":["astro","video"],"created_at":"2024-10-07T23:20:44.469Z","updated_at":"2025-10-16T20:35:23.444Z","avatar_url":"https://github.com/bholmesdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Whiteboard the Conf 📢\n\nThe greatest gathering of web devs and whiteboardists on earth.\n\n\u003e This is a totally real conference, I swear\n\u003e ~ @bholmesdev\n\n## 🚀 Project Structure\n\nThis project uses the ASC stack: Astro, Svelte, and Cloudflare workers. It's bASiCally the perfect pick for a viral event site.\n\nThe essential files are highlighted below:\n\n```bash\n/\n├── public/\n│   └── favicon.svg\n├── src/\n│   ├── lib/\n│   │   ├── lucia.ts # configure Clerk as oauth provider\n│   │   └── schema.sql # scaffold SQLite tables\n│   ├── pages/\n│   │   ├── invite/[username].astro # show dynamic invite link\n│   │   ├── login/clerk # handle sign-in redirects\n│   │   └── user.ts # handle table updates\n└── wrangler.toml # configure SQLite with Cloudflare D1\n```\n\nYou may have noticed we own the user tables. That's because we're treating Clerk like an external auth provider, and storing user info whenever logins are redirected successfully.\n\nIt's a mess, I know. But it let us pull off server-side auth without hacking core Clerk SDKs 🙃\n\n## ⚙️ Run locally\n\nYou can run this project locally with the following steps:\n\n1. Create a Clerk account and retrieve the credentials outlined in the `.env.example`\n2. Run `d1:setup` to scaffold a local Cloudflare database.\n3. Run `dev` to start the dev server.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbholmesdev%2Fwhiteboard-the-conf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbholmesdev%2Fwhiteboard-the-conf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbholmesdev%2Fwhiteboard-the-conf/lists"}