Build Remix App, Remarkably Fast

Use AI Generator + Visual Editor to build apps at warp speed!

Jump-start your next project with a generated codebase and only code what matters!

Start your Project!

Traditional
Development
Fast
Development

Create Model
  • 1code Prisma Schema
  • 2code model with common client/server functionality like validation
  • 3code model.server with Prisma Query for CRUD
Add Routes
  • 4code list route to return list of data (R from CRUD)
  • 5code detail route to take actions on detail data (CUD from CRUD)
Add Views
  • 6code view(s) to show list of items
  • 7code view(s) to show item detail in form
Create Model
  • 1add model using
    AI  or Visual Editor
  • Export Code and get Prisma schema, model, and model.server
Add Routes
  • 2create route using
    AI  or Visual Editor
  • Export Code to get list route, detail route, list view and detail view
Save yourself Weeks of Development Time
And this is just the start. Factor in time saved to code for form submission, validation, type conversion, authorization for every route loader and actions, error handling, and many more required tasks that are auto generated for you!
Change?
Now consider time to add a new field to model after coding above functionality. You have to make changes to Prisma Schema, perhaps to model, update model.server, update validation logic, update views and so on.
With RemixFast, you have exactly two steps, add new field to model using Visual Editor and then using same Visual Editor, just drag-n-drop new field in list and form view, Export Code, and you are Done!
  • Remix
  • ReactJS
  • Prisma
  • TailwindCss
  • Radix UI
  • TypeScript logoTypescript

Types of App you can build with RemixFast

  • SaaS App

    Jump start your SaaS journey by rocketing your idea from mind to implementation in hours using RemixFast. Use RemixFast to scaffold out your entire app, from data modeling, to backend API and frontend UI. Get out of the box multi tenant functionality, admin portal, customer portal, reports and Stripe integration so that you can concentrate on core of what make your SaaS unique and let RemixFast handle the rest of the boiler plate!

  • Internal Tools

    Digital transformation of business is increasing demand for internal tools. Rapidly crank out those apps fast with AI generator. RemixFast will auto generate data access layer, business logic layer with API endpoints, integrated authentication and authorization checks, and event frontend UI. Preview and instantly test the app, ready for user testing and deployment!

  • Interactive Dashboard

    Dashboard are in increasing demand due to digital transformation of enterprises and emphasis on data driven decision making for business development. RemixFast lets you easily build interactive dashboard with included Charts, Stats, Table and lots of other pre-built components. Let user drill down from a line chart into actual data to see details and stream line decision making. Help your decision makers by rapidly building interactive dashboard with RemixFast Visual App Builder.

  • Admin Panel

    You just completed your app and have launched it to users, but there are lots of todos still and one of them in way to administer the app. Use RemixFast to quickly build Admin panel with drag and drop UI. Just upload your Prisma schema and select one of our many fully integrated page templates and you get a complete working page in seconds. Strike through the overdue todo task and manage with ease!

  • SQL GUI

    Still using SQL prompt to view and manage data? Use RemixFast to generate GUI for your tables with auto support for resolving foreign keys. Eliminate data edit error with smart checks and validations.

  • MVP

    Go from idea to validation in minutes. Start with your app idea and RemixFast AI will auto generate your entire app, including sample data. Just run the app!

Why RemixFast?

  • RemixFast enables you go from data model to a running app in minutes. You can save weeks of development time and get right to work on the features that makes your app unique.
  • RemixFast is a codebase generator, not a framework. There are no new APIs to learn, you get high quality Typescript codebase.
  • Visual Editor allows you to easily create and configure various aspects of your application with an easy UI. Want to build a parent child view, just drop child list on to parent! Set a up relationship? Just pick model to connect to.
  • No dependencies on third party npm packages, no gated downloads from private repo, you get all the code!
  • RemixFast provide out-of-the-box defaults that are suitable for most applications, but are easy to change using Visual Editor.
  • Codebase has been developed for long term maintenance. You are free to add your favorite library, and all the major parts are easily replaceable.
Get familiar with RemixFast in under 5 mins

How does it work?

let code = remixFast(model, route);
RemixFast is based on concept of meta data driven development. When you define or import your database schema, RemixFast uses introspection to generate meta data from the schema. Meta data describes shape of model and its relationships.

Based on this rich meta information, RemixFast is able to generate CRUD code for Prisma query to access database as well as generate corresponding backend API endpoints. Meta data is also used to generate route and UI for the application using templates that model popular UI patterns.

RemixFast provides Visual Editor for you to customize functionality and behavior of every aspect of application, from models and UI components to granular security. It is this user defined data, augmented with base meta data that enables RemixFast to customize and generate code specifically for your app use case!

