{"id":13837673,"url":"https://github.com/Tablane/tablane","last_synced_at":"2025-07-10T18:34:13.827Z","repository":{"id":65274728,"uuid":"344954361","full_name":"Tablane/tablane","owner":"Tablane","description":"The open platform for seamless management and collaboration.","archived":false,"fork":false,"pushed_at":"2023-04-08T10:46:09.000Z","size":3084,"stargazers_count":338,"open_issues_count":7,"forks_count":13,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-02-17T12:38:03.997Z","etag":null,"topics":["nodejs","reactjs","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://tablane.net","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tablane.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2021-03-05T22:53:20.000Z","updated_at":"2024-05-30T06:29:30.128Z","dependencies_parsed_at":"2024-05-30T06:44:52.874Z","dependency_job_id":null,"html_url":"https://github.com/Tablane/tablane","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tablane%2Ftablane","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tablane%2Ftablane/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tablane%2Ftablane/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tablane%2Ftablane/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tablane","download_url":"https://codeload.github.com/Tablane/tablane/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225653891,"owners_count":17502939,"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":["nodejs","reactjs","tailwindcss","typescript"],"created_at":"2024-08-04T15:01:19.759Z","updated_at":"2024-11-21T00:30:57.906Z","avatar_url":"https://github.com/Tablane.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"tablane logo\" src=\"https://github.com/tablane/.github/blob/main/tablane_overview.png?raw=true\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href='https://discord.com/invite/YpfCs7Xt2r'\u003e\u003cimg src='https://img.shields.io/discord/1050152388826238996?label=discord'  alt='Discord'/\u003e\u003c/a\u003e\n  \u003ca href='https://status.tablane.net'\u003e\u003cimg src='https://betteruptime.com/status-badges/v1/monitor/jgon.svg'  alt='Uptime'/\u003e\u003c/a\u003e\n  \u003ca href='https://github.com/tablane/tablane/stargazers'\u003e\u003cimg src='https://img.shields.io/github/stars/tablane/tablane'  alt='Github Stars'/\u003e\u003c/a\u003e\n  \u003ca href=\"https://news.ycombinator.com/item?id=34279062\"\u003e\u003cimg src=\"https://img.shields.io/badge/Hacker%20News-352-%23FF6600\" alt=\"Hacker News\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/tablane/tablane/pulse\"\u003e\u003cimg src=\"https://img.shields.io/github/commit-activity/m/tablane/tablane\" alt=\"Commits-per-month\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://tablane.net\"\u003e\u003cimg src=\"https://img.shields.io/badge/Pricing-Free-brightgreen\" alt=\"Pricing\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://twitter.com/tablane_net\"\u003e\u003cimg src=\"https://img.shields.io/twitter/follow/tablane_net?style=flat\" alt='twitter'\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://tablane.net\"\u003eWebsite\u003c/a\u003e - \u003ca href=\"https://tablane.net/contact\"\u003eContact\u003c/a\u003e - \u003ca href=\"https://tablane.net/changelog\"\u003eChangelog\u003c/a\u003e - \u003ca href=\"https://app.tablane.net/shared/board/63906741c22c232ed88df799\"\u003eRoadmap\u003c/a\u003e\n\u003c/p\u003e\n\n## Tablane is a workspace that adapts to your needs. It's as minimal or as powerful as you need it to be.\n\n-   Collaborative Editing - Google Docs like Task Description Editor\n-   Subtasks - Break larger tasks into smaller subtasks.\n-   Comment Threads - Collaborate on tasks without losing context.\n-   Breathtakingly fast - Built for speed with 50ms interactions and real-time sync.\n\n## Get started\n\n### Tablane Cloud\n\nThe fastest and most reliable way to get started with Tablane is signing up for free to [Tablane Cloud](https://tablane.net)\n\n### Self-hosting\n\nFirst, rename `.env.example` to `.env`.\n\nFrontend:\n\n```bash\ngit clone https://github.com/Tablane/tablane\nnpm install\nnpm start\n```\n\nBackend:\n\n```bash\ngit clone https://github.com/Tablane/tablane-api\nnpm install\nnpm run dev\n```\n\nCheck it out on `http://localhost:3000/`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTablane%2Ftablane","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTablane%2Ftablane","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTablane%2Ftablane/lists"}