{"id":22089896,"url":"https://github.com/speakeasy-api/takehome-sdk-settings","last_synced_at":"2026-01-05T00:46:25.275Z","repository":{"id":206295116,"uuid":"716290448","full_name":"speakeasy-api/takehome-sdk-settings","owner":"speakeasy-api","description":"Template repo for SDK Settings takehome project. ","archived":false,"fork":false,"pushed_at":"2023-11-08T21:50:15.000Z","size":51614,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-15T23:56:01.794Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/speakeasy-api.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}},"created_at":"2023-11-08T20:35:31.000Z","updated_at":"2023-11-08T21:50:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"5913513e-39ed-4db0-8572-f3ee784370ea","html_url":"https://github.com/speakeasy-api/takehome-sdk-settings","commit_stats":null,"previous_names":["speakeasy-api/takehome-sdk-settings"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speakeasy-api%2Ftakehome-sdk-settings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speakeasy-api%2Ftakehome-sdk-settings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speakeasy-api%2Ftakehome-sdk-settings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speakeasy-api%2Ftakehome-sdk-settings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/speakeasy-api","download_url":"https://codeload.github.com/speakeasy-api/takehome-sdk-settings/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245181550,"owners_count":20573718,"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":[],"created_at":"2024-12-01T02:14:40.292Z","updated_at":"2026-01-05T00:46:25.020Z","avatar_url":"https://github.com/speakeasy-api.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SDK Configuration Project\n\nSpeakeasy generates SDKs based on OpenAPI documents. The deliverable we create for our customers is a GitHub repository containing an OpenAPI document, some configuration, and a GitHub workflow that reads in those two things and outputs an SDK in that repo. Most customers have many SDK languages configured, each of which is generated from the same OpenAPI document but has unique configuration and lives in its own repo.\n\nSetting up and managing these repos and their config files can be a confusing process, so we want to build some UX to make it easier. This UX will serve as both a setup and management page for SDKs. For example, a customer might use it to add a new language or update the configs for an existing SDK language.\n\n**Your task is to design and implement this UX.** Importantly, the “design” bit of this task should be more focused on how the information is structured, displayed, and captured, rather than how pretty it looks (though pretty is good too 🙂).\n\n**The information the UX needs to capture is:**\n\n- An OpenAPI Spec\n- Which languages are selected\n- For each language:\n    - The repo to target\n    - Some various configuration (varies per language, all are text fields)\n    - Whether or not to publish that language\n        - If publishing is enabled, some additional publishing-specific configuration (also varies per language and is text fields)\n\n**Additional details about the task:**\n\n- For the purposes of this task, the supported languages are Go, Typescript, and Python. However, you should assume that many more languages will be added.\n- You do not need to produce any formal designs. The end deliverable should just be a React app\n- You should implement your designs using React and Typescript.\n- You do not need to do anything with the captured information, but it should be captured in a way that would make it easy to work with if we were really building this out\n\n## Getting Started with Create React App\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\\\nYou will also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\\\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\\\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `npm run eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can’t go back!**\n\nIf you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.\n\nYou don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.\n\n## Learn More\n\nYou can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspeakeasy-api%2Ftakehome-sdk-settings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspeakeasy-api%2Ftakehome-sdk-settings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspeakeasy-api%2Ftakehome-sdk-settings/lists"}