Built for your digital needs, trusted by startups and founders ๐
Violet enables subdomain based:
So you can have your marketing site hosted on www.mywebsite.com
, while receiving support requests under support@mywebsite.com
and building the Next Big Thingยฎ๏ธโข๏ธ at app.mywebsite.com
-- all powered by Violet Rails.
Feel the power & productivity of the Majestic Monolith! ๐
Powered by a rich Content Management System with out of the box support for Bootstrap 4 and jQuery, you can edit HTML templates either with a content first or markup first approach. Create both public and private web pages with ease.
Build apps and automation with Violet Rails API Namespace: https://github.com/restarone/violet_rails/wiki/API:-Entities,-Form-Rendering,-Interfaces-and-Actions
Build spam-resistant forms with Google Recaptcha v2 or v3. Since all systems in Violet Rails are vertically integrated, your forms can talk to your automations and analytics.
Build custom automation (eg mailchimp: https://github.com/restarone/violet_rails/issues/720) with ease with Ruby code or our HTTP API Editor (https://github.com/restarone/violet_rails/wiki/API:-Entities,-Form-Rendering,-Interfaces-and-Actions#http-api-editor-example-discord-bot)
Easily build funnels and data analytics systems with Violet Rails Data pipeline.
Every Violet Rails app transition seamlessly between web (left) and iOS (right)
iOS repository: https://github.com/restarone/violet_rails_ios_client
Allow your outreach team to support the forum and blog, while the designers and developers work on the web pages.
Each Violet Rails subdomain will have access to its own emailbox for sending and receiving emails:
Full fledged community support with moderators and user permissions
Blogging, everyone needs it right?
Domain admins have control over which subdomains can be created (via approval) and destroyed. Subdomain admins have full control over their subdomain only.
comfortable_mexican_sofa
and offers the customizability of a Rails engine with full WYSIWYG functionality (its recommended that you stick to HTML/CSS/JS for static web hosting). Outside of this, its just Ruby on Rails -- the world is your oyster.After deploying violet, you will be able to connect and setup your cannonical page and user account from the Rails console.
If you are a domain owner (eg: https://yourdomain.com) you can find the Violet SysAdmin at https://www.yourdomain.com/sysadmin or https://yourdomain.com/sysadmin
Any subdomain name on your domain can be reserved for web hosting, blog, and email functionality. For example, registering https://hello.yourdomain.com will automatically generate a website for https://hello.yourdomain.com, an email address at hello@yourdomain.com, a blog at https://hello.yourdomain.com/blog and a forum at https://hello.yourdomain.com/forum
All these components can be administrated at https://hello.yourdomain.com/admin with granular user permissions
To register a subdomain, visit https://yourdomain.com/signup_wizard For security purposes, this only generates a request-- so the sysadmin will need to approve the subdomain registration at: https://www.yourdomain.com/sysadmin
If you are the first user in a subdomain, you are conferred maximum permissions
The Demo of violet_rails
is deployed on AWS EC2 (using Ubuntu 20.04 LTS) & requires some server setup/automation with Capistrano. The steps are outlined in-detail here: https://github.com/restarone/violet_rails/wiki/Deploying-to-EC2-(with-Capistrano)
If you prefer deploying to Heroku, you can view the guide for that here
The local development environment is supported by docker. After installing docker
and docker-compose
take a look at the development cheatsheet for setting up the development environment along with useful scripts: https://github.com/restarone/violet_rails/wiki/Getting-started-(development-cheatsheet)