{"id":51296857,"url":"https://github.com/me7/webapp","last_synced_at":"2026-06-30T15:03:10.102Z","repository":{"id":235956262,"uuid":"791607969","full_name":"me7/webapp","owner":"me7","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-25T03:19:11.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-25T04:27:57.322Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Imba","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/me7.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}},"created_at":"2024-04-25T03:02:52.000Z","updated_at":"2024-04-25T04:28:03.710Z","dependencies_parsed_at":"2024-04-25T04:38:14.890Z","dependency_job_id":null,"html_url":"https://github.com/me7/webapp","commit_stats":null,"previous_names":["me7/webapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/me7/webapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me7%2Fwebapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me7%2Fwebapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me7%2Fwebapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me7%2Fwebapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/me7","download_url":"https://codeload.github.com/me7/webapp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me7%2Fwebapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34971635,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-06-30T15:02:52.888Z","updated_at":"2026-06-30T15:03:10.092Z","avatar_url":"https://github.com/me7.png","language":"Imba","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web Development Template\nhttps://github.com/me7/webapp\n\nthis repo is for my personal webapp project template\n- backend use [ElysiaJS](elysiajs.com) server runing on [bun](bun.sh)\n- frontend use [imba](imba.io) and build using [vite](vitejs.dev)\n\n## how to use\n- get bun first `npm install -g bun`\n- get project to your disk `bun create me7/webapp`\n- `bun dev` to start develop webapp\n- `bun dist` to compile webapp to \"dist\" folder\n\n## notes and technical decision\n- frontend use imba because i want to deal on 1 language not 3 (html, css, js) and imba syntax is resonate with my brain (minimal syntax noise). frontend part use vite and vite-imba-plugin for HMR (hot module reload) during development.\n- backend use elysiajs also because it's minimal syntax noise, at first write it using typescript but i think better to use same imba lang as frontend. So now it's use bimba-cli bun plugin during development and use `imba build --esm` for build (need --esm to create final mjs file)\n- runtime is bun (instead of node or deno) because why not? it's faster, have built in sqlite, websocket and can compile server to single exe file.\n- project is mono repo for both frontend and backend, run script `bun dev` or `bun dist` will run/compile both frontend and backend project. In the future maybe change backend part (e.g. jester in nim-lang, or zap in zig-lang) due to compiled output is quite big (97MB)\n\n\n## difficulties found\n- work on elysia: intellisence not working on imba (e.g. app.use(...)), it's working on typscript\n\n## change log\n- 2024 Apr 24 - first working repo\n- to be updated","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fme7%2Fwebapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fme7%2Fwebapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fme7%2Fwebapp/lists"}