{"id":13394765,"url":"https://github.com/relax/relax","last_synced_at":"2025-05-14T07:08:30.080Z","repository":{"id":59087451,"uuid":"41673581","full_name":"relax/relax","owner":"relax","description":"New generation CMS on top of React, Redux and GraphQL","archived":false,"fork":false,"pushed_at":"2021-07-13T15:18:34.000Z","size":7371,"stargazers_count":8153,"open_issues_count":80,"forks_count":569,"subscribers_count":357,"default_branch":"master","last_synced_at":"2025-05-06T11:35:57.816Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/relax.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}},"created_at":"2015-08-31T12:16:25.000Z","updated_at":"2025-05-01T11:37:10.000Z","dependencies_parsed_at":"2022-09-12T09:01:54.401Z","dependency_job_id":null,"html_url":"https://github.com/relax/relax","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/relax%2Frelax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/relax%2Frelax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/relax%2Frelax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/relax%2Frelax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/relax","download_url":"https://codeload.github.com/relax/relax/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254092776,"owners_count":22013290,"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-07-30T17:01:30.823Z","updated_at":"2025-05-14T07:08:30.059Z","avatar_url":"https://github.com/relax.png","language":"JavaScript","readme":"**IMPORTANT NOTE:** This project is no longer maintained or active. In the meantime we've started a simillar but different project that we felt was lacking and should exist, a professional tool for web developers and designers, a Unity for the web. After more than 4 years in the making we've now launched on [ProductHunt](https://www.producthunt.com/posts/clutch-3). Clutch is a low code tool that streamlines a professional team workflow and allows them to move together and faster. Go check it out and join us in our [community slack](https://join.slack.com/t/clutch-community/shared_invite/zt-s33mb7is-sC_8Ruk31n~bO~_PCTPa7Q), eager to hear everyone's feedback and thoughts. The tool is free to use!\n\n\nWhat is Relax\n-------\n\nRelax is a powerful new generation CMS on top of\n[React](https://facebook.github.io/react/) and [Node.js](https://nodejs.org/en/)\nwhich aims for a better way of building websites.\n\nIt features a live page builder based on components and a smart and easy way of\nbinding dynamic data to them.\n\nOur goal with Relax is to update the world with a new standard, having as the basic premise that anyone should be able to create a website without having to code.\n\nWe're currently working on releasing the beta version which should come up in December. If you want to collaborate in the meantime or just say anything join us at [Relax Slack](http://slack-relax.herokuapp.com/).\n\nRelax isn't yet ready for production, stay tuned for releases, beta version will come soon. You can see what we're working on [here](https://github.com/relax/relax/projects/1) and what's missing in the [beta milestone](https://github.com/relax/relax/milestone/1).\n\nInstallation\n-------\n\n### Dependencies\n\nRelax uses [sharp](https://github.com/lovell/sharp) to resize images.\nIf you're using OS X and have libvips installed globally, e.g. via brew,\nit may cause problems with sharp's compilation. You may need to uninstall\nvia `brew remove libvips`. See https://github.com/lovell/sharp/issues/602\nfor more information.\n\nYou'll also need [`yarn`](https://yarnpkg.com) and [MongoDB](https://www.mongodb.org/).\n\n### How to Relax\n\nSince we are yet to tag our first release, git clone this repository and run the following commands:\n\n```bash\nyarn\nyarn build\nyarn start\n```\n\nBy default the application runs at port `8080`. Go ahead and visit\n`http://localhost:8080/admin/init`, here you can setup the first user and you're ready to relax.\n\n\n### Configuration\n\nTo configure the application you can use a `.relaxrc` file. You can place it\nnext to the application, on any parent folder, in your `HOME` folder, etc.\n\nYou can find a sample with the default values [here](.relaxrc.sample).\n\n\nContributing\n-------\n\n### Build and start\n\n#### Development\n\nWhile in development it's convenient to keep your application running while\nwatching for changes, for that you can run `yarn dev`.\n\nThe application will automatically restart when needed and keep your bundles\nup to date.\n\n#### Production\n\nTo build your assets ready to go for production run `yarn build` and `yarn start` to start the application.\n\n##### With Docker\n\nTo use our latest docker image you just have to have MongoDB running on a\ndifferent container and link it to Relax.\n\nTo start MongoDB in the background you can run  `docker run -d --name mongo mongo`.\nAfterwards run `docker run -p 8080:8080 --link mongo -it relax/relax` to start\nRelax on `http://localhost:8080`.\n\nFor more information about Docker please check their\n[documentation](https://docs.docker.com/).\n\nLicense\n-------\n\nRelax is [GPL-3 licensed](LICENSE).\n\n\nTroubleshooting\n---------------\n\nPlease create [an issue](https://github.com/relax/relax/issues/new).\n","funding_links":[],"categories":["JavaScript","CMS","others","Marks"],"sub_categories":["Torrent","[React - A JavaScript library for building user interfaces](http://facebook.github.io/react)"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frelax%2Frelax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frelax%2Frelax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frelax%2Frelax/lists"}