Are you an indie hacker or developer? Launch your next micro-SaaS on our platform. Focus on building, while we handle distribution, authentication, and token incentives.
import { Layout } from '@microleaves/ui';
import { useToken } from '@microleaves/core';
export default function MyApp() {
const { awardPoints } = useToken();
return (
// Build your app here
<Layout appId="dev-tools-1">
...
</Layout>
);
}