Technology Stack
Frontend uses a modern, production-ready technology stack to power your projects. All code runs in a sandbox environment optimized for performance and security.
Core Technologies
Section titled “Core Technologies”Next.js
Section titled “Next.js”Your projects run on Next.js in a sandbox environment, providing server-side rendering, static site generation, and optimized performance out of the box.
Build interactive user interfaces with React, the industry-standard JavaScript library for component-based UI development.
TypeScript
Section titled “TypeScript”All projects use TypeScript for type-safe code, better developer experience, and fewer runtime errors.
Tailwind CSS
Section titled “Tailwind CSS”Style your applications with Tailwind CSS, a utility-first CSS framework for rapid UI development without writing custom CSS.
Serverless Functions
Section titled “Serverless Functions”Frontend supports serverless edge functions using Next.js API routes. These functions allow you to:
- Execute server-side logic securely
- Connect to external APIs and databases
- Handle form submissions and data processing
- Keep sensitive code and API keys hidden from the browser
See the Serverless Functions documentation for more details on creating and using serverless functions.