{"id":21700751,"url":"https://github.com/levelupjosh-dev/oday","last_synced_at":"2026-04-14T03:32:17.180Z","repository":{"id":135619298,"uuid":"503915248","full_name":"LevelUpJosh-dev/Oday","owner":"LevelUpJosh-dev","description":"Oday is a small JS framework built on Deno to quickly deploy an extremely performant website using Deno and deno deploy.","archived":false,"fork":false,"pushed_at":"2022-06-24T13:35:35.000Z","size":449,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-01T04:26:32.462Z","etag":null,"topics":["deno","denodeploy","framework","frameworks","template","templates"],"latest_commit_sha":null,"homepage":"https://oday.land","language":"JavaScript","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/LevelUpJosh-dev.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}},"created_at":"2022-06-15T20:38:28.000Z","updated_at":"2022-07-02T00:42:18.000Z","dependencies_parsed_at":"2024-03-12T16:21:35.964Z","dependency_job_id":"fa2d569b-daa9-4433-8ffe-3ebdb92f3273","html_url":"https://github.com/LevelUpJosh-dev/Oday","commit_stats":null,"previous_names":["levelupjosh-dev/oday"],"tags_count":2,"template":true,"template_full_name":null,"purl":"pkg:github/LevelUpJosh-dev/Oday","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LevelUpJosh-dev%2FOday","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LevelUpJosh-dev%2FOday/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LevelUpJosh-dev%2FOday/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LevelUpJosh-dev%2FOday/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LevelUpJosh-dev","download_url":"https://codeload.github.com/LevelUpJosh-dev/Oday/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LevelUpJosh-dev%2FOday/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31781292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["deno","denodeploy","framework","frameworks","template","templates"],"created_at":"2024-11-25T20:16:37.049Z","updated_at":"2026-04-14T03:32:17.158Z","avatar_url":"https://github.com/LevelUpJosh-dev.png","language":"JavaScript","readme":"## Small Fast Measured\n\nHello, my name is Joshua Rei, I am Sr. Full Stack Developer with Red Van Workshop.\n\nI am a passionate, creative individual with a drive to learn and create. Over the years.\nI have spent time on many personal projects. Which I have been too afraid to expose in any \npublic forum. So here goes nothing...\n\nIf you end up reading this, if nothing else. Thanks for your interest, whether it's in my \n- Project/s\n- Articles (More to Come)\n- Videos (More to Come)\n\n### Your interest and time are appreciated. Everything I do is to educate myself and my peers.\n\nOday is a small, fast JS framework built on Deno. It quickly allows you to deploy an\nextremely performant website using Deno and Deno deploy. It uses Bootstrap 5 as a toolkit for\ncreating templates and consistent experiences using class-based styling. Once you use the template, you are free to use\nwhatever modules can be included in Deno proper and some cross Deno/Browser modules.\nCurrently, Bootstrap is\nthe only dependency in the project. Because of the nature of Deno's dependency management, simply removing the Bootstrap inclusion is\nall that is required to remove this dependency. Due to the nature of Oday, you could just remove that entry in the Oday.YAML data modal or toggle Resource enable flag. More on this later.\n\nMy goal was to design an architecture that was as close to pure JavaScript as I could make it. \n\n## Why? \n\nDeno feels like a natural transition in web and server-side JavaScript development. Continue to align and gain parity with modern browser and JavaScript standards. In doing so, the hope is we can create fluid, practical functionality that, in many cases, work in both server-side JavaScript and the V8 runtime.\n\n# **WARNING**\nThis has been in development for all of 2-3 weeks, I plan to use it to build out some of my own personal proejcts.\nThis said if you want to fork this template and try it out you'll find all the info you need below.\n\n\n### From the root of the package run the following command in your local terminal.\n\n```JavaScript\ndeno run --allow-net --allow-read Oday.js\n```\n- Where are running Opine so we need --allow-net\n- To build out our initial data modal we parse Oday.yaml so we need --allow-read\n\nYou could also add the --watch flag to the command, if you doing active development and don't\nwant to restart Deno on each change.\n\n**Caveat Here** \nDue to how Deno and Deno Deploy run static until restarted or until a new deployment occurs.\nOur YAML data modal is parsed on the initial deploy so the watcher currently won't see changes at that layer. \nTBD: Script to help the watcher notice the YAML changes and trigger the renew on the resource.\n\n### Oday.yaml\nThis is the oday data modal, as long as it's valid YAML you can add it to the data modal and\nacces it at window.Oday in the global project. This currently drives template classes, content, id, links, scripts etc.\nThis makes it easy to control content, look and feel of a given page once it's been created.\n\n### Oday.js\n\nThis is where you base routes and your primary controller includes occur. We also\nsetup some global variables attched to our serverside window object.\n\n### Templates.js\n\nCentral funnel for templates, takes in all template module exports from the various\npages and partials and exports those as one collection. These can then be included \nand deconstruted using standard ES module syntax.\n\n### Views\n\nContains all your page and layout JS modules exports these return template literals populated\nwith data from the Oday data modal.\n\n### Controllers\n\nThe controllers drive template configuration. They allow us to provide context to our current page render\nas well as allow us to wrap partials and othe raddtional data / templates to create our complete page.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevelupjosh-dev%2Foday","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flevelupjosh-dev%2Foday","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevelupjosh-dev%2Foday/lists"}