The Premium Serverless Platform for Modern Engineering Teams.
Funcora is a high-performance serverless platform designed to eliminate cloud complexity. Built for speed and clarity, it replaces the tangle of IAM policies and VPC configs with a unified, liquid-glass interface that puts your code front and center.
Write TypeScript in the browser, deploy instantly to a Node.js, Java runtime, and manage your entire backend API with granular observability. Funcora isn’t just a FaaS provider; it’s a complete development environment tailored for shipping production-grade APIs in minutes, not days.
Organize your work into logical Projects that group related functions, APIs, and permissions. Funcora’s workspace provides a command-center view of your infrastructure, enabling you to switch contexts instantly without command-line friction.
At the heart of Funcora is a powerful execution engine.
Expose your logic to the world with a production-ready API Gateway.
Automate background tasks without external infrastructure.
0 9 * * 1).Enterprise-grade security is built-in, not bolted on.
Debugging serverless shouldn’t be a black box. Funcora provides instant logging for every execution. Inspect request payloads, execution duration, and memory usage in real-time alongside your code.
From idea to endpoint in five steps:
/api/v1/process-payment) and bind it to your published function.Funcora is built with a “Liquid-Glass” design language that prioritizes ergonomics and visual clarity. The interface is dark-mode native, utilizing semi-transparent layers and subtle motion to maintain context without clutter. It is a tool designed to be used for hours every day.
Funcora v2.5 Changelog New Features & Enhancements Java FaaS Runtime Integration - Remote Execution Engine: Transitioned from local native execution to a scalable, API-based execution model using the Wandbox compiler API. - Function Editor Updates: Configured the function editor to support Java syntax natively. - Java Support: Added robust compilation and execution support for Java 17 and 21 functions without requiring local JDK or Docker infrastructure. - Runtime Selection: Mapped runtime selections to the remote execution engine seamlessly within the UI. API Function Visibility & Management - Visibility Fixes: Resolved a critical issue where newly created functions were not appearing in the API list. - Registration Logic Audit: Audited and improved the current function registration logic to ensure all functions are correctly exposed and connected to the API. - Search Functionality: Implemented a new search feature within the function selection dropdown to drastically improve usability and workflow efficiency. Modified Components - `src/lib/execution/executor.ts` - Core execution logic updated to support the new runtime parameter and Wandbox API integration. - `src/components/functions/function-editor.tsx` & `src/components/functions/create-function-dialog.tsx` - Updated to accommodate Java syntax and runtime selection. - `src/components/apis/create-api-dialog.tsx` & `src/components/apis/create-route-dialog.tsx` - Enhanced with new search capabilities and correct function registration logic. - `src/app/api/functions/route.ts` - Fixed API exposure rules for accurate function visibility. - `src/components/landing/hero.tsx` - Updated to reflect new platform capabilities.