{"id":19739930,"url":"https://github.com/akhil-gautam/webql","last_synced_at":"2025-10-06T16:31:53.024Z","repository":{"id":125978985,"uuid":"465585117","full_name":"akhil-gautam/webql","owner":"akhil-gautam","description":"🔥  WebQL: A low-code builder that just works!  🎊 ","archived":false,"fork":false,"pushed_at":"2022-03-19T11:18:07.000Z","size":221,"stargazers_count":11,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-15T05:06:11.219Z","etag":null,"topics":["database-gui","low-code","nextjs","no-code","open-source","ruby-on-rails"],"latest_commit_sha":null,"homepage":"https://webql.netlify.app/","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/akhil-gautam.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,"publiccode":null,"codemeta":null}},"created_at":"2022-03-03T05:47:07.000Z","updated_at":"2024-12-07T10:49:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"528d2e4a-8010-4bf2-9bc1-28147ab7a23c","html_url":"https://github.com/akhil-gautam/webql","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhil-gautam%2Fwebql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhil-gautam%2Fwebql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhil-gautam%2Fwebql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhil-gautam%2Fwebql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akhil-gautam","download_url":"https://codeload.github.com/akhil-gautam/webql/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235534368,"owners_count":19005470,"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":["database-gui","low-code","nextjs","no-code","open-source","ruby-on-rails"],"created_at":"2024-11-12T01:18:51.006Z","updated_at":"2025-10-06T16:31:52.347Z","avatar_url":"https://github.com/akhil-gautam.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GitHub issues](https://img.shields.io/github/issues/akhil-gautam/lowcode-ui?style=flat-square)](https://github.com/akhil-gautam/lowcode-ui/issues)\n\n\u003c!-- https://img.shields.io/github/forks/akhil-gautam/lowcode-ui?style=flat-square\n\nhttps://img.shields.io/github/stars/akhil-gautam/lowcode-ui?style=flat-square\n\nhttps://img.shields.io/github/license/akhil-gautam/lowcode-ui?style=flat-square --\u003e\n\n\u003ch1 align=\"center\"\u003e\n  WebQL\n\u003c/h1\u003e\n\n\u003ch3 align=\"center\"\u003e\n  A barebone low-code platform that just works without any hustle.\n\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e\n  WebQL has a different take on the low-code solution, you can create muti-page web-apps which would totally resemble a custom codeline 🎊 🎉\n\u003c/p\u003e\n\n\u003cbr/\u003e\n\u003cbr/\u003e\n\n\u003cp align=\"center\"\u003e\n  \n![pika-2022-03-02T07_22_54 954Z](https://user-images.githubusercontent.com/28865023/156314722-7697f8ee-8684-4c27-a30f-450d929edc11.png)\n  \u003cbr/\u003e\n\u003c/p\u003e\n\u003cbr/\u003e\n\u003ch3 align=\"center\"\u003e\n Workflow\n\u003c/h3\u003e\n\n![image](https://user-images.githubusercontent.com/28865023/156912526-3bbce7e6-185a-47e2-9fdf-c13cfa46f25a.png)\n\n\u003cbr/\u003e\n\u003ch2 align=\"center\"\u003e\n  Components that are currently supported\n\u003c/h2\u003e\n  \n\u003ch4 align=\"center\"\u003eTable, Cards, BarChart\u003c/h4\u003e\n\n![image](https://user-images.githubusercontent.com/28865023/156908776-51997cf2-9262-44f3-981f-17ff6747333c.png)\n\n\u003ch4 align=\"center\"\u003eForms\u003c/h4\u003e\n\n![image](https://user-images.githubusercontent.com/28865023/156911222-d2a132bc-97db-4ae2-a2cb-74b2c82e7942.png)\n\n\u003cbr/\u003e\n\n## Local development\n\n### Manual setup\n\n- **Ruby 3.0.2**\n- **Node 16.14.0**\n\n```bash\ngit clone git@github.com:akhil-gautam/webql.git\n\ncd webql\n\nbundle install\n\n# install packages of client and traverse back to root\ncd client \u0026\u0026 npm install \u0026\u0026 cd ..\n\n# create \u0026 migrate database\nbundle exec rails db:create db:migrate\n\n# start the application\nforeman start -f Procfile.dev\n```\n\n### Quickstart with docker\n\n```bash\ngit clone git@github.com:akhil-gautam/webql.git\n\ncd webql\n\ndocker-compose up\n```\n\n## Contribute\nContributors are welcomed! Contributions can be as small as fixing a typo. Please start contributing by creating issues in the repo. \n\n### !! To be added soon\nPlease go through our contribution guide.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakhil-gautam%2Fwebql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakhil-gautam%2Fwebql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakhil-gautam%2Fwebql/lists"}