{"id":21379103,"url":"https://github.com/creative-tutorials/desk","last_synced_at":"2025-09-09T01:42:45.952Z","repository":{"id":252975429,"uuid":"840676179","full_name":"creative-tutorials/desk","owner":"creative-tutorials","description":"form builder for your next application","archived":false,"fork":false,"pushed_at":"2024-09-05T22:04:48.000Z","size":429,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-28T15:04:45.726Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docs-desk.vercel.app","language":"TypeScript","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/creative-tutorials.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-10T10:45:37.000Z","updated_at":"2024-09-07T15:25:09.000Z","dependencies_parsed_at":"2025-09-09T01:42:44.267Z","dependency_job_id":null,"html_url":"https://github.com/creative-tutorials/desk","commit_stats":null,"previous_names":["creative-tutorials/desk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/creative-tutorials/desk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creative-tutorials%2Fdesk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creative-tutorials%2Fdesk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creative-tutorials%2Fdesk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creative-tutorials%2Fdesk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/creative-tutorials","download_url":"https://codeload.github.com/creative-tutorials/desk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creative-tutorials%2Fdesk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274232025,"owners_count":25245856,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"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":"2024-11-22T10:17:17.353Z","updated_at":"2025-09-09T01:42:45.940Z","avatar_url":"https://github.com/creative-tutorials.png","language":"TypeScript","readme":"\u003cdiv align=\"center\"\u003e\n\n![desk-image](/assets/Icon%20-%20Fill.png)\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \n  [app](https://desk.vercel.app) | [docs](https://docs-desk.vercel.app) | [mail](mailto:hellotimi@pronton.me)\n\n\u003c/div\u003e\n\n`desk` is a form builder that enables anyone to easily create forms for their next application With a simple and intuitive interface, you can create forms, add fields, and generate ready-to-use code to integrate into your codebase without manually typing HTML elements.\n\n## Features\n\n- **Form Creation**: Create fully customizable forms with various field types.\n- **Code Generation**: Generate well-styled form code with just one click. Copy and paste the code directly into your codebase.\n- **User Dashboard**: Manage all your forms and fields through an easy-to-use dashboard.\n- **Custom Styling**: Styled with Tailwind and Shadcn to ensure flexibility and a modern look.\n\n## Tech Stack\n\n### Frontend\n\n- **Next.js**: Server-side rendering and fast frontend framework.\n- **Tailwind CSS**: Utility-first CSS framework for custom designs.\n- **Shadcn**: Component library built for Tailwind CSS.\n\n### Backend\n\n- **Node.js**: JavaScript runtime for building scalable server-side applications.\n- **Express.js**: Fast and lightweight web framework for Node.js.\n- **Xata**: Database for storing form data and user submissions.\n\n### Codebase\n\n- **TypeScript**: Ensures type safety and scalability across the project.\n\n## Installation\n\n1. Clone the repository:\n\n```bash\n   git clone https://github.com/creative-tutorials/desk.git\n```\n\n2. Navigate to the project directory:\n\n```bash\n   cd desk\n```\n\n3. Install dependencies:\n\n```bash\n   bun install\n```\n\n4. Set up environment variables:\n   We use an `.env` file to store our database keys and other secrets. If you have issues connecting to our server you can ask for help via [mail](mailto:hellotimi@pronton.me).\n\n5. Run the development server:\n\n```bash\n   bun dev\n```\n\n6. Open [http://localhost:3000](http://localhost:3000) to view the app in the browser.\n\n## Using Desk on our Prod Server\n\n1. Navigate to [desk](https://desk.vercel.app)\n1. **Login to the dashboard** to start creating your forms.\n1. **Add fields** to your form by selecting the desired input types (text, email, dropdowns, etc.).\n1. Once you're satisfied with the form, click **`Generate Code`**.\n1. **Copy the code** and paste it into your own codebase for a fully styled and functional form.\n\n## Contributing\n\nContributions are welcome! Please follow the guidelines below:\n\n1. Fork and clone the repository.\n2. Ensure you have the LTS version of Node.js installed.\n3. Install the project dependencies by running `bun install`.\n4. Create a new branch (`git checkout -b feature-branch`).\n5. Commit your changes (`git commit -m 'Add new feature'`).\n6. Push to the branch (`git push origin feature-branch`).\n7. Open a pull request.\n\n## License\n\nThis project is licensed under the MIT License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreative-tutorials%2Fdesk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreative-tutorials%2Fdesk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreative-tutorials%2Fdesk/lists"}