fiberplaneHonoZodStarter10 file matches
Hono-Zod-OpenAPI with Fiberplane API Playground integration
researchAgent2 file matches
This is a lightweight wrapper around Perplexity's web search API
You can access search results via JSON API by adding format=json
to your query:
https://codesearch.val.run/$%7Burl%7D?q=api&page=4&format=json
For typeahead suggestions, use the /typeahead
endpoint:
https://codesearch.val.run/typeahead?q=api
Returns an array of strings in format "username" or "username/projectName"
Found 12831 results for "api"(477ms)
19โ โ โโโ queries.ts # DB query functions
20โ โโโ routes/
21โ โ โโโ api.ts # API routes
22โ โ โโโ static.ts # Static file serving
23โ โโโ services/
7- `index.ts` - Main entry point for the HTTP trigger
8- `database/` - Database migrations and queries
9- `routes/` - API route handlers
10- `services/` - Business logic services
1112## API Endpoints
1314### Lessons
1516- `GET /api/lessons` - Get all lessons
17- `GET /api/lessons/:slug` - Get a specific lesson by slug
18- `GET /api/lessons/:lessonId/exercises` - Get exercises for a lesson
1920### Exercises
2122- `GET /api/exercises/:id` - Get a specific exercise
23- `POST /api/exercises/:id/submit` - Submit a solution for an exercise
2425### Code Compilation
2627- `POST /api/compile` - Compile and run C code
2829### User Progress
3031- `GET /api/users/:username/progress` - Get learning path with user progress
3233## Database Schema