Logo
SAMAST
Home
Favorites
Roadmaps
Blogs
Todo
Games
AI WorkspaceSoon
ResourcesSoon
Trending
New Tools
Settings
Feedback
About
SAMAST LogoSAMAST
Homeforms
HomeRoadmapsBlog
Forms
184 tools. One private suite. Nothing ever leaves your device.Press Ctrl K to search any tool instantly
SAMAST Logo

SAMAST

A 100% client-side utility platform. Nothing you upload ever leaves your device.

Product

  • Explore All Tools
  • Interactive Roadmaps
  • How it works
  • Feedback

Company

  • Blog Hub
  • About Us
  • Legal
    • Privacy Policy
    • Terms of Service
    • Sitemap

Status

  • 184 tools live
  • 100% Client-Side
  • Updated June 2026

© 2026 SAMAST. All rights reserved.

Built with by AP&KK

Coming Soon to SAMAST

The Ultimate
Developer-First
Form Builder.

Define forms in clean JSON or drag-and-drop. Deploy instantly with enterprise-grade JWT auth, conditional routing, and real-time analytics. Built for scale.

Get early access and lock in lifetime free tier limits.

Everything you need to build forms.

SAMAST Forms isn't just another visual builder. It's an entire infrastructure for data collection, secure routing, and instant analytics.

Developer First

Define forms in clean JSON or drag-and-drop. Deploy instantly to a public shareable URL or query submissions via our secure API endpoints.

Secure Custom Auth

Enterprise grade JWT access and refresh token rotation, stored securely inside HttpOnly cookies to shield users from XSS attacks.

26+ Input Fields

Includes native support for text area, dropdown selections, star ratings, signatures, address segments, and file attachments.

Conditional Routing

Write custom show/hide rules depending on user input. Branch and route submissions dynamically based on answered paths.

Instant Analytics

Monitor visitor views, response ratios, completion times, and device/browser breakdowns in a dashboard built for speed.

Styled with Tokens

Fully control borders, margins, padding, input shadows, and brand colors by injecting custom global styling tokens.

Write code.
Or don't.

Generate forms instantly by passing a simple JSON object, or use our intuitive drag-and-drop builder. The result is the same: highly optimized, fully typed React components that look gorgeous out of the box.

  • Zero configuration required
  • React Hook Form under the hood
  • Zod schema validation automatically applied
form.json
{
  "title": "Contact Sales",
  "fields": [
    {
      "type": "TEXT",
      "label": "Full Name",
      "required": true
    },
    {
      "type": "EMAIL",
      "label": "Work Email",
      "validation": "regex:corporate"
    },
    {
      "type": "ROUTING",
      "condition": "budget > 50k",
      "action": "notify:enterprise-team"
    }
  ]
}

Frequently Asked Questions

Everything you need to know about the upcoming release.

How does the custom authorization work?

We implement a secure custom JWT mechanism. Access and Refresh tokens are stored inside HttpOnly secure cookies, making them inaccessible to client-side scripts. This shields your user accounts from XSS and session hijacking.

Can I embed these forms on my website?

Yes! Every form generates a public shareable URL. You can easily embed this URL via an iframe or fetch it dynamically using our developer API keys to integrate custom responses directly into your system.

What types of fields are supported in the builder?

We support 26 fields categorized into Inputs (Text, Email, Phone, Number, Password), Choice lists (Radio, Select, Multi-select, Toggles), Advanced blocks (Star ratings, Sliders, Signatures, Address blocks, File uploads), and Layout sections (Headers, Dividers, Rich texts).