A Javascript App Platform for Front-End Professionals
Powered by VueJS, MongoDB and Node, Factor is a platform that helps you professionally develop, manage, and scale your app on the web.
Front-End Focused
Fiction focuses solely on the needs of front-end professionals. We don't bloat your apps with unnecessary features, and we help you build apps the way you actually want to.
Coding, Just the Fun Parts
The best apps are handcrafted with custom CSS and components. Fiction helps you code where its fun and creative; but takes away the pitfalls, bugs and quirks common in JS apps.
Professional Support
Build your app with people that know design and can answer advanced coding questions. Fiction provides only top-tier support run by expert designers and application devs.
<template>
<div class="view-contact">
<div class="text">
<h1 class="title">Contact Us</h1>
<div
class="sub-title"
>We're happy to answer your questions. Fill out the form and we’ll be in touch as soon as possible.</div>
</div>
<div class="contact-form">
<div class="grid">
<component :is="setting('contactForm.form')" />
<aside>
We're looking forward to hearing from you...
</aside>
</div>
</div>
</div>
</template>