This way RemixFast provides you with a fast and intuitive way to build and jump start your application.
Learn More

Batteries Included. And more!

You get code for a complete running app, including additional route types, authentication, authorization(RBAC), admin panel, components, hooks and a lot more!

  • Authentication

    Standard user id/password authentication with support for Forgot Password (reset) flow.
  • Authorization

    Easily protect data using integrated rights based authorization. All route loaders and actions can be protected. Includes customizable RBAC implementation.
  • Admin UI

    Get ready made UI to administer users, roles and rights.
  • Profile

    Easily let user customize their details, including support for uploading photos, light/dark UI and logout functionality.
  • Dashboard

    Dashboard template provides UI container and components to quickly create dashboard with Stats and Charts widgets, and includes easy drag-n-drop way to create Aggregate View to power those widgets. We will generate PRISMA code, route and UI components for aggregated view and all properly wired up!
  • Reports

    Create custom report to show data. Report support tabular/grid view as well as advanced form based layout, perfect for creating custom view for stuff like invoice! Reports can use either Aggregate View or Model as source. Form based reports supports multiple sources (parent-child), you just use drag-n-drop editor to configure. Report even provides support for Parameters that you can change!
  • Config List

    Most app will have data that is considered secondary or support data that is used to support the app. RemixFast provides out of the box UI for list of list/configuration items.
  • Views

    Pick for various layout views like list page - detail dialog, list-detail side-by-side, including advanced views to support viewing related and parent child list data.
  • Components

    Includes Remix ready form components that use HTML Input as underlying core components, making them perfect your usage in Form! In addition to form components, includes other commonly used layout components like Dialog, Pickers and even awaitable Prompt UI!
  • Hooks

    usePager hook to paginate data using standard link mechanism, provides pre encoded links for prev and next , as well as methods to search and sort. useFetchPage hook to fetcher based pagination to fetch data without affecting main navigation. Also supports infinite scroll functionality.
    Both pagers utilize Scoped Search Parameters, allowing for simultaneous paging of multiple models. Think of it as namespace for URL parameters!

And above is just the start, code based has been designed to be performant by default and includes sensible defaults out of the box, but can be configured using Visual Editor to mold codebase generation to your specific requirements!

Majority of code based has been patterned to be easily maintainable and replaceable with custom implementation. There are no custom api to learn, you get simple, readable codebase. And best, there is No vendor lock-in! No gated access to github or private npm repository. You get all the code!

How RemixFast helps you save time?

  • Auto Generated PRISMA queries for CRUD.

    RemixFast auto generates CRUD queries based on your configuration. This includes high performance cursor based paging, create and update with support for child items, deletes with transaction support.

  • Auto Generated Nested Routes

    RemixFast will auto generate all routes required for your application, from list routes, nested detail routes, related routes, children routes and even resource routes for stuff like look up list.

  • Auto Generated Views

    RemixFast auto generates all layouts and views as per your configuration, from list view, to modal detail, inline editable table to even Kanban board. All views come fully wired with loaders and actions data.

  • Search/Sort

    RemixFast provides support for both quick search, advanced search and sort, and auto generates code for them in View, Route and Model. Think about time it would take you to code dynamic search, with RemixFast you just click and configure, we do the rest.

  • Pagination

    RemixFast has built-in support for both standard query string based pagination and where needed fetch based pagination. We even take care of ensuring parameters are not over written when doing child navigation on top of parent navigation using standard query string based pagination.

  • Security

    RemixFast provides out of box implementation for RBAC (role based access control). For every route, both loaders and actions include user rights check. And with included Admin UI, you can easily create custom roles and assign them to users.

  • Validation

    RemixFast provides common validation logic on both client and server, ensuring that consistent validation both on client for immediate feed back and on server to handle all other cases. In addition to common validation, included Form Controls provides built-in for majority of data types and can be configured using Visual Editor

  • UI Based on Rights/Role

    RemixFast provides easy way to configure and change UI based on user roles/rights. Thus you can ensure that only user with proper rights can take appropriate action, just configure and it works!

  • Dynamic UI

    RemixFast allows you to configure components to be visible/driven by data from other component. Cascading lookups? Easy, just configure data to lookup and condition, and you get a working cascading lookup!

  • Custom Layout

    RemixFast provides basic building blocks like Stack(Flexbox) and Block(div) to let you design any type of layout using drag-n-drop UI. While it is not Figma, but you can readily create nice looking layout. And code is designed to be replaceable, so you can easily incorporate your custom designs from Figma or use TailwindUI components.

Empowering developers to build better and faster

By using RemixFast, you agree to our Cookie Policy.